2006 May 31 8:56 AM
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
2006 May 31 9:43 AM
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.
2006 May 31 10:12 AM
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..