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