cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding in backflush

Former Member
0 Kudos

Hi,

We are using repetitive manufacturing scenario and do backflush in MFHU.

In BOM, the component quantity is maintained in fractions. For e.g. 1000kg of finished product require 0.828 pcs of packing material.It is required that goods issue should happen with a rounded quantity.

Logic for rounding:

Quantity below 1 -> Round it to 1

1 to 1.499 -> 1

1.5 to 2-> 2 and so on...

How can I implement this scenario?

1) The rounding in CUNI does not meet the requirement.It has a different rounding logic.

It will round 1.1 to 2. That is the next integer no.

2) I believe rounding profile is used to create order proposals in MRP.It does not round the dep.requirement/reservation.

Thanks,

Nitin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Unit of Measure PC will not take decimals. Even in BOM if you specify in decimals like 1.1, once production order created, reservation would show as 2 only.

regards,

Krishna Mohan

Former Member
0 Kudos

Hi,

We have a custom made UOM -> PCD which is used as pcs in decimals.

Anyway, we found a BADI for goods movements in MFHU transaction and done some coding there to get the desired results.

Thanks,

Nitin