cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

VSCode - Deployment of SAP UI5 application in a Central Hub points to the Back-End

Ivan_Miguel
Explorer
1,111

Dear colleagues,

We are trying to deploy an SAP UI5 app in a Central Hub. In the ui5-deploy.yaml, the URL, client and transport request belong to the Front-end server. However, the system returns a message saying that the transport request does not belong to the Back-end system id.

What could be missing?

Accepted Solutions (1)

Accepted Solutions (1)

TobiasQueck
Product and Topic Expert
Product and Topic Expert

Hi Ivan,

The Fiori tools call the UI5 ABAP Repository OData service (https://sapui5.hana.ondemand.com/sdk/#/topic/a883327a82ef4cc792f3c1e7b7a48de8) to deploy an application to an ABAP system.

Based on your (correct) configuration, the tools will try to deploy to your central hub. However, based on the log, I am assuming that your hub is forwarding the request to the backend together with all other requests to OData services.

Would you be able to change the configuration so that requests to the UI5 ABAP Repo service are handled on the hub instead of being forwarded like the rest? Otherwise, you could also manually deploy the application using the report /UI5/UI5_REPOSITORY_LOAD (https://sapui5.hana.ondemand.com/sdk/#/topic/a560bd6ed4654fd1b338df065d331872)

Cheers,

Tobias.

Ivan_Miguel
Explorer
0 Kudos

Thank you, Tobias,

We are going to explore the first option, and let you know the results.

Answers (1)

Answers (1)

Ivan_Miguel
Explorer
0 Kudos

Thanks again, Tobias. It works a treat!