cancel
Showing results for 
Search instead for 
Did you mean: 

Rescheduling of Planned Orders through Production Planning Run

Former Member
0 Kudos

Hi,

I have a scenario where in I need to reschedule planned orders from the mentioned date by 24 hours.

Eg: If there is a planned order for 15th Jan then it needs to be moved to 16th Jan.

Currently in the strategy settings only current date,earliest date and specified date can be selected for the production planning run. None of these dates is suitable for my scenario.

Can somebody suggest me an alternative option.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Blod,

Yes there is a possibility but I don't know if you will like! YOU HAVE TO CREATE A PROGRAM!

You can extract the pl.orders with BAPI_MOSRVAPS_GETLIST2. From here you can extract the Start/End dates of the orders and increment them with 24 hours. To save them you can use the BAPI_MOSRVAPS_SAVEMULTI3.

We implemented this solution few months ago and the results are great.

Hope that can help you!

Thanks.

Regards, Marius 

Former Member
0 Kudos

Thanks Marius,

I'll discuss this solution with my customers.