INSERT itab

Reference

Syntax

INSERT { wa
       | {INITIAL LINE}
       | {LINES OF jtab [FROM idx1] [TO idx2]} }
  INTO { {TABLE itab}
       | {itab INDEX idx} }
       [ {ASSIGNING <fs> [CASTING]} | {REFERENCE INTO dref} ].


Effect

Inserts lines into an internal table itab.

Additions