cancel
Showing results for 
Search instead for 
Did you mean: 

How to include dynamic hyperlink of CR created for Customer Creation in email body in MDGC

Former Member
0 Kudos

Dear Experts,

We have a requirement that We have to include dynamic hyperlink of particular CR created for Customer creation in MDG.

We can statically give one hyperlink of NWBC home page. but the client wants a particular link which directs to particular CR request..

Please let us know how to achieve this.

Correct solution will be highly appreciated.

Regards,

Kavya.

Accepted Solutions (1)

Accepted Solutions (1)

henk_verdaasdonk4
Active Participant
0 Kudos

Hi Kavya,

You need to build a url like: http://xxx.com:8000/sap/bc/webdynpro/sap/BS_OVP_BP?SAP-CLIENT=100&SAP-LANGUAGE=EN&CREQUEST=000000000...

With class cl_usmd_wf_navigation_handler you can get the parameters you need (methods get_instance and get_navigation_parameters)

The first part of the URL you can construct with  cl_http_server=>if_http_server~get_location or CL_WD_UTILITIES=>CONSTRUCT_WD_URL

Cheers, Henk

Former Member
0 Kudos

Hi Henk,

Thanks for the reply.

You are right. Got the solution.

Thanks,

Kavya

Answers (1)

Answers (1)

raghu3
Contributor
0 Kudos

Hi ,

Check method ON_USER_COMMAND of Class CL_USMD_EDITION_CREQ_GUI_WD.This might give some hint.

Regards,

Raghu