COMPUTE_INT_MINUS_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.
It may be possible to break the current process down into subprocesses so that only smaller values occur.
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.
Whole number overflow on subtraction.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
In the current program <runtime parameter>, subtracting the number <runtime parameter> from
the number <runtime parameter> (using the operation '-' or 'SUBTRACT') resulted
in a value either greater than 2147483647 or smaller than
-2147483648. This results in a whole number overflow.
Please see abap error for more details about the possible cause of this runtime error and how it could be avoided.
COMPUTE_INT_MINUS_OVERFLOW - compute int minus overflow COMPUTE_INT_DIV_OVERFLOW - compute int div overflow COMPUTE_INT_ABS_OVERFLOW - compute int abs overflow COMPUTE_FLOAT_ZERODIVIDE - compute float zerodivide COMPUTE_FLOAT_TIMES_OVERFLOW - compute float times overflow COMPUTE_FLOAT_PLUS_OVERFLOW - compute float plus overflow