Exceptions at IMPORT
Catchable Exceptions
CX_SY_CONVERSION_CODEPAGE
-
Cause: Error at conversion.
Runtime Error: CONNE_IMPORT_CONVERSION_ERROR (not catchable)
CX_SY_FILE_AUTHORITY
-
Cause: No authorization to access a file.
Runtime
Error: OPEN_DATASET_NO_AUTHORITY (catchable)
CX_SY_FILE_OPEN
-
Cause: Structure of target object cannot be opened.
Runtime Error: EXPORT_DATASET_CANNOT_OPEN (catchable)
CX_SY_IMPORT_MISMATCH_ERROR
-
Cause: A component of a structured dataset has a wrong decimal
place.
Runtime Error: CONNE_IMPORT_WRONG_COMP_DECS (catchable)
-
Cause: A component of a structured dataset has a wrong length.
Runtime Error: CONNE_IMPORT_WRONG_COMP_LENG (catchable)
-
Cause: A component of a structured type in the dataset has
a wrong type.
Runtime Error: CONNE_IMPORT_WRONG_COMP_TYPE (catchable)
-
Cause: A field in the dataset has wrong decimal places.
Runtime Error: CONNE_IMPORT_WRONG_FIELD_DECS (catchable)
-
Cause: A field in the dataset has a wrong length.
Runtime
Error: CONNE_IMPORT_WRONG_FIELD_LENG (catchable)
-
Cause: A field in the dataset has a wrong type.
Runtime
Error: CONNE_IMPORT_WRONG_FIELD_TYPE (catchable)
-
Cause: Type conflict between simple and structured data types
Runtime Error: CONNE_IMPORT_WRONG_OBJECT_TYPE (catchable)
-
Cause: Type conflict between structured objects
Runtime
Error: CONNE_IMPORT_WRONG_STRUCTURE (catchable)
-
Cause: Source and target object have incompatible types.
Runtime Error: IMPORT_ALIGNMENT_MISMATCH (catchable)
-
Cause: Dataset has a different length.
Runtime Error: IMPORT_WRONG_END_POS (catchable)
CX_SY_IMPORT_FORMAT_ERROR
-
Cause: Error in the data write of a stored data object.
Runtime Error: IMPORT_FORMAT_ERROR (not catchable)
Non-Catchable Exceptions
-
Cause: The dataset has been destroyed.
Runtime Error: CONNE_ILLEGAL_TRANSPORT_HEADER
-
Cause: You attempted to import a dataset originating from an ABAP-based SAP System of a higher release level. This feature is not supported.
Runtime Error: CONNE_ILLEGAL_TRANSPORT_VERS
-
Cause: Error during conversion
Runtime Error: CONNE_IMPORT_CONVERSION_ERROR
-
Cause: The object name in the cluster, that is, the contents of the first column, is empty.
Runtime Error: DYN_IMEX_OBJ_NAME_EMPTY
-
Cause: An object name (in the cluster) occurs twice in the first column of the internal table.
Runtime Error: DYN_IMEX_OBJ_NAME_TWICE
-
Cause: The data object in the program (that is, the object whose name is in column 2 if this column is not empty, otherwise in column 1) does not exist.
Runtime Error: DYN_IMEX_OBJ_NOT_FOUND
-
Cause: Error in the data description
Runtime Error: IMPORT_DESCR_ENDMARK_MISSING
-
Cause: The dataset has been destroyed. The data is distributed among several table entries, and at least one table entry is missing.
Runtime Error: IMPORT_UNEXPECTED_END_OF_DATA
-
Cause: Error during decompression
Runtime Error: IMPORT_DECOMPRESS_FAILED
-
Cause: Format error
Runtime Error: IMPORT_CONTAINER_MISSING
-
Cause: Data cluster is destroyed
Runtime Error: IMPORT_OBJECT_DESTROYED
-
Cause:Error during import from the transactional application buffer
Runtime Error: IMPORT_BUFFER_FAILED
Runtime Error: IMPORT_BUFFER_EXTERNAL_ERROR
Runtime Error: IMPORT_BUFFER_INTERNAL_ERROR
Runtime Error: IMPORT_BUFFER_INVALID_PARAMS
Runtime Error: IMPORT_BUFFER_KEY_NOT_FOUND