Ansicht
Dokumentation

ABAPDELETE_DBTAB_SHORTREF - DELETE DBTAB SHORTREF

ABAPDELETE_DBTAB_SHORTREF - DELETE DBTAB SHORTREF

General Data in Customer Master   ROGBILLS - Synchronize billing plans  
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.





General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 3437 Date: 20240419 Time: 132409     sap01-206 ( 32 ms )