ABAP Keyword Documentation →  ABAP − Short Reference → 

SET CURSOR - Short Reference

Reference

Syntax

SET CURSOR { { FIELD field [LINE line]
                     [[DISPLAY|MEMORY] OFFSET off] }
           | { LINE line
                    [[DISPLAY|MEMORY] OFFSET off] }
           | { col lin } }.


Effect

Sets the cursor position on screens and lists.

Additions