ABAP Runtime Errors

COMPUTE_INT_MINUS_OVERFLOW SAP ABAP Runtime Error compute int minus overflow







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.


COMPUTE_INT_MINUS_OVERFLOW ABAP Runtime Error

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.