cancel
Showing results for 
Search instead for 
Did you mean: 

How to prevent Workcenter change in Production order

Former Member
0 Kudos

Hi Experts,

how we can prevent work center from being changed in the production order. currently you can go into operation overview and change any work center.

In capacity planning also even if routing is not there for a work center, orders can be dispatched to that work center. how to prevent that.

Please help to resolve this issue.Thanks in advance.

Ravi.M

Accepted Solutions (1)

Accepted Solutions (1)

muthusamy_sankaran
Active Contributor
0 Kudos

Hi Ravi,

You can control this requirement by User Exit or BADI or Authorization; take help with your ABAPer and Basis guy

User Exit or Authorization

Already suggested forum other member on this

BADI - Enhancement Spot

WORKORDER_UPDATE

Regards,

Sankaran

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks to every one.

Former Member
0 Kudos

Hi Ravi,

You're requirement can be met with by using user exits:

PPCO0007 Exit when saving production order

PPCO0019 Checks for changes to order operations

Here you can make the check to see if a change has been made & if yes, prevent saving of the order. Work with your abaper & he / she will implement this for you.

Hope the above answers your query.

Regards,

Vivek

Former Member
0 Kudos

Hi,

This you can control through authorisation only. You need to restrict only for a particular user can have the change authorisation in production order. There is no other way to control this. This is one type of flexibility SAP has provided.

Otherwise you can create a screen variant using the T-code SHD0 and you can assign this screen variant to the users, so that the work center field will be greyed out. Users can't change the work center.

Regards,

V. Suresh