cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP EHS: URL link for opening particular Risk Assessment

abhi1185
Product and Topic Expert
Product and Topic Expert
0 Likes
459

I want to send URL link for opening corresponding Risk assessment from RAS approval workitem. Risk assessment is already created , once its workflow starts , workitem goes to approvers inbox.

I have configured workflow related changes, however I am not able to get the URL which I can put in description to open risk assessment directly. Do we have some utility method or FM which can be used to fetch the URL.

Accepted Solutions (0)

Answers (1)

Answers (1)

michaelf_
Product and Topic Expert
Product and Topic Expert

Dear Abishek,

the the class CL_EHFND_OBN_HELPER provides a method which is called GET_OBN_URL which returns the URL to a certain object (e. g. Risk Assessment, Incident) which needs to be specified in the parameters of the method. A similar class is also available for the intent-based navigation (S/4HANA): CL_EHFND_NAVIGATION.

With kind regards,

Michael