ABAP Keyword Documentation →  ABAP − Short Reference → 

APPEND - Short Reference

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