Skip to main content

All Questions

Filter by
Sorted by
Tagged with
2 votes
1 answer
388 views

Why changing just the `sap.app/id` in the manifest.json causes app to crash?

I have a SAP CAP Full Stack app. I also have some custom UI5 code - XML Views and JS controllers. Everything is working fine, but if I just change the sap.app/id section in the manifest.json file (...
Aleksandar Grujic's user avatar
1 vote
2 answers
2k views

Not able to use OData V2 (Northwind) data in SAPUI5 App

I am trying to use Northwind data service (OData V2) in my SAPUI5 app. However, I am not able to get any data at all from the server. This is my XML view: <mvc:View controllerName="c.g....
SAP ASFlash's user avatar
1 vote
2 answers
8k views

How can I consume OData services from my own backend system for a UI5 app?

I am new to SAP and currently working on the walkthrough tutorial of the SAPUI5 documentation and managed to get to Step 26 - Remote OData Service. I also wanted to try this step with my own OData ...
Olli's user avatar
  • 11
4 votes
1 answer
8k views

Unable to deploy CAP application to Cloud Foundry

I have been developing an application using Cloud Application Programming Model (Node.js), following this tutorial: https://github.com/SAP-samples/cloud-cap-nodejs-codejam Unfortunately, I am unable ...
maciejd's user avatar
  • 183
1 vote
0 answers
373 views

How do I deploy only certain parts of an app to SAP Cloud Platform?

I've imported an existing SAPUI5 app into SAP Web IDE and wish to deploy it to Hana Cloud Platform (HCP) SAP Cloud Platform (SCP) SAP Business Technology Platform (SAP BTP). Unfortunately the ...
Adam Harkus's user avatar
  • 2,210
2 votes
2 answers
8k views

Loading of `$metadata` fails due service from https://services.odata.org not supporting CORS [duplicate]

I am trying to consume Northwind R/W OData service link: https://services.odata.org/V3/OData/OData.svc/. It is working fine on local testing. But without using proxy or mock server, the service ...
kuljit k's user avatar
  • 291