3 weeks ago - last edited 3 weeks ago
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.
Request clarification before answering.
Solved: No OSS, No SPRO Config. I just created a new function that converts the decimals range to 0.001.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
96 | |
39 | |
7 | |
6 | |
5 | |
3 | |
3 | |
2 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.