Ansicht
Dokumentation

ABAPSET_CURSOR_SHORTREF - SET CURSOR SHORTREF

ABAPSET_CURSOR_SHORTREF - SET CURSOR SHORTREF

Addresses (Business Address Services)   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.
SAP E-Book

SET CURSOR

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

  • LINE    line
    Sets the cursor on the line of a table control, a step loop, or a list, specified in line.
  • $[DISPLAY$|MEMORY$] OFFSET off
    Defines the offset off on which the cursor is set in the specified element. In lists, DISPLAY and MEMORY distinguish between the screen position and the position in the list buffer.
  • col lin
    Sets the cursor to the column of the screen specified in col and the line of the screen specified in lin.
  • col lin
    Sets the cursor to the column of the screen specified in col and the line of the screen specified in lin.





CL_GUI_FRONTEND_SERVICES - Frontend Services   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 2596 Date: 20240329 Time: 095529     sap01-206 ( 32 ms )