cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP runtime errors COMPUTE_BCD_OVERFLOW

Former Member
0 Kudos

ABAP runtime errors COMPUTE_BCD_OVERFLOW

Occurred on 12/08/2010 at 06:44:17

>> Short dump has not been completely stored. It is too big.

Error analysis

An overflow has been determined in the current arithmetical operation

containing operands of type P. Possible causes include:

1. The results field of type P is to small and the result does not fit

into it.

places.

2. The result or partial result has more than 31 decimal places.

How to correct the error

You may need to define the result field to be larger, if it is still

possible to do so.

It may be possible to split the current process so that only smaller

values occur.

Eine Vorablösung zu dem aufgetretenen Fehler findet sich vielleicht

If the error occurred in one of your own programs or in an SAP program

that you modified, try to correct it yourself.

If you require an interim solution to this error, you can look in the

SAP note system. If you have access to

the SAP notes system yourself, enter the following search strings:

"COMPUTE_BCD_OVERFLOW"

"BCD_FIELD_OVERFLOW" (By release 4.0a, this error has been remedied at this

point)

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Experts,

Please find the below details and provide me some good suggestions to correct this.

"COMPUTE_BCD_OVERFLOW"

I am calculating some values into a field type p but runtime error results.How do I solve this?

Thanks in advance.

rajkumar_kandula
Active Contributor
0 Kudos

Hi Ganapati,

Check this thread

Note 543749 - ABAP runtime error COMPUTE_BCD_OVERFLOW

It may helps you.

Former Member
0 Kudos

Hello Raj,

This is a Zprogram not standard one.

If i apply Snote to this program, it wont affect the program in future?

Thanks,

Ganapathi

0 Kudos

Hello;

I had such an error before during the goods receipt and when I examined it, I determined that the main data of the Gross weight was incorrect. It was 10,000,000,000 G. Could you also have a similar master data error?

Regards,

Mucahit Ozel