Skip to Content
0
Former Member
Dec 06, 2006 at 01:25 PM

Handling more than displayed rows in control table for a BDC

61 Views

Hi,

How would I handle paging down when working with control table for BDC code? I am workin on GS01, and I ran into a problem when the screen could only take up 14th row of the screen.

I did the recording and I tried the BDC OK_CODE P+ and P++; it did not work. I event ried to use the scroll feature on the right hand side but RGSBL-FROM(14) stays at 14 and did not increment to 15, 16, 17 etc..

Any ideas how I would handle the screen for any sets that is more than 14 rows?

Thanks,

Will