Google News
logo
SAP ABAP - Interview Questions
What is the URL of Web Dynpro application? How it is generated?
In a Web Dynpro application, url is automatically generate. You can find the URL of application in Properties tab. URL structure can be of two types :
 
SAP namespace :
<schema>://<host>.<domain>.<extension>:
<port>/sap/bc/webdynpro/<namespace>/<application name>
 
Custom namespace :
<schema>://<host>.<domain>.<extension>:
<port>/abc/klm/xyz/<namespace>/webdynpro/<application name>
Advertisement