cancel
Showing results for 
Search instead for 
Did you mean: 

Navigation from Notification to Work Order in SAP Work Manager

Former Member
0 Kudos

hi experts - seeking your support here

in my scenario i need to extend standard SAP Work Manager application for navigating back from Notification screen to corresponding Work Order screen

For example in standard there is hyperlink for notification from WO screen similarly we need to link from notification to navigate back to Home Work order Screen

please do share your thoughts / inputs

thanks in advance

Regards

Basil

Accepted Solutions (0)

Answers (2)

Answers (2)

sudhiranjan_lenka
Contributor
0 Kudos

Hi Basil,


Notification has a property for work order, which tells you which work order is linked to the Notification.

You can create hyper-link on the notification screen and click on of it navigate to Work order main screen, pass the target object as main object, then write a rule in the Work order list screen to highlighted the work order which is linked to the Notification.  

It will be very similar the way standard works for navigation of Work order details screen to Notification details(the example that you mentioned above).

-Sudhir.

Former Member
0 Kudos

Basil,

To navigate workorder from Notification you need to have workorder collection under Notification. To implement this 1st of all your NotificationFetchBAPI needs to return workorder related data. then in Java create a collection under Notification object and from NotificationFetchBAPI loop the workorder table which is coming from SAP(this will be totally custom) to set the workorder collection under Notification.

In Agentry create a collection under Notification which will point to workorder object.

Then from Screen create a hyperlink and call an action which will display workorder details screen.

For reference you can have a look in Java/Agentry workorderFetchBAPI how they are setting and displaying on the screen for Notification display.

Hope this makes you clear.

Ajitesh