Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

APPEND - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

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