cancel
Showing results for 
Search instead for 
Did you mean: 

Rounding value on collective production order

Former Member
0 Kudos

Hi Guys,

I want to use rounding value on collective production order, Rounding values do work on production order but not if the material has setup for collective. I do not want to discoonect the material from collective and i do want to use rounding value. Any body has an idea how to achieve that?? Any help be great!

Accepted Solutions (0)

Answers (1)

Answers (1)

Rachel_Tang
Advisor
Advisor
0 Kudos

I have to say that the collective order join the MRP with the way of direct production which is completely different way of net requirement calculation. It just get the quantity from the superior order and can not be influenced by the rounding value/profile.

The output from the sub level order will be consumed by the superior order directly without manual handling. So that the redundant quantity caused by roudning would cause inconsistency.

The BADI WORKORDER_UPDATE is being called while creating and chaning the order, so you may check the possibility in it to change the order or component quantity.

On MRP side, I can see there are BADIs MD_PLDORD_CHANGE & MD_PURREQ_CHANGE to allow the customer change the planned order and PR in MRP, however, you should better not change the quantity as no further BOM explosion occurs for the changed quantity, so there is no perfect solution for your question. Please go to SE18 to read the documentation of the BADIs and their methods to see if you can use them.