cancel
Showing results for 
Search instead for 
Did you mean: 

PM Work Order notification objects not appearing in IW37N

amar_deep
Explorer
0 Kudos

Hi,
We have a requirement where we want the notifications at the operation level. When creating the work order from Fiori app, the users will select multiple notifications of the same object (equipment in our case) and create a single work order. There are another set of users who would use IW37N to process the work orders and they want all notifications of an order to appear in the list. But, IW37N currently displays the notification attached to the header and keeps on showing the same notifications on all the operation lines. Are there any notes, business functions available to bring the notifications assigned to the object list of PM order to IW37N?

Note: we don't want any notification to be attached to the header

screenshot: Work Order

screenshot: IW37N

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

You could raise an OSS Message to SAP and see what they recommend.

My next suggestion was to develop a solution by adding a field to structure RIH_ORDER_OPERATION_LIST and using BADI_EAM_SINGLELEVEL_LIST (see SE18) to populate the new field(s).

.

PeteA

amar_deep
Explorer
0 Kudos

Thanks.
I will raise an OSS message and wait for their reply.

Otherwise, I will try implementing the solution you suggested.

Regards,

Amar

peter_atkin
Active Contributor
0 Kudos

Amar Deep,

There is a second field in IW37n/IW49N called "Notification Number of Operation" (V_QMNUM) which should show the notification for the operation. However, this field is always blank in my SAP system.

Have a look at this OSS Note to see if it helps:

https://launchpad.support.sap.com/#/notes/1844909

.

PeteA

amar_deep
Explorer
0 Kudos

Thanks, PeteA.

The notification number of operation field is blank in my system as well. Also, I already had a look at the notes 1844909 and it doesn't work, the business function LOG_EAM_CI_3 is active and it only brings the little checkbox "including Object List" on the input screen of IW37N. I was wondering if I can get something standard before making a decision to put a custom exit.