cancel
Showing results for 
Search instead for 
Did you mean: 

Prevent reschedule on released process order in APO

Former Member
0 Kudos

Hi,

We have a business requirement that does not want APO to reschedule on released process orders regardless of production posting quantity. (don't want to change the order end date/time) It is similar to R/3 scheduling type "only capacity requirements", but with visibility on APO for resource capacity.

I tried to implement CIF user exit EXIT_/SAPAPO/SAPLCIF_ORD_001 with different logics, but still not able to achieve it. How can we make the system do what we want? What is the key for remain process time calculation? Please advice.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

If you can just elaborate further on this , it will be helpful to answer.

Regards,

Former Member
0 Kudos

For example: we have a released process order that starts at 10/01/2007 00:00:00 and ends at 10/06/2007 23:59:59 with quantity 7000 KG (1000 kg of production rate per day).

When a production posting is made (for example: 700 KG was posted on 10/01/2007 23:59:59), CIF sends the update to APO and APO reschedule the order based on the remaining quantity 6300 KG) and the end time of this order becomes 10/07/2007 07:12:00. In our lines, the production order may not be started on time and posting may be different than what we expected, but we want the order still shows up in APO as start time 10/01/2007 00:00:00 and end time 10/06/2007 23:59:59 with daily distribution of 1050 KG for 10/02 ~ 10/06. This way, it won't mess up the receipts and resource capacity on PPT for next week's production.

Thank you.

Former Member
0 Kudos

Check OSS note 492772 - Date transfer in confirmed operations not wanted....

During the integration of manufacturing orders between R/3 and APO, the APO-specific dates for all APO relevant operations are basically written into the planned dates in R/3. This always happens if the order is sent from APO to R/3. You may not want this behaviour...

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Joan/Rajiv,

We are also facing the same requirement, where we want to prevent APO to stop rescheduling of released process order and stop from changing the dates. Did you have a solution for this?

Would appreciate if you could provide some insights.

Thanks,

Mangesh

kenneth_snyder
Active Contributor
0 Kudos

so no solution for this issue?

Ken

Former Member
0 Kudos

Hi,

There is a BADI "/SAPAPO/IF_EX_CDPS_ORDDATA~GET_ORDDATA" which can be used to modify the rescheduling from APO depending on conditions that you set. This normally gets triggered via /SAPAPO/CDPSB1 and /SAPAPO/CDPSB0 transactions.

Hope this helps.

Regards

Sasi