cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the link of the WDA application dynamically

Former Member
0 Kudos

Hi,

I have created one web dynpro application. when it is saved the approver get a work item in his inbox.The work item should have the link to the web dynpro application.So that when the user clicks the link,He should able to view the web dynpro screen.

My question is how to get the link of the web dynpro application dynamicaly . I want to know whether it is stored in any DB tables or is there any function modules to call the web dynpro application ?

Regards,

Charumathi.B

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

use

cl_wd_utilities=>construct_wd_url(

EXPORTING application_name = <name_of_your_application>

IMPORTING out_absolute_url = lv_url.

Best Regards,

Anika