Ansicht
Dokumentation

ABAPLOOP_AT_ITAB_SHORTREF - LOOP AT ITAB SHORTREF

ABAPLOOP_AT_ITAB_SHORTREF - LOOP AT ITAB SHORTREF

General Data in Customer Master   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by SAP AG.
SAP E-Book

LOOP AT itab

Reference



Syntax

LOOP AT itab { { INTO wa }
             | { ASSIGNING <fs> [CASTING] }
             | { REFERENCE INTO dref }
             | { TRANSPORTING NO FIELDS } }
             [USING KEY key_name|(name)]
             [FROM idx1] [TO idx2] [WHERE log_exp|(cond_syntax].
  ...
ENDLOOP.


Effect

Reads an internal table itab in a loop. A restricted variant works with mesh paths.

Additions

  • INTO wa
    Assigns the read line to a work area wa.
  • REFERENCE INTO dref
    Assigns a reference to the line read from internal table to a reference variable dref.





SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ROGBILLS - Synchronize billing plans  
This documentation is copyright by SAP AG.

Length: 3685 Date: 20240517 Time: 110708     sap01-206 ( 43 ms )