Start of Content Area

Background documentation URL of the Web Dynpro Application  Locate the document in its SAP Library structure

To enter a new Web Dynpro link, you must define the URL of the relevant Web Dynpro application. The URL of a Web Dynpro application consists of the following parts:

      URL of the Web Dynpro application that is shipped by deploying the Web Dynpro application on the NetWeaver Application Server

Note

After calling the menu item Deploy New Archive and Run in the SAP NetWeaver Developer Studio, you can copy the string for the URL from the address bar of the Web browser and enter it into the entry field for the URL.

      The URL for a locally available Web Dynpro application is made up of:

http://<Host Name>:<Port Number>/webdynpro/dispatcher/local/<Web Dynpro Project>/<Name of Web Dynpro Application>

      The URL for a development component is made up of:
http://<Host Name>:<Port Number>/>webdynpro/dispatcher/<Vendor>/
<Name of Development Component><Name of Web Dynpro Application>

Example

For a locally deployed Web Dynpro application with the name ExampleApp in the Web Dynpro project ExampleProject, the URL is:

http://<Host Name>:<Port Number>/webdynpro/dispatcher/local/
ExampleProject/ExampleApp
  

 

End of Content Area