Ansicht
Dokumentation

ABENRABAX_IMPORT_FROM_DATABASE - RABAX IMPORT FROM DATABASE

ABENRABAX_IMPORT_FROM_DATABASE - RABAX IMPORT FROM DATABASE

ABAP Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

Exceptions in IMPORT

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 an incorrect decimal place.
    Runtime Error: CONNE_IMPORT_WRONG_COMP_DECS
  • Cause: A component of a structured dataset has an incorrect length.
    Runtime Error: CONNE_IMPORT_WRONG_COMP_LENG
  • Cause: A component of a structured type in the dataset has an incorrect type.
    Runtime Error: CONNE_IMPORT_WRONG_COMP_TYPE
  • Cause: A field in the dataset has incorrect decimal places.
    Runtime Error: CONNE_IMPORT_WRONG_FIELD_DECS
  • Cause: A field in the dataset has an incorrect length.
    Runtime Error: CONNE_IMPORT_WRONG_FIELD_LENG
  • Cause: A field in the dataset has an incorrect 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 object 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 description of a stored data object.
    Runtime Error: IMPORT_FORMAT_ERROR
  • 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: Empty internal table in IMPORT FROM INTERNAL TABLE
    Runtime Error: IMPORT_CONTAINER_MISSING
  • Cause: Empty data object in IMPORT FROM DATA BUFFER
    Runtime Error: IMPORT_CONTAINER_MISSING
  • Cause: The data cluster was destroyed.
    Runtime Error: IMPORT_OBJECT_DESTROYED
  • Cause: Invalid or missing data cluster in IMPORT FROM DATA BUFFER
    Runtime Error: CONNE_CONTAINER_TOO_SHORT
  • 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: Error in data description in IMPORT.
    Runtime Error: CONNE_IMPORT_ILL_DESCRIPTION
  • Cause: One of the properties saved for the cluster is invalid.
    Runtime Error: CONNE_COMPRESS_FLAG_INVALID
    Runtime Error: CONNE_DESCRIPTION_FLAG_INVALID
    Runtime Error: CONVERSION_CODEPAGE_UNKNOWN

CX_SY_EXPIMP_DB_SQL_ERROR

  • Cause: SQL error in import from the database.
    Runtime Error: DBIF_...

Non-Catchable Exceptions

  • Cause: The object name in the cluster, that is, the content 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, else in column 1, does not exist.
    Runtime Error: DYN_IMEX_OBJ_NOT_FOUND
  • 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_KEY_NOT_FOUND






PERFORM Short Reference   SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up  
This documentation is copyright by SAP AG.

Length: 7548 Date: 20240426 Time: 183249     sap01-206 ( 52 ms )