In this exercise we will use SAP Cloud Application Programming Model (CAP) and Core Data Services (CDS) to generate SAP HANA Cloud basic database artifacts.
Perform all the steps in 👉 tutorial: Create Database Artifacts Using Core Data Services (CDS) for SAP HANA Cloud
You've now designed database tables, deployed them into an SAP HANA Cloud database instance, and loaded data into them using the Database Explorer.
-
We loaded data into the tables using the import feature of the Database Explorer. Is anyone familiar with alternatives to this to get initial data into your new tables?
-
Where is Country coming from in interactions.cds? Hint
using { Country } from '@sap/cds/common';
-
What's the difference between Composition and Association? Additional reading on Compositions and additional reading on Associations
-
In the service implementation (interaction_srv.cds), how do you know you are creating an OData service?
- Video Version of this Tutorial
- SAP HANA Database Explorer
- Domain Modeling with CDS
- Generated HDI Artifacts
Continue to 👉 Exercise 4 - Create a User Interface with CAP (SAP HANA Cloud)