ABAPAPPEND_SHORTREF - APPEND SHORTREF
TXBHW - Original Tax Base Amount in Local Currency ABAP Short ReferenceThis documentation is copyright by SAP AG.
APPEND
Syntax
APPEND { wa
| {INITIAL LINE}
| {LINES OF jtab [FROM idx1] [TO idx2] [USING KEY key_name|(name)]} }
TO itab [SORTED BY comp]
[ {ASSIGNING <fs> [CASTING]} | {REFERENCE INTO dref} ].
Effect
Appends rows to an internal table itab.
Additions
- wa
Appends a workarea wa. - INITIAL LINE
Appends an initial row. - LINES OF jtab [FROM idx1] [TO idx2] [USING KEY key_name|(name)]
Appends the rows from idx1 to idx2 of the internal table jtab. The table key to be used for this can be specified either statically or dynamically. - SORTED BY comp
Creates a ranking, which is sorted by the row component comp in descending order. - ASSIGNING <fs> [CASTING]
Assigns an appended row to a field symbol <fs> and a casting can thus be carried out. - REFERENCE INTO dref
Sets a data reference dref to an appended row.
General Material Data Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 1952 Date: 20120518 Time: 191355 triton ( 66 ms )






