Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table control data

former_member130219
Participant
0 Kudos

Hi all

I have a problem of replication of data in table control when i press enter by selecting the next empty row in table control.

Kindly help.

Thanks in advance.

Abhinandan

4 REPLIES 4

kesavadas_thekkillath
Active Contributor
0 Kudos

Can you make it more clear..

former_member583013
Active Contributor
0 Kudos

Can you show your code for the PAI event and the calling of the Table Control?

Greetings,

Blag.

Former Member
0 Kudos

Duplication of records in a table control can happen because of duplicating of records in internal table.

Check the code executed in PBO , is the internal table content same.

Also, check the content of this table in second execution of PAI.

Hope this helps you.

Former Member
0 Kudos

There are duplicate entries in your internal table..

so before passing values from internal table to table control

delete duplicate entries comparing key fields..

If you need any inforamtion regarding deletion of duplicate entries please search forum you will get

many links on it..

If you need further inforamtion please let me know

Regards

Satish Boguda