Ansicht
Dokumentation

ABAPUPDATE_SHORTREF - UPDATE SHORTREF

ABAPUPDATE_SHORTREF - UPDATE SHORTREF

CPI1466 during Backup   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
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.





SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   ABAP Short Reference  
This documentation is copyright by SAP AG.

Length: 4476 Date: 20240517 Time: 104412     sap01-206 ( 38 ms )