We have a Webdynpro ABAP application bulit in ECC to deploy. User wants to access the application via an URL on their webpage instead of logon SAP portal. They do not want the application to show the portal header and navigation area.
With the help of portal support, we created an URL iView to access the application with parameter NavMode=3 (e.g. http: //portal.xxx:8280/irj/portal/index.html?navigationtarget=roles://portal_content/mycompany/application.iView
/WDApplication&NavMode=3). This method can fulfill user's requirement. However, we have to hardcode the Webdynpro ABAP application URL in the iView (e.g. http: //devep.xxx:8000/sap/bc/webdynpro/sap/WDApplication). This will be a disadvantage because the URL will be http: //qasys.xxx in QA environment and http: //prodsys.xxx in production environment.
Can someone suggest a solution to me? We do not use NWBC. Thanks.