Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error

Former Member
0 Likes
677

Hi All,

While Executing a report , im getting a dump COMPUTE_BCD_OVERFLOW

Kindly tell me what is the cause of the errror and how to rectify it.

Thank u in advance

Pranali

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
656

check ST22 ,

these kind of errors come when Target field is tooo short to store that calculated value.

Regards

Peram

4 REPLIES 4
Read only

Former Member
0 Likes
656

Hi

Some Quantity or Amount Field is getting overflowed du e to its short length or others.

check those Qty and Currency related fields

and see

Reward points for useful Answers

Regards

Anji

Read only

kiran_k8
Active Contributor
0 Likes
656

Pranali,

It is some type declaration error.

K.Kiran.

Read only

Former Member
0 Likes
656

Hi,

The BDC_OVERFLOW dumps occurs if the program tries to give a variable a value that is to big. If the variable is of type N(4) (max 9999) and you try to give it the value 99999, a BDC_OVERFLOW dump will occurs.

Thanks.

Read only

Former Member
0 Likes
657

check ST22 ,

these kind of errors come when Target field is tooo short to store that calculated value.

Regards

Peram