IMPORT parameter_list FROM medium
[conversion_options].
Import data objects specified in parameter_list from a
data cluster stored in the memory area
medium using the
EXPORT statement.If required, the data is automatically
converted to the current byte sequence (Endian) and character representation. Use additions
conversion_options 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. |
4 | The specified data cluster was not found. |
See also Classes for Data Clusters.