ABAP Runtime Errors

COLLECT_OVERFLOW_TYPE_P SAP ABAP Runtime Error collect overflow type p







COLLECT_OVERFLOW_TYPE_P 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.


COLLECT_OVERFLOW_TYPE_P ABAP Runtime Error

Field <runtime parameter> should be made larger in program <runtime parameter>. The maximum size allowed for fields of type P is 16 (31 digits).
As a temporary workaround, you could split the operation into several single operations in order to have smaller totals. 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.

An internal table field has been defined too small. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.

In internal table <runtime parameter>-NAME, COLLECT is used to form totals. The resulting values are too large however and therefore do not fit in the designated type P field.

The name of the field in question is <runtime parameter>. Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.