ABAP Keyword Documentation → ABAP - Quick Reference
SCROLL - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SCROLL LIST [ { TO COLUMN col }
| { {LEFT|RIGHT} [BY n PLACES] } ]
[ { TO { {FIRST PAGE}
| {LAST PAGE}
| {PAGE pag} }
[LINE lin] }
| { {FORWARD|BACKWARD} [n PAGES] } ]
[INDEX idx].
Effect
Moves the display area of a list stored in the list buffer.
Additions
-
TO COLUMN col
Moves the area horizontally to the columncol
. -
{LEFT|RIGHT} [BY n PLACES]
Moves the display area left or right either by the line width or byn
places. -
TO { {FIRST PAGE} | {LAST PAGE } | {PAGE pag} [LINE lin] }
Moves the display area vertically to the first or last page or to the page specified inpag
. Here, the top linelin
can be specified. -
{FORWARD|BACKWARD} [n PAGES]
Moves the display area up or down, either by one page or bypag
pages. -
INDEX idx
Specifies the list index inidx
. If not specified, the list level is used on which a list event occurred.