I'd like to know the mechanism of how to convert the qunatity between base unit and alternative unit in Product View.
Example:
[Assumption]
Material: MAT001, Base Unit=KG, Alternative Unit=PC(1PC = 10KG)
Planned OrderA: MAT001, Quantity=108(KG)
[Process]
1. Open the product view and check the quantity. Quantity of planned orderA is 108KG.
2. Change the unit from base unit(KG) to alternative unit(PC).
3. Check the quantity. Quantity is 11(PC)
On the other hand...
4. Open the Stock/Requirement list(MD04) in ECC and check the quantity. Quantity of planed orderA is 108KG.
5. Change the unit from base unit(KG) to alternative unit(PC).
6. Check the quantity. Quantity is 10.8(PC)
Why quantity of Product View is automatically round up?