ABAP Keyword Documentation → ABAP - Short Reference
MODIFY dbtab - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
MODIFY {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
[CONNECTION {con|(con_syntax)}]
FROM { wa|{TABLE itab} }.
Effect
Inserts row in a database table or overwrites them.
Additions
-
{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. -
FROM { wa|{TABLE itab} }
Specifies the rows to be inserted as awa
work area or as rows of anitab
internal table.