cancel
Showing results for 
Search instead for 
Did you mean: 

Reading the url of a generated WD application

Former Member
0 Kudos

Hi all,

I want to read the url of the generated webdynpro application using a button on the same application. is there anyway to do it?

Regards,

Jayant.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try following code in the Action handler..

String url = WDURLGenerator.getAbsoluteWebResourceURL(wdThis.wdGetAPI().getComponent().getApplication().getDeployableObjectPart())

or shorter:

WDURLGenerator.getAbsoluteWebResourceURL(wdComponentAPI.getApplication().getDeployableObjectPart())

Message was edited by: Armin Reichert

Answers (0)