Application Development and Automation 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: 
Read only

doubling the values in table control

Former Member
0 Likes
562

HI,

My requiremnt is I am using table control to modify the data in table control.

when ever I press ENTER the data in internal table is getting double.

so I cannot mody the data.

pls solve this problem.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hi Vishnu ,

What code have you written in PAI event can

paste the code , The problem is in your code

Debug it and you will get the solution

Regards

Nilesh Gaikwad

3 REPLIES 3
Read only

Former Member
0 Likes
536

Hi Vishnu ,

What code have you written in PAI event can

paste the code , The problem is in your code

Debug it and you will get the solution

Regards

Nilesh Gaikwad

Read only

0 Likes
535

HI,

Thanks

My problem has solved.

I moved to another internal table.

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
535

Your internal table is getting populated more than once. please debug and find it.

Just use

if itab[] is initial.

*--Populate it here.

endif.