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

Getting error in me22n when execute po.

Former Member
0 Likes
2,387

Hello all,

when i try to display in me22n it is giving dump, the dump is below;

How this problem can be solved. Current Version is 4.7 (SAPKH47029). I also tried to search for SAP note but unable to get.

Appreciate your answers & points will be rewarded.

Runtime errors         COMPUTE_BCD_OVERFLOW

Exception              CX_SY_ARITHMETIC_OVERFLOW

       Occurred on     17.06.2008 at   09:38:25

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

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

What happened?

Error in ABAP application program.

The current ABAP program "SAPLEINR" 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?

thanks And Regards,

Sam.

8 REPLIES 8
Read only

former_member196331
Active Contributor
0 Likes
1,752

I faced this type of problem, Value is not able to store in to the Standard program. You have to apply the note, As per the Standard program. But i am not able to remember which note i was implemented.

Standard error, After implement They change the variables in the Code.

Hope little bit helpful.

Read only

0 Likes
1,752

Hello ,


1329378, 1327766, 1314115. thesse are the notes.


there is in this in which is u r appilied ?



Read only

Former Member
0 Likes
1,752

hello all,

any one knows please reply.

Read only

Former Member
0 Likes
1,752

Hi sam,

As seen the error i.e COMPUTE_BCD_OVERFLOW written by u i do think that the value that u are inserting into the field is too large for the the field present in the screen for the tcode me22n ,  please get through perfect value that can be inserted into that field , if it wont go they another time it will dump ,

hope this will help ,

Take care ,

Rohan

Read only

0 Likes
1,752

hello Rohan,

i have already discuss with functional team. they are created the same po with same field lengh. but didnt getting dump. but this time they get dump.

is there any solution . which is u know.

Thnks & Regards,

Sam.

Read only

0 Likes
1,752

Dear Sam ,

As the functional team previously didn't get dump and now u r getting dump then i do believe that some enhancement has been done in the screen field , u will get a error in the downside pallet of the  sap screen which may mention the required value that needs to be inserted

Read only

JL23
Active Contributor
0 Likes
1,752

the field length cannot be changed by functional folks, it is just a matter of the data that was entered.

you have to read the dump to know the field where it happened and to know which values had been entered in this and other fields. Usually it is an internal field that that is computed by entries made in other fields which gets an overflow if it can't take the result.

In a purchase order you see such dumps usually because the entered quantity and the price (under consideration of the per unit field results in a  number that exceeds the field length.

Read only

former_member196331
Active Contributor
0 Likes
1,752

Yes, some times it may happens. If you wrong values. You need to check it Where it is giving the dump. I hope dump file clearly tells us which line is giving the error.

One scenario is suppose percentage normally people will give 5 ,20,50,150.

the person is imagine percentage is a value then he will give  100050 , Then program to do some calculation, then dump will create. So, debug it and catch the value.Find the front end field .