Ansicht
Dokumentation

ABAPMODIFY_ITAB_SHORTREF - MODIFY ITAB SHORTREF

ABAPMODIFY_ITAB_SHORTREF - MODIFY ITAB SHORTREF

General Data in Customer Master   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.
SAP E-Book

MODIFY itab

Reference



Syntax

MODIFY { { { {TABLE itab}|{itab INDEX idx}
             [USING KEY key_name|(name)] }
         | { itab [USING KEY loop_key] }
           FROM wa
           [TRANSPORTING comp1 comp2 ...]
           [{ASSIGNING <fs> [CASTING]}|{REFERENCE INTO dref}] }
       | {itab FROM wa [USING KEY key_name|(name)]
                       TRANSPORTING comp1 comp2 ...
                       WHERE log_exp|(cond_syntax)} }.


Effect

Changes lines in internal tables. A restricted variant works with mesh paths.

Additions

  • TABLE itab
    Specifies a line to be changed by matching the key values of the wa work area.
  • itab INDEX idx
    Specifies a line to be changed by specifying a line number idx of a table index.
  • FROM wa
    Specifies the new content in a wa work area.
  • REFERENCE INTO dref
    Assigns the reference to a changed single line to a reference variabledref.
  • WHERE log_exp$|(cond_syntax)
    Specifies the lines to be changed by specifying a static condition log_exp or a dynamic condition in cond_syntax.
  • WHERE log_exp$|(cond_syntax)
    Specifies the lines to be changed by specifying a static condition log_exp or a dynamic condition in cond_syntax.





Addresses (Business Address Services)   PERFORM Short Reference  
This documentation is copyright by SAP AG.

Length: 3996 Date: 20240419 Time: 002242     sap01-206 ( 30 ms )