Ansicht
Dokumentation

ABAPGET_CURSOR_LIST_FIELD - GET CURSOR LIST FIELD

ABAPGET_CURSOR_LIST_FIELD - GET CURSOR LIST FIELD

CPI1466 during Backup   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

GET CURSOR, field_properties

Short Reference



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


Additions

1. ... VALUE val

2. ... LENGTH len

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

4. ... LINE lin

Effect

Using these additions, further information about the cursor position can be read during list processing with the addition FIELD of the GET CURSOR statement.

Addition 1

... VALUE val

Effect

The addition VALUE assigns the formatted content of the output area 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 length of the output area on which the cursor is positioned 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 output area on which it is positioned to the data object off. off expects a variable of the type i. Counting begins at 0.

The addition OFFSET with the addition MEMORY assigns the offset of the character in the area of the data object in the list buffer on whose output the cursor is 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.

Note

If substrings are displayed in lists, the returned offset is counted starting from the offset of the subfield.

Addition 4

... LINE lin

Effect

The addition LINE assigns the number of the list line on which the cursor is positioned to the data object lin. lin expects a variable of the type i.






BAL_S_LOG - Application Log: Log header data   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 3559 Date: 20240420 Time: 030452     sap01-206 ( 60 ms )