cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict the PM work order to be closed if Open Purchase order exist in system

aravind_sankar
Participant
0 Kudos

Dear Experts,

Can anyone please let me know how can we achieve the below requirement:

PM work order should not close if any open purchase orders are associated to it. Can we achieve it through any configuration settings?

Thanks in Advance

ASM

Accepted Solutions (0)

Answers (1)

Answers (1)

peter_atkin
Active Contributor

ASM,

There's a few ways:

  • Set a user-status to inhibit CLSD. This status could be auomatically set via a customer-specific batch program.
  • User-exit IWO10004 - Customer check for order completion (SMOD)
  • BADI - IWO1_ORDER_BADI~AUTHORITY_CHECK_AUART_ACTIVIT (SE18)

.

PeteA