ABAP Keyword Documentation → ABAP − Short Reference
DELETE FROM - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
DELETE FROM { {MEMORY ID id}
| {DATABASE dbtab(ar) [CLIENT cl] ID id}
| {SHARED MEMORY dbtab(ar) [CLIENT cl] ID id}
| {SHARED BUFFER dbtab(ar) [CLIENT cl] ID id} }.
Effect
Deletes the data cluster of the ID specified in id
.
Additions
-
MEMORY
Specifies a data cluster in the ABAP memory. -
DATABASE dbtab(ar) [CLIENT cl]
Specifies a data cluster in a database tabledbtab
, in the rangear
and with a client IDcl
. -
{SHARED MEMORY}|{SHARED BUFFER} dbtab(ar) [CLIENT cl]
Specifies a data cluster in an application buffer of the shared memory of the application server that addresses a rangear
and a client IDcl
using the name of a database tabledbtab
. The two alternatives have different displacement mechanisms.