Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

SCROLL - Short Reference

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