2010 Aug 24 10:14 AM
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.
2010 Aug 24 1:11 PM
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
2010 Aug 24 1:11 PM
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
2010 Aug 24 1:34 PM
HI,
Thanks
My problem has solved.
I moved to another internal table.
2010 Aug 24 1:38 PM
Your internal table is getting populated more than once. please debug and find it.
Just use
if itab[] is initial.
*--Populate it here.
endif.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |