cancel
Showing results for 
Search instead for 
Did you mean: 

Getting the URL of an Application

Former Member
0 Kudos

Hi ,

Is it possible for me to get the URL of an application (/screen) using the standard WebDynPro APIs ? If not then is there any other way ?

Thanks.

Shakul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

try using this method

WDURLGenerator.getApplicationURL

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank you all for replying so quickly to my question

former_member751941
Active Contributor
0 Kudos

Hi Shakul,

Check this link.

https://help.sap.com/javadocs/NW04S/current/wd/index.html

Regards,

Mithu

Former Member
0 Kudos

Hi,

WDURLGenerator.getApplicationURL(wdThis.wdGetAPI().getDeployableObjectPart())

Regards

Ayyapparaj