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

Former Member
0 Kudos

Hi,

I Created a table control by using table control wizard, my problem is after entering some values in table control wizard when i press enter the records will get double i.e. if my records in table control are 2 after pressenging enter these are 4 and once again it is 8 plzz help me what to do.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Mahitha,

I thing you add your code for append the internal table in between chain and endchain ( In PAI ) first delete the code after that check your program if it is work no problem other wise in table control program ( SAP given when you careate table control ) in the place of modify table check sy-subrc if it is non zero ( i.e 4 ) write else code in that place ( else your can write append statement here ).

Plzz reward if it is useful,

Mahi.

3 REPLIES 3

Former Member
0 Kudos

chekc fun.code and its functionality.

Former Member
0 Kudos

Hi Mahitha,

I thing you add your code for append the internal table in between chain and endchain ( In PAI ) first delete the code after that check your program if it is work no problem other wise in table control program ( SAP given when you careate table control ) in the place of modify table check sy-subrc if it is non zero ( i.e 4 ) write else code in that place ( else your can write append statement here ).

Plzz reward if it is useful,

Mahi.

0 Kudos

Hi,

Thanks for your late responds but your answer is perfectly correct and i solved my problem my self but i also did the same thing.