cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit at process order release or save

Former Member
0 Kudos

Dear experts,

Can any one help me which user exit will be useful at the time of process order release or save (t code COR1/COR2).

My requirement is to stop the process order release if there is any maintenance order is already released on that date.

Process order should not get released in between the start and finish date of PM order for the same equipment.

I could acheive this for PM side by using a user exit IWO10002, here if any process order is released for an equipment PM order cannot be released for the same equipment in between start n finish date of the process order.

Please help me out in finding the user exit for process order release / save.

Thanks in advence,

Regards,

Praveen.

Accepted Solutions (1)

Accepted Solutions (1)

former_member187991
Active Contributor
0 Kudos

hi

i think you can use PPCO0007 Exit when saving production order,write the program logic as required and check

regards

thyagarajan

Former Member
0 Kudos

Dear Thygarajan,

Thanks for your reply,

But I want the user exit for Process order not for prodcution order.

Can any one help me out on this?

Regards,

Praveen.

former_member187991
Active Contributor
0 Kudos

hi

i think you can use the same, since both the production and process order fall under same package .

regards

thyagarajan

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Friends,

I still have some problems in this.

For linking of the equipment number (EQUNR) and work center (ARBPL) in the program, I am unable to find the table for these fields.

I tried the equipment master data table EQUI but I could find out only EQUNR in that table, I also want the field ARBPL and there should be data flow into that table, so that I can establish the link in my program.

Can any one please help me out in finding the table for the above fields?

Thanks and Regards,

Praveen.

former_member187991
Active Contributor
0 Kudos

hi

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

regards

thyagarajan

Former Member
0 Kudos

Dear Thyagi,

Thanks for your inputs.

But still I'm struck, I am unable to find CHRD what is that?

And also want to know how to know the maintenance order is released or not? That means I want to know the table where the system status is stored CRTD, REL, TECO etc..

Thanks in advance

Praveen.

former_member187991
Active Contributor
0 Kudos

hi

iam sorry i have mistyped it ,it is CRHD from where you can get the work center .

for status of maintenance order you can check JEST and JSTO

regards

thyagarajan

Former Member
0 Kudos

Thanks Tyagi,

I was able to make out my requirements with the help of your valid inputs.

Regards,

Praveen.

dhaval_choksi3
Active Contributor
0 Kudos

Hi,

The following enhancements are available for process order management:

For order maintenance:

o PPCO0006 to predefine entries for order header fields when creating

an order

o PPCO0001 to provide information at the time of saving (for

production orders and process orders)

o PPCO0007 to check or change header data when saving

o PPCO0002 to add additional checks that are to take place when

setting the deletion flag or deletion indicator

o PPCO0003 to prevent changes in sales order items that would cause

changes in the process order for static assembly processing

o STATTEXT to format the status line

o PPCO0008 to check components that have been changed or added

o PPCO0005 to change the storage location and the 'backflush'

indicator in the reservation

o PPCO0013 to change the priority of the selection criteria for batch

determination in production orders or process orders

o PPCO0014 to restrict the selection of process orders that are

offered when creating external relationships

o PPCO0020 to display additional information for another tab page in

the process order header

Regards,

Dhaval

Former Member
0 Kudos

Thanks for your help.

I could solve it through PPCO0007. exit.

Regards,

Praveen.