Ansicht
Dokumentation

ABAPDELETE_DBTAB_SHORTREF - DELETE DBTAB SHORTREF

ABAPDELETE_DBTAB_SHORTREF - DELETE DBTAB SHORTREF

PERFORM Short Reference   Vendor Master (General Section)  
This documentation is copyright by SAP AG.
SAP E-Book

DELETE dbtab

Reference



Syntax

DELETE { {FROM {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
                                      [CONNECTION {con|(con_syntax)}]
         [WHERE sql_cond]}
       | {{dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
                                 [CONNECTION {con|(con_syntax)}]
         FROM { wa|{TABLE itab} } } }.


Effect

statement. Deletes rows from a database table or a DDIC table view.

Additions

  • WHERE sql_cond
    Uses a sql_cond condition to specify the rows that are to be deleted.
  • FROM ${ wa$|${TABLE itab$} $}
    Specifies the rows that are to be deleted by matching them with the key values of a work area wa or the rows of an internal table itab.

  • FROM ${ wa$|${TABLE itab$} $}
    Specifies the rows that are to be deleted by matching them with the key values of a work area wa or the rows of an internal table itab.





SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   BAL Application Log Documentation  
This documentation is copyright by SAP AG.

Length: 3437 Date: 20240517 Time: 124119     sap01-206 ( 34 ms )