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 - dbtab
Obsolete Syntax
TABLES dbtab.
...
EXPORT parameter_list
TO DATABASE|{SHARED MEMORY}|{SHARED BUFFER} [CLIENT cl] ID id
[COMPRESSION {ON|OFF}].
...
IMPORT parameter_list
FROM DATABASE|{SHARED MEMORY}|{SHARED BUFFER} [CLIENT cl] ID id
[conversion_options].
Effect
If the FROM wa or TO wa addition is not specified when data is exported or imported with the database table or shared memory, the ABAP runtime environment attempts to transport the components between SRTF2 and CLUSTR of the table work area declared with TABLES dbtab. If the table work area is not found, these components are not transported.
Notes