ABAP Keyword Documentation → ABAP - Reference → Obsolete Language Elements → Obsolete Processing of External Data → Obsolete Access to Data Clusters
EXPORT, IMPORT - no_id
Other versions: 7.31 | 7.40 | 7.54
Obsolete Syntax
EXPORT
parameter_list TO MEMORY [COMPRESSION {ON|OFF}].
IMPORT
parameter_list FROM MEMORY
[conversion_options].
Effect
If the addition ID is not specified in the statements
EXPORT TO MEMORY or
IMPORT FROM MEMORY, then the statement EXPORT writes to an anonymous area of the
ABAP Memory and the statement IMPORT reads from this area.
Note
This short form is particularly prone to errors and cannot be used in classes, since all EXPORT statements without ID overwrite the same data cluster.