ABAPEXPORT_IMPORT_TABLES_AREA - EXPORT IMPORT TABLES AREA
CPI1466 during Backup Fill RESBD Structure from EBP Component StructureThis documentation is copyright by SAP AG.
EXPORT, IMPORT - dbtab
Obsolete Syntax
TABLES dbtab.
...
EXPORTparameter_list
TO DATABASE|{SHARED MEMORY}|{SHARED BUFFER} [CLIENT cl] ID id
[COMPRESSION {ON|OFF}].
...
IMPORTparameter_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 betweenSRTF2 andCLUSTR of thetablework area declared with TABLES dbtab. If the table work area is not found, these components are not transported.
Notes
- In any case, table work areas cannot be used in global classes. In local classes of programs exceptclass pools, the implicit mechanism affects table work areas of the framework program.
- The implicit use of table work areas is obsolete, which means that the short forms shown here shouldno longer be used for data transports. Instead, FROM wa and TO wa must be specified explicitly if the components between SRTF2 and CLUSTR are to be written or read.
General Data in Customer Master CPI1466 during Backup
This documentation is copyright by SAP AG.
Length: 2703 Date: 20120522 Time: 054630 triton ( 92 ms )






