Hi all,
I need to extract the entire url of my application, I mean the external link of my bsp application.
For instance my url is
http://extranet.pippo.it:8010/sap(bD1pdCZjPTIwMA==)/bc/bsp/sap/zappl/page.htm
I have tried using RUNTIME attributes and methods such as
call method runtime->get_url
receiving url = url.
this allow me only to get the second part of the url =
sap(bD1pdCZjPTIwMA==)/bc/bsp/sap/zappl/page.htm
but I need also the first one
http://extranet.pippo.it:8010/
Is there a method, a function or something that can allow me to extract the enitre url?
Thanks in advance
Alessandro