SAP RABAX EXPORT TO DATABASE
Get Example source ABAP code based on a different SAP table
Exceptions in EXPORT
Runtime Exceptions
Catchable Exceptions CX_SY_EXPIMP_DB_SQL_ERROR>> Reason for error:
SQL> error in export to the database.
Runtime error:
DBIF_...>>
CX_SY_EXPORT_BUFFER_NO_MEMORY>> Reason for error:
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>> Reason for error:
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 Reason for error:
Data field too short
Runtime error:
EXPORT_TABLE_CLUStandard SAP Help for_TOO_SHORT> Reason for error:
Data field has incorrect type
Runtime error:
EXPORT_TABLE_CLUStandard SAP Help for_WRONG_TYPE> Reason for error:
Length field has incorrect type
Runtime error:
EXPORT_TABLE_CLUSTR_WRONG_TYPE> Reason for error:
Client field must be first
Runtime error:
EXPORT_TABLE_MANDT_NOT_FIRST> Reason for error:
Field RELID> missing
Runtime error:
EXPORT_TABLE_NO_RELID> Reason for error:
No user key in structure
Runtime error:
EXPORT_TABLE_NO_USER_KEY> Reason for error:
Counter field has incorrect type
Runtime error:
EXPORT_TABLE_SRTF2_WRONG_TYPE> Reason for error:
Table has incorrect structure
Runtime error:
EXPORT_TABLE_TOO_FEW_FIELDS> Reason for error:
Table unknown in database
Runtime error:
EXPORT_TABLE_UNKNOWN> Reason for error:
Table key must be first
Runtime error:
EXPORT_TABLE_WRONG_KEY_POS> Reason for error:
Problem when changing the data in the database table
Runtime error:
EXPORT_TABLE_UPDATE_CONFLICT> Reason for error:
Database table has wrong length
Runtime error:
EXPORT_TABLE_WRONG_LENGTH> Reason for error:
No memory available for compression
Runtime error:
EXPORT_COMPRESS_ALLOC_FAILED> Reason for error:
Database table is not INDX>-like
Runtime error:
EXPORT_INCL_TABLE_STRUCTURE> Reason for error:
No more paging> area available
Runtime error:
EXPORT_NO_CONTAINER> Reason for error:
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>
Runtime error:
EXPORT_BUFFER_DUPLICATE_KEY>