cancel
Showing results for 
Search instead for 
Did you mean: 

update order finish date in the planned order during MRP run

yusuf_soyyigit
Explorer
0 Kudos

Hello,

I have a requirement where I need to modify the Finish date in the Planned Order of a variant configurable material during MRP run. Variant material has characteristic for paint value. My requirement is, if paint value is 'zzzz' end date of planned order must change to 5 days back else doesn't need any change.

Thanks.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member208398
Active Contributor
0 Kudos

Yusuf,

I agree with Caetano. I have one question though: This planned order has some dependent requirements for the raw materials/input components. Changing the dates of the planned order may result into a change in the requirement dates for the input materials as well. If this is happening in "BAPI after MRP" approach, then you should have a follow-up MRP run for the input components as well.

Not recommended and need proper testing: BAdI MD_PLDORD_CHANGE which Caetano is mentioning here I believe. Go through the documentation, get it implemented in test environment and go through multiple proper test cycles. I think you will not need adjustment planning run with BAdI approach (risky , but rewarding in that sense).


Best Regards.

Rajen

Caetano
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

There is a BAdI that is called within the MRP run that allows you to change the planned order dates, but I do not recommend this approach, as there is no check after the change. Calling the BAPI after the MRP run would be a better option in this case.

Regards,

Caetano

yusuf_soyyigit
Explorer
0 Kudos

is it the best way to change planned order's end date, use BAPI_PLANNEDORDER_CHANGE, after MRP run? any suggestion please...