COLLECT_OVERFLOW 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: A - ABAP Programming 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.
The field <runtime parameter> in the program <runtime parameter> was probably meant to receive a different field type (e.g. type P of appropriate length). As a temporary remedy, you could perhaps split the process into separate components so that the totals are smaller.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
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.
Please refer to the ABAP/4 documentation to establish the maximum
values allowed for each data type.
When calculating totals in an internal table, a field was too small.
too large.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
The COLLECT statement places totals in the internal table
<runtime parameter>-NAME, but the values are too large for the field intended
to store them.
The name of the field is <runtime parameter>.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.