cancel
Showing results for 
Search instead for 
Did you mean: 

Copy Tasks(in catalogs) from Maint notification to Maint Order

Former Member
0 Kudos

Hi Experts,

My requirement is to pull tasks which i put in notification to the maintenance order as operations, as I searched it does not seem to be possible in standard,

Pl suggest me any work around like user exit, or Pl suggest some kind of development for it ?

Thanks In Advance

Regards

Amol

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Amol,

This is not possible in standard SAP.

We did something similar some years ago where we aligned notification tasks with order operations and we utilised the SAVE user-exits (QQMA0014/IWO10009 - see TCode SMOD).

This was not as straight forward as it seemed as you need to consider users adding/changing/deleting  tasks/operations as well as the various combinations of order/notification system/user statuses etc.

PeteA

Answers (2)

Answers (2)

Former Member
0 Kudos

Please check the below exit.

IWO10021 Automatic task list transfer when creating order from notif.

Former Member
0 Kudos

Check  exit IWO20001.

In last assignment we created Z table to copy task and then we included task in order. User was validating task so created seperate program for that.