Hi guys,
so when developing a UI5 application in Eclipse you need to add a proxy to the OData model destination to get access to the gateway, like this:
"proxy/http/<<domain>>.local:8000/sap/opu/odata/sap/<<service>>". But after the deployment to the SAP system, the service URL must be without the proxy and domain, like this:
"/sap/opu/odata/sap/<<service>>".
So my question is, what's the best practice to set the model destination URL? Because right now, I always have to modify the BSP application after deployment (or change the URL in Eclipse before deployment) to get it running in SAP.
How do you do this?
Regards,
Klaus