Hi,
I am working on Batch Specific Unit of Measure for Product Unit with below scenario:
Base Unit Of Measure : LB ( Decimal Places: 3 & Decimal pl. rounding: 3)
Product Unit : PAC ( Decimal Places: 3 & Decimal pl. rounding: 3)
Characteristic Unit : LBP (Pound/Pac) ( Decimal Places: 3 & Decimal pl. rounding: 3)
ASN (EDI-856) & GR:
I am placing an order with 10 LB and in EDI-856 (DESADV) supplier is sending me characteristics values in EDI-856. For example supplier is sending be characteristics values = 3.333 LBP and after Goods receipt system will create 3 PAC (10LB/3.333 LBP) in MMBE report for that batch. System
response is as expected.
Goods Receipt Through MIGO:
Problem I am facing is in MIGO when in my packing list I have ordering unit Quantity = 10 LB and Packages = 3 PAC which I received for that 10 LB
In that case I am passing (Asking system to do conversion factor calculation inbackground/characteristic)
Quantity in Unit of Entry = 3 PAC
Quantity in SKU= 10 LB
After passing that value I was getting an error message XU-040 "The qty stored that was entered is adjusted" and so I went in SPRO -> Logistic General -> Batch Management -> Define attribute of system messages -> system message -> Add new entries and message category as no message.
With above configuration now I am able to put 3 PAC at time of goods receipt but now system is converting Quantity in SKU = 9.999 LB but not allowing to round to 10 LB (Even not allowing to change). I guess because characteristic is now storing = 3.333LBP
Is there any way that I can round to 10 LB ?
Thank you.