APPEND

Reference

Syntax

APPEND { wa
       | {INITIAL LINE}
       | {LINES OF jtab [FROM idx1] [TO idx2]} }
   TO itab [SORTED BY comp]
   [ {ASSIGNING <fs> [CASTING]} | {REFERENCE INTO dref} ].


Effect

Appends rows to an internal table itab.

Additions