sapdev logo background
sapdev logo sapdev logo
Comments

ABAP INSERT ITAB RESULT Statement syntax, information and example SAP source code



Return to Statement index



INSERT - result

Short Reference

ABAP Syntax ABAP_KEY ... { ASSIGNING <(><<)>fs> [CASTING] }

| { REFERENCE INTO dref }.

What does it do? These additions can only be used when inserting single rows. If inserted successfully, the addition ASSIGNING is used to assign the row to a field symbol fs and the addition
REFERENCE INTO is used to set a reference to the inserted row in a reference variable.
The syntax and meaning are the same as when specifying the output behavior in the statement READ TABLE
and the same restrictions apply regarding the modification of key fields for primary and secondary table keys . In particular, inline declarations using the declaration operators DATA and
FIELD-SYMBOL are possible.

Example ABAP Coding See the addition
INITIAL LINE .
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




INSERT_ITAB_POSITION
INSERT_OBSOLETE




comments powered by Disqus