ABAPDELETE_DBTAB_SHORTREF - DELETE DBTAB SHORTREF
BAL Application Log Documentation BAL_S_LOG - Application Log: Log header dataThis documentation is copyright by SAP AG.
DELETE dbtab
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
Deletes rows from a database table.
Additions
- FROM {dbtab|(dbtab_syntax)}
Specifies the database table statically or dynamically. - CLIENT SPECIFIED
Deactivates automatic client handling. - CONNECTION {con|(con_syntax)}
Executes the change on a secondary database connection. - 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.
SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up BAL_S_LOG - Application Log: Log header data
This documentation is copyright by SAP AG.
Length: 2441 Date: 20120522 Time: 045303 triton ( 82 ms )






