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

Table controls (scroll bars) with LSMW

Former Member
0 Likes
727

Hi,

I have to fill a table control from a lsmw project, my problem appears when we need to scroll down table control because there are no more free lines.

My question is if it's possible to manage table control scroll bars to scroll down when all rows will be taken, using lsmw.

Any idea about it would be very appreciated

Thanks in advance

Hi,

I have to fill a table control from a lsmw project, my problem appears when we need to scroll down table control because there are no more free lines.

My question is if it's possible to manage table control scroll bars to scroll down when all rows will be taken, using lsmw.

Any idea about it would be very appreciated

Thanks in advance

2 REPLIES 2
Read only

Former Member
0 Likes
586

Hi Javier,

I suggest you is that you should loop at the internal table from which you are filling the data into the table control or use a counter for number of rows comming up at a time in the table control. And then put code for ADD+ button. Do this till the end of file or table.

I hope this helps.

Also you can use TCode for the LSMW to upload one record at a time. U can try this also.

Regards,

Usha.

Read only

Former Member
0 Likes
586

Hi Javier,

LSMW isnt the optimum method in case of such uploads..i suggest u go for a BDC rather, wherein u can record the Scrolling Down ( OK_CODE : =P+ ) n use it in a loop..lsmw doesnt take care of dynamic screen changes which u can easily handle using a BDC..

hope it helps..