cancel
Showing results for 
Search instead for 
Did you mean: 

work order's material

Former Member
0 Kudos

What I want is :After the work order release, the User CANNOT add or remove the material in WO,

Is there any standard configuration for this ,or do any ABAP?

thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member654170
Contributor
0 Kudos

Dear LLovewidow,

I guess you can use the customer exit at *the time of saving work order.* write a code for error message by checking the order satus release.

narendra

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

You can use User Status for this. And in that you can set conditions i.e. material cannot be issued.

Former Member
0 Kudos

Hi

you mean that you do not want any body to enter the material after release

or material can be added if the workorder is reappoved

what is your requirment

can you expedite this

See it can be done by user exit & work flow

but adding the material component cannot be prevented but

its withdrawl from warehouse can be prevented.

Regards

chandrashekhar

Former Member
0 Kudos

Try to investigate t-code BS22

peter_atkin
Active Contributor
0 Kudos

I wouldn't recommend anyone investigated BS22 - you can seriously screw-up your system.

Instead, investigate user-exits/BADIs (see top of this forum) or transaction variants (SDH0)

PeteA

Former Member
0 Kudos

Using BS22 is not criminal:) Just mind that your changes affect every object, that uses status you canged.

Edited by: Igor Bryukhanov on Oct 30, 2009 1:45 PM

AB
Contributor
0 Kudos

Hi Lovewidow,

do you mean a material component or the material in a refurbishment order. A more precisely phrased question would help in receiving a precise answer.

Regards

Andrew

Former Member
0 Kudos

Thanks :

the question is :

the User can not change the item (delete,change the number or add a new item) in WO's Component TAB when the system status is REL.

Any type of WO.

Edited by: lovewidow on Nov 2, 2009 3:59 AM

former_member582431
Participant
0 Kudos

Hi,

Sorry I can not offer a solution but I would like to put forward my thoughts.

If you business process is robust that you can specify all materials (and services) required to do a job before a work order is released - then I would agree with your approach. The question that I have is - what if during the execution of the work it was I identified that additional material is required, how are your going to order the materials?

Regards,

Joey

Former Member
0 Kudos

thanks for your information, the problem is The user created a work order and after approve RELease, the user never close this work order ,when they want to some material ,they will add the material in thsi wo and print the Demand to Warehouse.

For you question, the user need to create a subworkorder or another work order.

Former Member
0 Kudos

You should be able to use enhancement CNEX0026 to prevent planning of new components once the order has been released.

Regards

Narasimhan