Skip to content

ABAP Keyword Documentation →  ABAP - Reference →  Processing External Data →  Data Clusters 

IMPORT

Short Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


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. Use additions conversion_options to make adaptations to the current platform. System Fields

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. Unavailable parameters are ignored.
4 The specified data cluster was not found.


Note

See also Classes for Data Clusters.

Continue

IMPORT - parameter_list

IMPORT - medium

IMPORT - conversion_options

IMPORT - Text language rule

IMPORT - Internal Additions

Exceptions in IMPORT