ABAPINSERT_ITAB_SHORTREF - INSERT ITAB SHORTREF
General Material Data CPI1466 during BackupThis documentation is copyright by SAP AG.
INSERT itab
Syntax
INSERT { wa
| {INITIAL LINE}
| {LINES OF jtab [FROM idx1] [TO idx2] [USING KEY key_name|(name)]} }
INTO { {TABLE itab}
| {itab INDEX idx}
| {itab} }
[ {ASSIGNING <fs> [CASTING]} | {REFERENCE INTO dref} ].
Effect
Inserts lines into an internal table itab.
Additions
- wa
Inserts a work area wa. - INITIAL LINE
Inserts an initial line. - LINES OF jtab [FROM idx1] [TO idx2] [USING KEY key_name|(name)]
Inserts the lines of the internal table jtab specified by the indices idx1 and idx2, the table key to be used for this can be specified statically or dynamically. - INTO TABLE itab
Specifies the insertion position using the primary table key. - INTO itab INDEX idx
Specifies the insertion position using a table index idx. - INTO itab
Specifies the insertion position in a loop using the current line. - ASSIGNING <fs> [CASTING]
Assigns an inserted single line to a field symbol <fs>, where casting can be performed. - REFERENCE INTO dref
Assigns the reference to an inserted single line to a reference variable dref.
CL_GUI_FRONTEND_SERVICES - Frontend Services SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up
This documentation is copyright by SAP AG.
Length: 2576 Date: 20120522 Time: 233406 triton ( 63 ms )






