Hi experts,
Need your advice for the below scenario:
I need to develop a UI5 application which will be deployed on HCP.
In our landscape, we have a Gateway (GW) system which has all the odata services.
We have configured SAP Hana cloud connector with our Hana account.
As per the requirement, I have created some table in HANA XS system available on cloud as well. I have developed xsjs/xsodata for those tables.
When i deploy my UI5 code inside my xs project, i am able to consume the xsjs/xsodata services easily.
I want to know how can i call the odata services present on the on-premise GW system??
Can i maintain a destination for it and use it inside my UI5 code?
Please advise.