SAP SCROLL - Reference ABAP Statements
Warning: Undefined variable $saptab in /customers/b/9/9/trailsap.com/httpd.www/abap-statements/index.php on line 46Get Example source ABAP code based on a different SAP table
Standard SAP Help for SCROLL
SCROLL
ABAP Code Snippet
ABAP Syntax
| { {LEFT|RIGHT} [BY n PLACES] } ]
[ { TO { {FIRST PAGE}
| {LAST PAGE}
| {PAGE pag} }
[LINE lin] }
| { {FORWARD|BACKWARD} [n PAGES] } ]
[ • idx].
ABAP Code Snippet
What does it do? Moves the display area of a list stored in the list buffer.
ABAP Addition
Moves the area horizontally to column
Moves the display area left or right either by the line width or by
Moves the display area vertically to the first or last page, or the page specified in
Moves the display area up or down, either by one page or by
Specifies the list index in
Return to menu