sapdev logo background
sapdev logo sapdev logo
Comments

ABAP IMPORT DATA CLUSTER Statement syntax, information and example SAP source code



Return to Statement index



IMPORT

Short Reference

ABAP Syntax IMPORT
parameter_list FROM medium [
conversion_options ].

What does it do? Import of data objects specified in parameter_list from a data cluster stored in the memory area medium with the 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
0The 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.
4The specified data cluster was not found.

Latest notes: See also Classes for Data Clusters
.
Documentation extract taken from SAP system, � Copyright SAP AG. All rights reserved




IMPORT_CONVERSION
IMPORT_DIRECTORY




comments powered by Disqus