ABAPGET_CURSOR_LIST_LINE - GET CURSOR LIST LINE
TXBHW - Original Tax Base Amount in Local Currency BAL Application Log DocumentationThis documentation is copyright by SAP AG.
GET CURSOR - line_properties
Syntax
... [VALUE val] [LENGTH len] [[DISPLAY|MEMORY] OFFSET off].
Additions
1. ... VALUE val
2. ... LENGTH len
3. ... [DISPLAY|MEMORY] OFFSET off
Effect
With these additions, further information on the cursor position can be read using the addition LINEof 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. For val, a character-type variable is expected.
Addition 2
... LENGTH len
Effect
The addition LENGTH assigns the line length set using the addition LINE-SIZE of the statementintroducing the program or using NEW-PAGE (this is the line on which the cursor is positioned) to the data object len. For len, a variable of the type i is expected.
Addition 3
... [DISPLAY|MEMORY] OFFSET off
Effect
The addition OFFSET without an addition or with the addition DISPLAY assigns the positionof the cursor in the displayed line on which it is positioned to the data object off. For off, a variable of the type i is expected.
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 in aUnicodesystem is on one of the characters < or > for characters cut off in the display, the positionof the character in the list buffer that is overwritten by the character is assigned. For off, a variable of the type i is expected.
CPI1466 during Backup General Data in Customer Master
This documentation is copyright by SAP AG.
Length: 2958 Date: 20120522 Time: 062708 triton ( 173 ms )






