ABAP Keyword Documentation → ABAP − Short Reference
SCROLL - Short 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 columncol
. -
{LEFT|RIGHT} [BY n PLACES]
Moves the display area left or right either by the line width or byn
characters. -
TO { {FIRST PAGE} | {LAST PAGE} | {PAGE pag} [LINE lin] }
Moves the display area vertically to the first or last page, or the page specified inpag
; you can specify the first linelin
. -
{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 no entries are made in this field, the system uses the list level on which a list event has taken place.