Ansicht
Dokumentation

ABAPUPDATE_SHORTREF - UPDATE SHORTREF

ABAPUPDATE_SHORTREF - UPDATE SHORTREF

PERFORM Short Reference   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

UPDATE

Reference



Syntax

UPDATE {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
                              [CONNECTION {con|(con_syntax)}]
       { { SET [col1 = f1 col2 = f2 ... ]
               [col1 = col1 + f1 col2 = col2 + f2 ...]
               [col1 = col1 - f1 col2 = col2 - f2 ...]
               [(expr_syntax1) (expr_syntax2) ...]
               [WHERE sql_cond] }
       | { FROM wa|{TABLE itab} } }.


Effect

statement. Changes lines in a database table or in a DDIC table view.

Additions

  • WHERE sql_cond
    Specifies the lines to be changed using a condition sql_cond.





ROGBILLS - Synchronize billing plans   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by SAP AG.

Length: 4476 Date: 20240419 Time: 004948     sap01-206 ( 43 ms )