cancel
Showing results for 
Search instead for 
Did you mean: 

Run SAP UI5 App from WebIDE without metadata.xml file

former_member251534
Participant
0 Kudos

I have imported project from eclipse to webIDE . When I try to run my app using INDEX.HTML file it is not showing any output but when I run from eclipse as webapp preview it shows output successfully . I am using JSON model to display data . We dont have Odata model as of now . Can anyone help me understand what am I missing ?

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member251534
Participant
0 Kudos

there is no output and no error in the console . I am not using any ODATA services , data is displayed using local JSON model

saurabh_vakil
Active Contributor
0 Kudos

Not showing any output will hardly help anyone to point out where the exact issue could lie in your project. First check the browser console in Google Chrome when you run the index.html from Web IDE and try to see what errors are shown.

Are you using a real OData service from an on-premise gateway system to display data in your app? If yes, have you set up the SAP Cloud Connector and created a destination on the SAP Cloud Platform which your app would be consuming to establish connectivity to the on-premise gateway?