I have one bsp application. the app consists of one initial page(entry point) and any other pages.
I wanna know the initial page's url as like 'http://xxx.xxx.xxxx:50000/sap/bc/bsp/sap/zhr_hap_018/index.htm' to call it from abap report program.
I can't code the fixed url on the report.
as you know the url(domain and port etc) is diffrent where the bsp app runs on(DEV, QAS and PRD).
how can i get the information(domain and port etc)?
i think there are function modules or util classes...
plz. help..