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

problem in table control

Former Member
0 Likes
868

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..

8 REPLIES 8
Read only

Former Member
0 Likes
825

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

Read only

0 Likes
825

hi..

actually i have done like that only.. but still the datas are being overlaped with my previous entry in table control on scrolling.

Read only

0 Likes
825

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

Read only

Former Member
0 Likes
825

Hi,

Please let me know whether you are using LOOP AT itab WITH CONTROL tbcl or merely LOOP WITH CONTROL tbcl.

Read only

0 Likes
825

im using loop at itab with controls tbcl only..

Read only

0 Likes
825

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

Read only

Former Member
0 Likes
825

issue solved.

Read only

0 Likes
825

Hi Tommy,

im also facing the same issue, can u plz let me know how u solved this issue.

Thx,

Neelu