cancel
Showing results for 
Search instead for 
Did you mean: 

Update text in Notification and Order in operation

0 Kudos

Normally if I create a task list and use that task list in a Maintenance plan, the task list operation text gets copied in when Preventative Work order is created on the operation(s)

The task list is a general task list generic enough to be used among many single cycle maintenance plans for many different pieces of equipment.

We want it so that when a preventative work order or notification gets created, that the operation text contains the equipment# inserted into the operation text along with the text copied over.

Can anyone recommend if this is possible and where?

Is it a BADI or user exit that needs to be modified to do this?

Accepted Solutions (0)

Answers (2)

Answers (2)

jogeswararao_kavala
Active Contributor
0 Kudos

You can make it happen using user-exits IWO10020 and/or IWO10021  .

Take clues from this post: Automatic Tasklist transfer to PM Orders:

peter_atkin
Active Contributor
0 Kudos

Tim,

You could incorporate the update at order save, but this can seriously increase the run-time of IP30..

I would therefore suggest you create a batch program to update the orders as required.

This batch program would be triggered after your IP30 job has finished.

If you do wish to make the updates at order save, then have a look at user-exit IWO10009 (SMOD) or BADI_ALM_ORDER_MAINTAIN (SE18).

PeteA