cancel
Showing results for 
Search instead for 
Did you mean: 

PM Order REL & TECO

former_member377202
Participant
0 Kudos

Hello Gurus,

Could you please guide me for getting the below requirements :

We would like to restrict the users, doing PM Order TECO before saving the REL.Is there any standard SAP configuration or we should apply customer exit.

Thanks for your suggestion.

Regards,

Kavvya

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Kawya,

Have a look at user-exit IWO10004  (Maintenance order: Customer check for order completion) via TCode SMOD.

You could also do it with user-statuses.

PeteA

Answers (2)

Answers (2)

Former Member
0 Kudos

As mentioned above, development is one of the ways.

With User Status:

  1. Create 3 User Statuses as Created, Released & Completed
  2. Using Authorization Key, give the access to Released user status to any person (apart from who is releasing the order)
  3. Using Business transaction, make TECO as forbidden to CRTD state.
  4. Once the first person releases the Order, system status will be in Created mode. Then 2nd person (who is authorized to change the user status) will set Released status.
  5. Then order can be made TECO.
Former Member
0 Kudos

Hi

In SAP stanndard, PM order can not be TECO if it is not released.

1st order is released than option for TECO comes.

If you want to restrict user for doing TECO if the PM order is not confirmed than you can use user status.

Best Regards

Pravin Gautam

former_member377202
Participant
0 Kudos

Hi Pravin,

Yes you are right the WO can't be TECO if it is not REL.But you can close the WO Without saving the REL Status.

Go to the Work Order change mode having the order system status CRTD, then Press the REL Button & after this click on the TECO.In this way you can TECO the WO without saving the release status.

I want to restrict users to do this malpractice.

I think Pete & Maheswaran suggestion work fine for my requirement.

Regards,

Kavvya