cancel
Showing results for 
Search instead for 
Did you mean: 

PM Order confirmation date before planned start date

former_member328731
Participant
0 Kudos

Dear colleagues,

I have requirement to forbid or at least to have warning message in when confirming PM order in case when confirmation date is before Basic start date (CAUFVD). Is it possible to set up some standard message? Did anyone have experience with this or similar requirement?

Kind regards,

Harry

Accepted Solutions (1)

Accepted Solutions (1)

bob_pennington
Explorer
0 Kudos

Harry,

Take a look at user exit CONFPM04. The exit has the visibility to CAUFVD, AFVGD, & AFRUD. This should be sufficient for you to interrogate for your condition and influence the outcome of the time confirmation.

Regards,

Bob

former_member328731
Participant
0 Kudos

Hi Bob,

Thank you on your answer. Seams that, with confirmation of order (getting TECO status), when pressing Tech. completion button in IW32 system is not going into this user exit? I set break point in CONFPM04 but nothing happened when Tech. completion order. This happened also when I do IW42. When this user exit is called, in which moment?

Regards,

Harry

Answers (1)

Answers (1)

bob_pennington
Explorer
0 Kudos

Hello Harry,

So your requirement is to stop the completion while in the work order based upon some conditions in the work order and not during the physical time confirmation. That being the case you might find IWO10004 useful as it has CAUFVD available for interrogation. There is also the order save user exit IWO10009 that you could stop the save based upon certain conditions.

Best of luck,

Bob