cancel
Showing results for 
Search instead for 
Did you mean: 

PM intergration with PP

former_member711289
Participant
0 Kudos

Hello every one,

In my project i m working on PM but the problem which i am getting is that i am not able to stop PP order based on my planned order. I can run the report cm21 for pp work center and can see whether any maintenance work is planned on that work center but my client is asking that in case some maintainance work is planed than system should show a pop up in production order showing that equipment is blocked by PM department. Kindly suggest me on this.

Regards

abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

In graphical view of PP work center you can find the capacity of PP work center blocked and can find the PM work order also but the system does not stop creation or relase of PP Order . For this you can use user exit PPCO0007 :-Exit while saving production order.You can use the table V_EQUI ,input the equipment number get the workcenter (PP workcenter) ,you will get the object ID ,then pass this object ID in CHRD you will get the ARBPL .

This logic can be like you can get the start and end dates of PP Order while release and then look for any PM orders [search through order types ] for the same dates if they are any PM orders then you can get the value of PP work centre in routing from PP order and also get the eqpt no from PM work order and its PP work center from eqpt master record and if the value of PP work center from routing and the PP work center from the eqpt master record in PM order matches then you can pop-up a message or block the release of PP order.

regards

pushpa