cancel
Showing results for 
Search instead for 
Did you mean: 

How to Change the Rounding Residual Threshold (0.0005) for Quantity Field

JasClemencio
Discoverer
0 Kudos
304

Currently it already round up from 0.0005 to 0.0009 = 0.001. We want all amount with more than 4 decimal point issues also round up to 0.001. This affects rounding residuals and cause inconsistencies. Once this is solved user will not see error message "Qty must be larger than 0" struck in MES/COGI. 

Current Logic Example     

0.0005 = 0.001

0.0004 = 0 (SAP Converts to zero)

We need Logic   

0.0005 = 0.001

0.0004 = 0.001 (Do not convert to zero)

Should i create custom function?

Note that we cannot implement OSS and Define Rounding Profiles in SPRO because it will affect all MM and PP modules. We only need to implement on one field and one interface.

JasClemencio_0-1731636861516.png

 

Accepted Solutions (1)

Accepted Solutions (1)

JasClemencio
Discoverer
0 Kudos

Solved: No OSS, No SPRO Config.  I just created a new function that converts the decimals range to 0.001. 

Answers (0)