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_COMPRESSION_ERROR
Reason for error:
More than 2 GB of data is to be exported.
Runtime error:
EXPORT_TOO_MUCH_DATA
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:
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
Reason for error:
Data cluster is too large for the associated application buffer. This buffer is almost completely filled.
Runtime error:
EXPORT_NO_SHARED_MEMORY

Non-catchable Exceptions
Reason for error:
More rows are required when storing in an export/import table than allowed by the value range of the column SRTF2.
Runtime error:
EXPORT_TOO_MUCH_DATA
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 to the database
Runtime error:
EXPORT_TABLE_UNKNOWN
Reason for error:
Table key must start at the beginning
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:
The database table is not an export/import table.
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
ABAP_NONCAT_END