SAP EXPORT IMPORT MEM ID - Obsolete ABAP Statements
Get Example source ABAP code based on a different SAP table
• EXPORT TO MEMORY ABAP Statement • IMPORT FROM MEMORY ABAP Statement
EXPORT>, IMPORT>, no_id>
ABAP_SYNTAX_OBS EXPORT> parameter_list> TO MEMORY> $[COMPRESSION ${ON$|OFF$}$].
IMPORT> parameter_list> FROM MEMORY> $[conversion_options>$].>
What does it do? If the addition ID> is not specified in the statements EXPORT TO MEMORY>> or IMPORT FROM MEMORY>>, the statement EXPORT> writes to an anonymous area of the ABAP memory> and the statement IMPORT> reads from this area.
Latest notes: This short form is extremely error-prone and forbidden in classes, since all EXPORT> statements without an ID overwrite the same data cluster. ABAP_HINT_END