SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Short Reference →
INSERT dbtab - Short Reference
Syntax
INSERT { {INTO dbtab|(dbtab_syntax) [CLIENT SPECIFIED]
[CONNECTION con|(con_syntax)]
VALUES wa}
| { dbtab|(dbtab_syntax) [CLIENT SPECIFIED]
[CONNECTION con|(con_syntax)]
FROM wa|{TABLE itab [ACCEPTING DUPLICATE KEYS]} } }.
Effect
Inserts rows into a database table.
Additions