Skip to Content
0
Jun 25, 2020 at 06:14 PM

SAPUI5 - Access dependent cloud application (cross-mta) from local environment

92 Views

Hello

After getting help here, I managed to setup Cross-MTA dependency between two of my applications, where UIAPP1 can now call services of BEAPP1. When deployed to SCP, this works well.

I am wondering if it would be possible to run the UI5 app locally (e.g. via ui5 serve) which accesses the BEAPP1 running in the cloud. Similar to how default-env.json is used in CAP where the application runs locally but accesses services deployed in SCP. Is this possible?

Kind Regards