SAP NetWeaver AS ABAP Release 740, ©Copyright 2014 SAP AG. All rights reserved.
ABAP Keyword Documentation → ABAP − Reference → Obsolete Language Elements → Obsolete Processing of External Data → Obsolete Access to Data Clusters →EXPORT, IMPORT - no_id
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.