Hi Friends,
I try to get the current URL(not the parameter) of my FPM application.
The problem is, it is called by web dispatcher, so to cunstruct the URL by cl_wd_utilities=>construct_wd_url is not possible.
if_fpm_navigate_to->restart() does not work either.
Actually it starts with i.e.
But then I restart, it starts with.
http://server:8000/application
Is where a way to get the URL "http://application.de/abc" from the FPM or from the Webdispatcher?
Thanks in advance.
Rg. Jörg