cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Process Order - Planning in APO Planning Board

Former Member
0 Likes
1,588

Hi All,

Issue Background :

This is regarding the Planning of Process Order between two systems(APO & ECC). Both the systems got connected through CIF Interface and we have implemented a BADI (/SAPAPO/CL_EX_CIF_IP - Some Logic written in this BADI to retain the original scheduling and mode selection information from the source planned orders) in APO system.

We have implemented the below Custom Functionality in APO Planning Board.

1. For a Process Order, we can able to increase the Net Duration(For Operation- 630) in hours, so that once we increase the time, the length of the Process order(box) will increase a bit more.

2. After doing Partial Confirmation of Process Order in ECC, the length of the Process order in Planning board got reduced to its original size.

The issue is, the length of the Process order should not reduce to its original size after Partial Confirmation.

I have tried a lot in bringing the Process Order to its increased size, but all ended in vain.

Any suggestions/ideas will be really helpful.

Thanks,

Muthu..

Accepted Solutions (0)

Answers (2)

Answers (2)

rupesh_brahmankar
Active Contributor
0 Likes

Hello,

Please refer SAP note 492772 - Date transfer in confirmed operations not wanted

For process orders: Dates are no longer copied from APO for all phases of an operation if the operation is partially or completely confirmed. (If there is a partial or complete confirmation on at least one phase, then the related transaction also has the partially confirmed status at least). For operations which still have not had completely confirmed statuses entered on their related phases, dates continue to be copied from APO.

Create a customer enhancement in transaction CMOD for the SAP enhancement PPAPO007

When a confirmation is done in ECC, all other operations will be adjusted on the basis of the confirmed operation. This is the standard behavior of rescheduling in ECC You can use exit EXIT_SAPLCOXA_001 in ERP inbound to prevent dates in Order Header to be passed.

Best Regards,

R.Brahmankar

Former Member
0 Likes

Hi Brahmankar,

Thanks for your reply. The above exit is already implemented in our system.

Thanks,

Muthu..

rupesh_brahmankar
Active Contributor
0 Likes

Hello,

A process order with partially confirmed phases is scheduled. This among other things, can be carried out automatically by rescheduling or dispatching operations on the capacity planning board.

Check the resource data in CRC2 and set the Control Capacity Reduction = Completely on final confirmation.

Best Regards,

R.Brahmankar

Former Member
0 Likes

Thank you very much brahmankar, Will check and let you know shortly.

Former Member
0 Likes

Hi Brahmankar,

I have tried what you suggested, but it didn't work.

Thanks,

Muthu..