ABAPINSERT_DBTAB_SHORTREF - INSERT DBTAB SHORTREF
ABAP Short Reference SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3upThis documentation is copyright by SAP AG.
INSERT dbtab
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 lines into a database table.
Additions
- INTO {dbtab|(dbtab_syntax)}
Specifies the database table statically or dynamically. - CLIENT SPECIFIED
Deactivates the automatic client handling. - CONNECTION {con|(con_syntax)}
Executes the change on a secondary database connection. - {VALUES wa}|{FROM wa}|{FROM TABLE itab}
Specifies the lines to be inserted as a work area wa or as lines of an internal table itab. - ACCEPTING DUPLICATE KEYS
Prevents an exception if already existing lines are to be inserted.
BAL Application Log Documentation Vendor Master (General Section)
This documentation is copyright by SAP AG.
Length: 2358 Date: 20120522 Time: 233034 triton ( 35 ms )






