Ansicht
Dokumentation

ABAPIMPORT_DATA_CLUSTER - IMPORT DATA CLUSTER

ABAPIMPORT_DATA_CLUSTER - IMPORT DATA CLUSTER

PERFORM Short Reference   CPI1466 during Backup  
This documentation is copyright by SAP AG.
SAP E-Book

IMPORT

Short Reference



IMPORT parameter_list FROM medium $[conversion_options$].

Effect

Imports data objects specified in parameter_list from a data cluster stored in storage medium medium with statement EXPORT. If necessary, the data is automatically converted to the current byte order (endian) and character format. The additions conversion_options can be used to make adaptations to the current platform.

System Fields

sy-subrc Meaning
0 The specified data cluster was found and the content of the parameters in the data cluster was passed to the respective data objects. Nonexistent parameters were ignored.
4 The specified data cluster was not found.

If the internal addition USING subr is used, a different rule applies to sy-subrc.

Note

See also Classes for Data Clusters.

Example

Reading of a link table of the ABAP keyword documentation that is buffered in a data cluster of a database table into an internal table.






General Material Data   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

Length: 2371 Date: 20240426 Time: 044049     sap01-206 ( 31 ms )