Hello,
I developped 3 SAPUI5 apps in HCP using webide. I can consume odata from the on-premise DEV system with HCP Connector. I deployed the apps in FLP.
Everything works fine, but now I want to transport them into prod system.
In on-premise system, no problem, I can managed my transport modification (which contains gateway services) like any other program.But in HCP, I only have one destination, I can had a new one for prod system, but in the SAPUI5 app, I can choose only one destination (neo-app.json) :
{ "path": "/sap/opu/odata", "target": { "type": "destination", "name": "Dev_HANA", "entryPath": "/sap/opu/odata" }, "description": "dev HANA" },
I saw that I can create a new account in HCP cockpit, and then configure prod destination in current account and use dev destination in the new account. That way I can test my apps with OData service that is in dev system without interrupt prod system.
My question is: how can I transport my apps from "dev" HCP account to "prod" HCP account ? Is it the right way to do this ? Also I feel worried that I could transport the neo app.json from dev in prod HCP account, then the prod would be connected to dev !
I didn't mention QUA system, but it would be better to have one too. I have 3 processors available in HCP cockpit, I guess that it is in that purpose ? dev,qua,prod ?
Thank you,
Louis-Arnaud