ABAP - Keyword Documentation →  ABAP - Quick Reference →  I

INSERT itab - Quick reference

Reference

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