SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
INSERT itab - Short Reference
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