SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
SCROLL - Short Reference
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