Hi,
In our SAP Landscape, we have the following environment:
Front End-Server: ABAP 7.52
Back-End Server: S/4HANA 1709
Web Dispatcher: Web Dispatcher 749
We have implemented the steps in SAP Notes 2289865, 2387550 and 2356997 to enable S/4HANA Analytics and Fiori Search.
During the configuration steps, we noticed that the browser calls both /sap/bw/ina/GetResponse (for Analytical apps) and /sap/es/ina/GetResponse (for Fiori Search). However, only /sap/bw/ina/GetResponse is called on the Fiori Front-End and routed to the back end (per SAP Note 2356997 Recommended Configuration). /sap/es/ina/GetResponse does not have such a configuration and must be redirected (via Web Dispatcher rules) to the back-end S/4HANA system.
Does anyone know if routing /sap/es/ina/GetResponse from Fiori to the backend is possible (similar to SAP Note 2356997)? It would seem like a pretty good idea to have that instead of separate configuration. Also, with the WD redirection, you are also required to activate SAML2 to prevent login issues (per SAP Note 2490978).