Skip to content

ABAP Keyword Documentation →  ABAP − Reference →  Processing External Data →  Data Cluster →  EXPORT 

Exceptions in EXPORT

Other versions: 7.31 | 7.40 | 7.54

Exceptions

Handleable Exceptions

CX_SY_COMPRESSION_ERROR

  • Cause: More than 2 GB of data is exported.
    Runtime error: EXPORT_TOO_MUCH_DATA

CX_SY_EXPIMP_DB_SQL_ERROR

  • Cause: SQL error in export to the database.
    Runtime error: DBIF_...

CX_SY_EXPORT_BUFFER_NO_MEMORY

  • Cause: The size of the data cluster exceeds a quarter of the total size of the associated application buffer.
    Runtime error: EXPORT_BUFFER_NO_MEMORY

CX_SY_EXPORT_NO_SHARED_MEMORY

  • Cause: Data cluster is too large for the associated application buffer. This buffer is almost completely filled.
    Runtime error: EXPORT_NO_SHARED_MEMORY

Non-Handleable Exceptions

  • Cause: More rows are required when saving to an export/import table than permitted by the value range of the column SRTF2.
    Runtime error: EXPORT_TOO_MUCH_DATA
  • Cause: Data field too short
    Runtime error: EXPORT_TABLE_CLUSTD_TOO_SHORT
  • Cause: Data field has incorrect type
    Runtime error: EXPORT_TABLE_CLUSTD_WRONG_TYPE
  • Cause: Length field has incorrect type
    Runtime error: EXPORT_TABLE_CLUSTR_WRONG_TYPE
  • Cause: Client field must be first
    Runtime error: EXPORT_TABLE_MANDT_NOT_FIRST
  • Cause: Field RELID missing
    Runtime error: EXPORT_TABLE_NO_RELID
  • Cause: No user key in structure
    Runtime error: EXPORT_TABLE_NO_USER_KEY
  • Cause: Counter field has incorrect type
    Runtime error: EXPORT_TABLE_SRTF2_WRONG_TYPE
  • Cause: Table has incorrect structure
    Runtime error: EXPORT_TABLE_TOO_FEW_FIELDS
  • Cause: Table unknown in database
    Runtime error: EXPORT_TABLE_UNKNOWN
  • Cause: Table key must be first
    Runtime error: EXPORT_TABLE_WRONG_KEY_POS
  • Cause: Problem when changing the data in the database table
    Runtime error: EXPORT_TABLE_UPDATE_CONFLICT
  • Cause: Database table has wrong length
    Runtime error: EXPORT_TABLE_WRONG_LENGTH
  • Cause: No memory available for compression
    Runtime error: EXPORT_COMPRESS_ALLOC_FAILED
  • Cause: The database table is not an export/import table.
    Runtime error: EXPORT_INCL_TABLE_STRUCTURE
  • Cause: No more paging area available
    Runtime error: EXPORT_NO_CONTAINER
  • Cause: Error when exporting the transactional application buffer
    Runtime error: EXPORT_BUFFER_FAILED
    Runtime error: EXPORT_BUFFER_EXTERNAL_ERROR
    Runtime error: EXPORT_BUFFER_INTERNAL_ERROR