Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

INSERT itab - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

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 rows into an internal table itab. A restricted variant works withmesh paths.

Additions