Solution : https://service.sap.com/sap/support/notes/805344 (SAP Service marketplace login required)
Summary :
This SAP Note details the URL generation process initiated from BW front end tools such as the Web Application Designer, BEx Query Designer, and BEx Analyzer. When users perform actions that require execution in a web browser, the RSBB_URL_PREFIX_GET function module generates a URL based on the application server's specific protocol, host, domain, port, and service configuration. The process follows three key steps: determining the application server’s URL settings, modifying these settings if utilizing a message server's host and port instead, and applying any exceptions provided in the HTTPURLLOC table for specific adjustments. The note highlights the importance of correctly maintaining settings like SAPLOCALHOSTFULL and server parameters to ensure URL functionality and security.
Key words :
parameters rdisp/mshost und ms/http_port bzw, rdisp/mshost = mshostms/server_port_<xx> = 8000generated url, protocol = httpapplicatn = /sap/bw/bexhost = www, web dispatcher/exception table httpurllocyou, function module essentially runs, basis function module http_get_url2, comicm/server_port_0 = prot=http, ms/server_port_<xx>, protocol = httpicm/host_name_full = apphost, function module rsbb_url_prefix_get calls
Related Notes :
1280059 | Alloy 1.0: Release Information Note |
891737 | Stylesheet preview does not contain any formatting |
773830 | FQHN determination in ICM |
654982 | URL requirements due to Internet standards |
561885 | Generation of URLs (SAP Web Dispatcher/Reverse Proxy) |
512337 | Customizing SAP Web Application Server protocol (HTTP/HTTPS |
434918 | Configuration for fully qualified host names for BSP |