cancel
Showing results for 
Search instead for 
Did you mean: 

while releasing service entry sheet (ml81n) error given Overflow during the arithmetical operation (type P) in program "SAPLFMOI".

Former Member
0 Kudos

While releasing service entry sheet dump error given.

Overflow during the arithmetical operation (type P) in program "SAPLFMOI".                   

Error in the ABAP Application Program                                                        
   
    The current ABAP program "SAPLFMOI" had to be terminated because it has                      
    come across a statement that unfortunately cannot be executed. 
Error analysis                                                                                   
    An exception occurred that is explained in detail below.                                     
    The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not               
    caught in                                                                                   
    procedure "PO_GET_REDUCED_AMOUNT" "(FORM)", nor was it propagated by a RAISING               
    clause.                                                                                     
    Since the caller of the procedure could not have anticipated that the                        
    exception would occur, the current program is terminated.                                    
    The reason for the exception is:                                                             
    An overflow was discovered in an ongoing arithmetical operation with                         
    operands of type P. Possible causes are:                                                     
   
    1. The result field of type P is too small for the result.                                   
   
    2. The result or a intermediate result has more than 31 decimal places.


Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Akshata,

It is not a program error issue. Please check your UOM in transaction CUNI. The root cause of the COMPUTE_BCD_OVERFLOW shortdump is due to line item of the PO, you use a unit of measure that is designated as quantity-based. However, there are limitations to use qty-based UOM and as such you have to be aware of the values used.

With value-based, the shortdump will not be occurred. One suggestion is that if you know the maximum quantity you can ensure that it is never reached, if you are going to use quantity-based UOM.

Regards, Gordon

Former Member
0 Kudos

Hi Akshata,

Please check SAP notes 620237 & 355100.

If that doesnt help, let us know which version you are using and paste 'What you can do' section of dump here.

Regards

Shrikant

Former Member
0 Kudos

SAP ECC 6.0 version we use

we enter ml81n t-code then enter service entry sheet no.,then edit option select,then click on releasing flag,then enter R1 release code,after saving select that dump error is given

Former Member
0 Kudos

SAP ECC 6.0 version we use

we enter ml81n t-code then enter service entry sheet no.,then edit option select,then click on releasing flag,then enter R1 release code,after saving select that dump error is given

Former Member
0 Kudos

Check SAP Note 1051045

Regards

Shrikant

Former Member
0 Kudos

sir kindly tell me what is in sap note 1051045,because i can't found sap note 1051045

Former Member
0 Kudos

Go to http://service.sap.com/notes and enter SAP Note number and press enter. You'll get the details.

Regards,

Murthy.

Former Member
0 Kudos

sir kindly tell me what is in sap note 1051045,because i can't found sap note 1051045

Former Member
0 Kudos

sir kindly tell me what is in sap note 1051045,because i can't found sap note 1051045

Former Member
0 Kudos

sir kindly tell me what is in sap note 1051045,because i can't found sap note 1051045

Former Member
0 Kudos

sir kindly tell me what is in sap note 1051045,because i can't found sap note 1051045

Makal
Active Contributor
0 Kudos

You need to log on to http://service.sap.com/ with your S-id and search for the note number 1051045.

If you do not have S-Id then check your manager/ basis consultant. They should provide you.

Former Member
0 Kudos

as per sap note 1051045 implemented code already  in system,issue is not resolve,kindly help us

Former Member
0 Kudos

as per sap note 1051045 implemented code already  in system,issue is not resolve,kindly help us

Makal
Active Contributor
0 Kudos

Then you should raise an OSS note with SAP. It looks a program error.