cancel
Showing results for 
Search instead for 
Did you mean: 

Show PM order status in IW28/IW29?

z6user
Discoverer
0 Kudos
350

Hi PM experts

I would like to keep track of the status of the pm orders in transaction IW28/IW29 - notifications.
I have created a status schema for notifications and pm orders, however, the user status differs in the order and the notification.

Is it possible to combine the user statuses so that the same user status will be shown for the notification (in iw28) as for the order (in iw38).

For instance, I have created a user status for when the pm order is released, but this does not affect the user status for the notification.

BR, Janus

Accepted Solutions (1)

Accepted Solutions (1)

BalasubramanianAP
Active Contributor

Hi, Probably a custom abap program can be created to combine and show PM order & notification. Since this is a simple query report, it can be developed by functional consultant also using SQVI (Quickviewer).

Answers (2)

Answers (2)

johnstog
Active Participant
0 Kudos

If you have SAP Fiori this can be achieved a lot easier. We have the status fields added to the 'Find Maintenance Notification' and 'Find Maintenance Order' apps. Fairly easy to add fields using CDS views.

Oscar_DC
Active Contributor
0 Kudos

Yes, either a query or a custom ABAP program could be created. But, before you create your query ask yourself why - why do you really need to see the status on the order and on the notification?

In plenty of implementations I have seen that folks are declaring statuses in the wrong object. (Statuses which should be tracked on an order are on a notification and vice versa). Just something to think about !