cancel
Showing results for 
Search instead for 
Did you mean: 

CX_SY_ARITHMETIC_OVERFLOW on WebDynpro ABAP with Flash Island

Former Member
0 Kudos

Hi,

I'm developing a WD4A application with a flash island but after few minutes when the application is running I am getting the next DUMP

COMPUTE_INT_MINUS_OVERFLOW

CX_SY_ARITHMETIC_OVERFLOW

Somebody has any idea what is happening?

Thanks a lot,

Hernan Restrepo C.

Below you can see the ST22 Description:

Runtime Errors COMPUTE_INT_MINUS_OVERFLOW

Exception CX_SY_ARITHMETIC_OVERFLOW

Date and Time 21.10.2011 18:39:59

Short text

Whole number overflow on subtraction.

What happened?

Error in the ABAP Application Program

The current ABAP program "CL_WDR_CLIENT_SMART_NEW=======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

Error analysis

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not

caught in

procedure "RENDER_EMBEDDED" "(METHOD)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

In the current program "CL_WDR_CLIENT_SMART_NEW=======CP", subtracting the

number "-1964404725" from

the number 224187398 (using the operation '-' or 'SUBTRACT') resulted

in a value either greater than 2147483647 or smaller than

-2147483648. This results in a whole number overflow.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

This seems to me a error caused by the standard sap program. Search for the sap notes , if it is not there report to sap helpdesk.