Ansicht
Dokumentation

ABAPINSERT_ITAB_SHORTREF - INSERT ITAB SHORTREF

ABAPINSERT_ITAB_SHORTREF - INSERT ITAB SHORTREF

RFUMSV00 - Advance Return for Tax on Sales/Purchases   BAL_S_LOG - Application Log: Log header data  
This documentation is copyright by SAP AG.
SAP E-Book

INSERT itab

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 with mesh paths.

Additions

  • wa
    Inserts a work area wa.
  • INTO TABLE itab
    Specifies the insertion position using the primary table key.
  • INTO itab
    Specifies the insertion position in a loop using the current line.
  • REFERENCE INTO dref
    Assigns the reference (to an inserted single line) to a reference variable dref.





CPI1466 during Backup   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 2714 Date: 20240517 Time: 111738     sap01-206 ( 28 ms )