cancel
Showing results for 
Search instead for 
Did you mean: 

How to form URL

Former Member
0 Kudos

Hello All,

I have created a Web Dynpro Application. (using WD-ABAP).

Now i ahve to provide the URL of this application to call the component from other application with in same system.

how to form the url of the application.

when i trnsport the application to other server(for eg: to Q ), URL will change.

the path given in help.sap.com is

<schema>://<host>.<domain>.<extension>:<port>/sap/bc/webdynpro/<namespace>/<application name>?<parameter name>=<parameter value>

here how can i get <host>.<domain>.<extension>:<port> ?

Thanks in advace.

Best Regards,

Amarender Reddy B

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

U can use the class CL_WD_UTILITIES method construct_wd_url to construct the url for the web dynpro component.

Ranganathan.

Former Member
0 Kudos

Hi ,

U can use the method CL_WD_UTILITIES method construct_wd_url to construct the url for the web dynpro component.

Ranganathan.

Former Member
0 Kudos

Hi,

For a WD Application :<schema>://<host>.<domain>.<extension>:<port> has to maintained in the customizing, as they are set to be changed whenever the application is run from a different system.

You have to read the customizing everytime and then concatenate.

Cheers.

Ashish.

Former Member
0 Kudos

Hello Ashish,

Thanks for teh reply,

Where in customizing i can read ?

please let me know.

Best Regards,

Amarender Reddy B

Former Member
0 Kudos

Hi,

You have to maintain a DB table for these specific entries. Then read this administration table for such details everytime before launching the application, to make your wd application system independent.

Best Regards,

Ashish.