Ansicht
Dokumentation

ABAPGET_CURSOR_SHORTREF - GET CURSOR SHORTREF

ABAPGET_CURSOR_SHORTREF - GET CURSOR SHORTREF

General Material Data   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.
SAP E-Book

GET CURSOR

Reference



Syntax

GET CURSOR { { FIELD field
                [VALUE val]
                [LENGTH len]
                [[DISPLAY|MEMORY] OFFSET off]
                [LINE line]
                [AREA area] }
           | { LINE line
                [VALUE val]
                [LENGTH len]
                [[DISPLAY|MEMORY] OFFSET off] } }.


Effect

Evaluates the cursor position on screens and lists.

Additions

  • FIELD field
    Returns the name of the screen element of the field displayed on a list in field and determines further field-related properties of the cursor position.

    VALUE val - Returns the value of the screen element or the output area of a list in val.

    LENGTH len - Returns the length of the screen element or the output area of a list in len.

    $[DISPLAY$|MEMORY$] OFFSET off - Returns the offset of the cursor in the screen element or in the output area of a list in off. In lists, DISPLAY and MEMORY distinguish between the screen position and the position in the list buffer.

    LINE line - Returns the number of the line for a table control, for a step loop, or the list in line.

    AREA area - Returns the name of a table control in area.
  • LINE    line
    Returns the number of the line of a table control, of a step loop, or the list in line and determines further line-related properties of the cursor position in lists.

    VALUE val - Returns the value of the list line in val.

    LENGTH len - Returns the length of the list line in len.

    $[DISPLAY$|MEMORY$] OFFSET off - Returns the offset of the cursor in the list line in off. DISPLAY and MEMORY distinguish between screen position and position in the list buffer. distinguish between screen position and position in the list buffer.





ROGBILLS - Synchronize billing plans   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 3456 Date: 20240517 Time: 141811     sap01-206 ( 47 ms )