cancel
Showing results for 
Search instead for 
Did you mean: 

Getting dump everyday COMPUTE_BCD_OVERFLOW

Former Member

Hello Everybody,

Everyday at particular time we are getting COMPUTE_BCD_OVERFLOW runtime error.

At same there is no failed jobs..........

=========================

Runtime Error COMPUTE_BCD_OVERFLOW

Exception CX_SY_ARITHMETIC_OVERFLOW

Occurred on 17.05.2010 at 09:15:41

Overflow for arithmetical operation (type P) in program "SAPLXM06"

What happened?

Error in ABAP application program.

The current ABAP program "SAPLXM06" had to be terminated because one of the

statements could not be executed.

This is probably due to an error in the ABAP program.

A value does not fit in a calculation field.

What can you do?

Print out the error message (using the "Print" function)

and make a note of the actions and input that caused the

error.

To resolve the problem, contact your SAP system administrator.

You can use transaction ST22 (ABAP Dump Analysis) to view and administer

termination messages, especially those beyond their normal deletion

date.

User, transaction...

Client.............. 600

User................ "INTE"

Language key........ "E"

Transaction......... "ME22 "

Program............. "SAPLXM06"

Screen.............. "SAPMM06E 0120"

Screen line......... 88

Information on where terminated

The termination occurred in the ABAP program "SAPLXM06" in "WRITE_LIST".

The main program was "SAPMM06E ".

The termination occurred in line 124 of the source code of the (Include)

program "ZXM06F01"

of the source code of program "ZXM06F01" (when calling the editor 1240).

The program "SAPLXM06" was started as a background job.

Error occurred during batch input processing

Processing was terminated because the exception "CX_SY_ARITHMETIC_OVERFLOW"

occurred in the

procedure "WRITE_LIST" "(FORM)" but was not handled locally, not declared in

theRAISING clause of the procedure.

The procedure is in the program "SAPLXM06 ". Its source code starts in line 69

of the (Include) program "ZXM06F01 ".

=====================================

Please advice us on this.

Thanks in advance.

Regards,

Pratyusha

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

What is your SAP release ?

I am not sure if it applicable for your problem..

Have a look at the below note

[Note 869851 - Field overflow with large purchase order quantities|https://service.sap.com/sap/support/notes/869851]

Regards.

Rajesh Narkhede

Former Member
0 Kudos

This kind of error mailny occurs when the huge amount of data involved for the program to handle. The ABAP compute will be trying to write to a table or structure which does not have enough space. You can ask your Developer (ABAPer) to check this and run the same in debug mode to get more information where it breaks.

Hope it may help.

PY