Category: SAP Cloud Application Programming Model
-
How to use MongoDB in combination with SAP CAP?
If you know the SAP Cloud Application Programming model (short SAP CAP), you may already be familiar with the OData interface and the CDS entities, which you can create with it. This is a cool definition framework, where you simply define the properties and associations to business objects and later create from it a real…
-
How to deploy an SAP CAP project to SAP BTP Cloud Foundry without SAP HANAÂ Cloud
In this tutorial, I would like to show case you, how to create a CAP Project and then deploy this project to an SAP BTP Cloud Foundry environment without an SAP HANA Cloud as a database. Instead, we use a simple in-memory SQLite database to store the data. There are many solutions and possibilities which…