cancel
Showing results for 
Search instead for 
Did you mean: 

Error deploying sapui5 Overview Page

danielsonline
Discoverer
0 Kudos

Hi SAP experts,

I'm developing a Sap Fiori Overview Page, but when I want to deploy the app to Sap Cloud Platform using Sap Web IDE, I can't see it and deploy process shows me an alert of error in the deploy process.

To illustrate what I try to do and the errors that appear to me are the following:

1 - I created a Overview Page using Northwind odata services without annotation file.

2 - I added 4 analytical cards, one table card and 1 annotation file.

Download the sources

I want to run the app but only I can choose "test/testOVP.html" or "component.js".

I deploy it to Sap Cloud Platform and end of deploy show me this:

and app don't open using URL's Sap Cloud Platform.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member189220
Active Contributor

1.

You must work in the cloud edition of SAP Web IDE.

Make sure that you are a member of the account with at least a DEVELOPER role. Please make certain you do have "Subscriptions" under "Applications". The "portal" service has to be enabled in your account.

2.

The procedure of deployment to the SAP CP is described here:

Deploying Applications to SAP Cloud Platform

I hope you have followed this procedure (I do not see posted screenshots from it).

3.

When the above is implemented - you will be able to see the relevant "UI5 Applications" under "Subscriptions"

The application "flpportal" has to be available.

4.

When you do successfully deploy the application from Web IDE, please keep in mind, the deployed applications, on the SAP CP, are not designed to be executed directly - as a standalone from your ABAP system.

You need to create a tile for this app in your FLP and launch it from there.

The reason is that many resources (f.e. like sandbox.js) are only available on FLP, by design