Skip to Content
0
Former Member
Apr 08, 2009 at 07:05 AM

COMPUTE_BCD_OVERFLOW - CX_SY_ARITHMETIC_OVERFLOW

951 Views

Hello all,

I'm getting the ABAP Dump in CJ13 tcode please find below dump error & my system release info:

Component version SAP ECC 6.0

SAP_ABA 700 0010 SAPKA70010

SAP_BASIS 700 0010 SAPKB70010

SAP_APPL 600 0006 SAPKH60006

Kernel release 700 (Sup.Pkg lvl. 52)

-


Begin of Dump -


Runtime Errors COMPUTE_BCD_OVERFLOW

Exception CX_SY_ARITHMETIC_OVERFLOW

Date and Time 07.04.2008 11:53:18

Short text

Overflow during the arithmetical operation (type P) in program "SAPLKBPR".

What happened?

Error in the ABAP Application Program

The current ABAP program "SAPLKBPR" 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 "READ_COSA" "(FORM)", 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:

An overflow was discovered in an ongoing arithmetical operation with

operands of type P. Possible causes are:

1. The result field of type P is too small for the result.

2. The result or a intermediate result has more than 31 decimal places.

-


Regards,