ABAPINSERT_TARGET - INSERT TARGET
BAL Application Log Documentation ROGBILLS - Synchronize billing plansThis documentation is copyright by SAP AG.
INSERT dbtab - target
Syntax
... {dbtab|(dbtab_syntax)} [CLIENT SPECIFIED]
[CONNECTION {con|(con_syntax)}] ... .
Alternatives:
1. ... dbtab
2. ... (dbtab_syntax)
Addition:
Effect
The entries in target determine, statically or dynamically, whichdatabase table or whichview is accessed, and controlclient handling.
Alternative 1
... dbtab
Effect:
For dbtab, a database table defined in the ABAP Dictionary or a view defined in the ABAP Dictionary can be specified.
Only views that refer to a single database table, and whose maintenance status in the ABAP Dictionary permits change access can be specified.
Alternative 2
... (dbtab_syntax)
Effect:
Instead of static specification, a bracketed data object dbtab_syntax can be specified, which must contain the name of the database table or the view when the statement is executed. A character-like data object or astandard table withoutsecondarytable keys and with a character-like line type can be specified for the data object dbtab_syntax. The syntax in dbtab_syntax is, as in the ABAP Editor, not case-sensitve.
Addition
... CLIENT SPECIFIED
Effect:
This addition deactivates the automatic client handling of Open SQL. If the addition CLIENT SPECIFIED is used, theclient identifier specified in source is taken into account. Without the addition CLIENT SPECIFIED, theABAPruntime environment does not transfer the client identifier specified in source to the database system, but transfers the identifier of the current client instead.
Note
Since each client represents a self-contained unit, automatic client handling should never be turned off in application programs. In systems that support multitenancy, this is ensured by the ABAP runtime environment.
Vendor Master (General Section) Fill RESBD Structure from EBP Component Structure
This documentation is copyright by SAP AG.
Length: 4127 Date: 20120522 Time: 233843 triton ( 133 ms )






