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


Catchable Exceptions

CX_SY_EXPORT_BUFFER_NO_MEMORY

  • Cause: During export to the application buffer, data cluster is larger than the entire buffer.
    Runtime Error: EXPORT_BUFFER_NO_MEMORY

CX_SY_EXPORT_NO_SHARED_MEMORY

  • Cause: During export to the application buffer, the data cluster is larger than the maximum internal buffer limit.
    Runtime Error: EXPORT_NO_SHARED_MEMORY


Non-Catchable Exceptions

  • 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: Database table is not INDX-like
    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
    Runtime Error: EXPORT_BUFFER_INVALID_PARAMS