cancel
Showing results for 
Search instead for 
Did you mean: 

Sap pp pm integration

former_member303755
Participant
0 Kudos

Hi,

We want to restrict process order creation or block the confirmation if the maintenance order for resource or work center is opened.

Regards

Accepted Solutions (0)

Answers (6)

Answers (6)

jogeswararao_kavala
Active Contributor

Pre-requisites.

Your (PP) work center needs to be populated in the Work center field of Location tab in the Equipment master. We are talking about the Equipment on which the Maintenance Order is created.

Then use user-exit PPCO0007 (Exit when saving production order) to restrict Creation of Production Order in case of Open Maintenance Order on your Work center.

Former Member
0 Kudos

Mr Rao, How do you achieve this ; Then use user-exit PPCO0007 (Exit when saving production order) to restrict Creation of Production Order in case of Open Maintenance Order on your Work center.

Thank you.

former_member185450
Active Contributor
0 Kudos

Hello Sun Riser,

Please coordinate with Developer (ABAP) for making this enhancement as suggested by Mr.Jogeswara Rao

here you can use BADI : WORKORDER_UPDATE

to validate the work center open maintenance orders

Regards,

Venkatesh..

jogeswararao_kavala
Active Contributor
0 Kudos

You can not achieve this without using the Exits. I view at Exits (or BAdis) as tools available in standard SAP for purposes like yours.

former_member303755
Participant
0 Kudos
Awaiting for responses
former_member303755
Participant
0 Kudos

Hi,

Thanks for the reply. But how can we achieve this without using user exit. Is there any SAP standard functionality control in PP or PM

Regards