2016 May 20 1:19 PM
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.
2016 May 20 1:35 PM
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.
2016 May 20 1:43 PM
Hello ,
1329378, 1327766, 1314115. thesse are the notes.
there is in this in which is u r appilied ?
2016 May 20 1:44 PM
2016 May 20 1:49 PM
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
2016 May 20 1:54 PM
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.
2016 May 20 2:05 PM
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
2016 May 20 2:08 PM
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.
2016 May 20 2:31 PM
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 .