Ansicht
Dokumentation

ABAPLOOP_AT_ITAB_SHORTREF - LOOP AT ITAB SHORTREF

ABAPLOOP_AT_ITAB_SHORTREF - LOOP AT ITAB SHORTREF

TXBHW - Original Tax Base Amount in Local Currency   rdisp/max_wprun_time - Maximum work process run time  
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.





General Data in Customer Master   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.

Length: 3685 Date: 20240427 Time: 061534     sap01-206 ( 44 ms )