cancel
Showing results for 
Search instead for 
Did you mean: 

Release work order

Former Member
0 Kudos

Hi Gurus,

My client wants that when the work order is released it cannot be changed anymore. Is this possible?

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check if BADI IWO1_SCREEN_MODIFY Field Content and Display Modification is helpful or no .. , you can also look at the option to Lock the MO for some time ..

regrds

pushpa

Answers (4)

Answers (4)

Former Member
0 Kudos

we tried to replicate the functions of TECO

peter_atkin
Active Contributor
0 Kudos

And what were the results?

Another option maybe to try and hide the tabs completely in IW32 for non-authorised personnel. This could probably be done via the Enhancement Framework.

That way they would need to go to IW33 to view the data.

I would also consider opening an OSS Message to SAP to see what they recommend.

PeteA

Former Member
0 Kudos

I think if its possible to avoid this custom development I will do avoid it. May be you should challenge the customer.

As Narashiman mentioned there could be something added or removed, things are not the same all the time.

Ramesh-

peter_atkin
Active Contributor
0 Kudos

Why do you want to do this?

PeteA

Former Member
0 Kudos

Hi Narasimhan,

they dont want to change anything on the operations and components tab.

Hi Pete,

they want to do this so that the planners cannot add/insert any operations and components specially if it is from a preventive maintenance task list.

Former Member
0 Kudos

Hi,

Interesting scenario..I would want to be able to add components and operations so that i could adjust the order for current situation, instead of creating a new order for the same. You will have to do some custom development to accomplish this.I don't think there is any standard way or through User status to control this.

For components you could use CNEX0026 Maintenance order: General check for material, to raise a message when adding or changing components after order has been released.Since this is called immediately from the screen flow logic its would probably be very easy to prevent additions or changes.

You will have to use the user exit on save of PM order IWO10009 Maintenance order: Customer check for "Saving" to check for operation changes or additions.This would be okay..if you are looking to compare specific fields like hrs and work center. However,It might get ugly/tedious if we need to compare all the fields like service items etc.You could also use the BADI mentioned above for this.

If you are in ECC 6.0, you could probably look at using implicit enhancements to tweak the field selection values dynamically for operations/Components screen (You probably have to do this for all the operation screens) to imitate the TECO status (Thereby making the entire screen to be in display mode), when the PM Order is actually in released status.This would probably be the easiest way to prevent additions and changes to the operation screen.

Regards

Narasimhan

peter_atkin
Active Contributor
0 Kudos

So, if this is specific to planners, then maybe you should be looking at the authorisation options.

It may only be possible via user-exits (see [here|http://www.sapfans.com/forums/viewtopic.php?p=823900] )

PeteA

Former Member
0 Kudos

what data in the order should not be changed?

Regards

Narasimhan