‎2008 Oct 01 12:59 PM
hi all,
in my table control..all the lines are filled up..when i press the scroll bar down and again go up the last record is being copied to all the remaining lines of table control..why?
‎2008 Oct 01 1:38 PM
clear your ITAB which is being displayed before select query which fills ITAB in your PBO
‎2008 Oct 01 1:03 PM
‎2008 Oct 01 1:04 PM
‎2008 Oct 01 1:05 PM
Did you create the table control with the wizard ? If not, then do that and see if you still get the same problem. If you do , paste your code here.
regards,
Advait
‎2008 Oct 01 1:06 PM
hi
Keep the table control in Display mode, I mean output only mode...
Then see if ur getting the same error again.
Regards,
Vishwa.
‎2008 Oct 01 1:10 PM
Hi,
i didnt use table control with wizard.. and i cant keep table control in display mode coz i need to enter the values through it and save it in ztables..
‎2008 Oct 01 1:34 PM
‎2008 Oct 01 1:38 PM
clear your ITAB which is being displayed before select query which fills ITAB in your PBO
‎2008 Oct 03 5:38 AM
but if i clear my itab how can i refill my table control accordingly
‎2008 Oct 18 5:50 AM
‎2008 Oct 18 6:12 AM
‎2008 Oct 18 6:30 AM
‎2008 Oct 18 6:51 AM
in my table control..all the lines are filled up..when i press the scroll bar down and again go up the last record is being copied to all the remaining lines of table control..why?
Edited by: Anil Kalive on Oct 18, 2008 11:52 AM
‎2008 Oct 18 7:25 AM
>
> did anyone face similar problem?
yes.. just yesterday.
and its resolved.
Solution: Debugged.
pk
‎2008 Oct 18 7:32 AM
‎2008 Oct 18 7:33 AM
if u have written the module(to fill i.tab from database table) with in loop endloop.....
try to place module(to fill i.tab from database table) above the loop
‎2008 Oct 18 7:39 AM
actually when debugging the code..
first i'm filling the itab from screen fields.. and then i'm filling the table control after doing some calculation part..
now if the table control's visible lines are filled up.. i have to press the scroll bar down to go to next line..and when i press the scroll bar down ,first line record is is not seen.. and i again when i press up to see the first record the record is gone and the second record will become the first record, and the last 2 record i see will be same..
i tried to change the code..but it's not changing..
‎2008 Oct 18 7:51 AM
‎2008 Oct 18 1:08 PM
THANX FOR UR SUGGESTION..prashanth kishan
I GOT THE SOLUTION BY DEBUGGING.
‎2008 Oct 18 1:12 PM
i told you..
infact, ive found that debugging is the only solution when dealing with Module pool issues. even a search for similar issues(especially in Module pool) comes up to nothing. issues in module pool are so program specific, its literally impossible to solve without debugging
pk