ABAP Runtime Errors

EXPORT_TOO_MUCH_DATA SAP ABAP Runtime Error export too much data







EXPORT_TOO_MUCH_DATA is an ABAP runtime error which you may come across when using or developing within an SAP system. See below for the standard details explaining what it means and how you can avoid or fix this runtime error.

Short Dump Classification: I - Internal Kernel Error

You can view further information about a runtme error by using transaction code ST22 which will show you this and all runtime erros that have happen in your SAP system.

Also check out the Comments section below to view or add related contributions and example screen shots.


EXPORT_TOO_MUCH_DATA ABAP Runtime Error

For 1. The data must be divided into 2GB portions.
For 2, 3 possible solutions:
- the follow-on counter (field SRTF2) must have type INT4 added to it
- less data is exported
- the data is spread over several IDs. Please see search hints for more details about the possible cause of this runtime error and how it could be avoided.

Please see send to sap for more details about the possible cause of this runtime error and how it could be avoided.

If <runtime parameter> > 2GB, scenario 1) applies. Othewise scenario 2) applies. For 1). The amount of data that can be exported in each EXPORT is limited because the compression program used cannot process more than 2GB. Too much data for export. Please see internal error for more details about the possible cause of this runtime error and how it could be avoided.

The dataset stored under an EXPORT/IMPORT ID is restricted by 1. the maximum size of 2 GB.
2. the length of a data record and the capacity of the follow-on counter. This error only occurs if the capacity of the sequence counter does not go beyond 255. Please see runtime error for more details about the possible cause of this runtime error and how it could be avoided.