‎2009 May 22 5:41 AM
hi..
i have a problem in table control. when i enter the entries in table control and scroll the entries in table control the new entries are get overlap with the old data.
pls help me out to find a solution.
thanks in advance..
awaiting for ur reply asap..
‎2009 May 22 5:54 AM
Hello Tommy,
Welcome to SDN.
Please add this piece of code and try .
-
IN your PBO module before any ithe module.
MODULE assign_lines.
-
MODULE assign_lines.
describe table itab line a.
a = a + 30.
TBCL-lines = a.
ENDMODULE.
Where tbcl is your table control name and itab is the table which carries the data to be displayed in table control.
Hope this solves your problem ! !
Cheers,
Suvendu
‎2009 May 22 6:08 AM
hi..
actually i have done like that only.. but still the datas are being overlaped with my previous entry in table control on scrolling.
‎2009 May 22 6:42 AM
Hai Tommy,
Then I think its no more an ABAP problem please contact your BASIS team for any help.
May be your sytem is having low memory. Please do take help from BASIS team.
Best Regards,
Suvendu
‎2009 May 22 9:11 AM
Hi,
Please let me know whether you are using LOOP AT itab WITH CONTROL tbcl or merely LOOP WITH CONTROL tbcl.
‎2009 May 22 9:42 AM
‎2009 May 22 10:55 AM
Hello Tommy,
This is a issue with Low memory. need to upgrade your ram thats what my basis friend said when i said about your issue.
Regards,
Suvendu
‎2009 May 22 11:21 AM
‎2009 Aug 20 7:16 AM
Hi Tommy,
im also facing the same issue, can u plz let me know how u solved this issue.
Thx,
Neelu