ABAP Keyword Documentation → ABAP - Reference → Processing External Data → Data Clusters → IMPORT
Exceptions in IMPORT
Other versions: 7.31 | 7.40 | 7.54
Catchable Exceptions
CX_SY_CONVERSION_CODEPAGE
- 
Cause: Error in conversion. 
Runtime Error:CONNE_IMPORT_CONVERSION_ERROR 
CX_SY_IMPORT_MISMATCH_ERROR
- 
Cause: A component of a structured dataset has a wrong decimal. 
Runtime Error:CONNE_IMPORT_WRONG_COMP_DECS - 
Cause: A component of a structured dataset has a wrong length. 
Runtime Error:CONNE_IMPORT_WRONG_COMP_LENG - 
Cause: A component of a structured type in the dataset has a wrong type. 
Runtime Error:CONNE_IMPORT_WRONG_COMP_TYPE - 
Cause: A field in the dataset has wrong decimal places. 
Runtime Error:CONNE_IMPORT_WRONG_FIELD_DECS - 
Cause: A field in the dataset has a wrong length. 
Runtime Error:CONNE_IMPORT_WRONG_FIELD_LENG - 
Cause: A field in the dataset has a wrong type. 
Runtime Error:CONNE_IMPORT_WRONG_FIELD_TYPE - 
Cause: Type conflict between simple and structured data types. 
Runtime Error:CONNE_IMPORT_WRONG_OBJECT_TYPE - 
Cause: Type conflict between structured objects 
Runtime Error:CONNE_IMPORT_WRONG_STRUCTURE - 
Cause: Source and target object have incompatible types. 
Runtime Error:IMPORT_ALIGNMENT_MISMATCH - 
Cause: Dataset has a different length. 
Runtime Error:IMPORT_WRONG_END_POS 
CX_SY_IMPORT_FORMAT_ERROR
- 
Cause: Error in the data write of a stored data object. 
Runtime Error:IMPORT_FORMAT_ERROR - 
Cause: Error in data write in 
IMPORT.
Runtime Error:CONNE_IMPORT_ILL_DESCRIPTION 
CX_SY_EXPIMP_DB_SQL_ERROR
- 
Cause: SQL error in import from the database. 
Runtime Error:DBIF_...
 
Non-Catchable Exceptions
- 
Cause: The dataset was destroyed. 
Runtime Error:CONNE_ILLEGAL_TRANSPORT_HEADER - 
Cause: An attempt was made to import a dataset originating from an AS ABAP of a higher release level. This action is not supported. 
Runtime Error:CONNE_ILLEGAL_TRANSPORT_VERS - 
Cause: The object name in the cluster is empty (the content of the first column). 
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 was 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 in decompression. 
Runtime Error:IMPORT_DECOMPRESS_FAILED - 
Cause: Invalid or missing data cluster in 
IMPORT FROM INTERNAL TABLE
Runtime Error:IMPORT_CONTAINER_MISSING - 
Cause: Invalid or missing data cluster in 
IMPORT FROM DATA BUFFER
Runtime Error:CONNE_CONTAINER_TOO_SHORT - 
Cause: Empty internal table in 
IMPORT FROM INTERNAL TABLE
Runtime Error:IMPORT_FROM_INTTABLE_EMPTY - 
Cause: Empty data object in 
IMPORT FROM DATA BUFFER
Runtime Error:IMPORT_FROM_DATA_BUFFER_EMPTY - 
Cause: Data cluster is destroyed 
Runtime Error:IMPORT_OBJECT_DESTROYED - 
Cause: Error in 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