Ansicht
Dokumentation

ABAPGET_CURSOR_LIST_LINE - GET CURSOR LIST LINE

ABAPGET_CURSOR_LIST_LINE - GET CURSOR LIST LINE

CPI1466 during Backup   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

GET CURSOR, line_properties

Short Reference



... $[VALUE val$] $[LENGTH len$] $[$[DISPLAY$|MEMORY$] OFFSET off$].

Additions

1. ... VALUE val

2. ... LENGTH len

3. ... $[DISPLAY$|MEMORY$] OFFSET off

Effect

Using these additions, further information about the cursor position can be read using the addition LINE of the statement GET CURSOR.

Addition 1

... VALUE val

Effect

The addition VALUE assigns the formatted content of the list line on which the cursor is positioned to the data object val. val expects a character-like variable.

Addition 2

... LENGTH len

Effect

The addition LENGTH assigns the line length of the line on which the cursor is positioned, set using the addition LINE-SIZE of the program-initiating statement or using NEW-PAGE to the data object len. len expects a variable of the type i.

Addition 3

... $[DISPLAY$|MEMORY$] OFFSET off

Effect

The addition OFFSET without an addition or with the addition DISPLAY assigns the position of the cursor in the displayed line on which it is positioned to the data object off. off expects a variable of the type i.

The addition OFFSET with the addition MEMORY assigns the position of the character in the list buffer line on whose output the cursor is currently positioned to the data object off. If the cursor is on one of the characters or > for characters cut off in the display, the position of the character in the list buffer that is overwritten by the character is assigned. off expects a variable of the type i.






BAL Application Log Documentation   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.

Length: 2864 Date: 20240328 Time: 234711     sap01-206 ( 55 ms )