Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.02 KB

File metadata and controls

34 lines (20 loc) · 2.02 KB

Exercise 3 - Create Database Artifacts Using Core Data Services (CDS) for SAP HANA Cloud

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

Summary

You've now designed database tables, deployed them into an SAP HANA Cloud database instance, and loaded data into them using the Database Explorer.

Questions for Discussion

  1. 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?

  2. Where is Country coming from in interactions.cds? Hint

    using { Country } from '@sap/cds/common';
  3. What's the difference between Composition and Association? Additional reading on Compositions and additional reading on Associations

  4. In the service implementation (interaction_srv.cds), how do you know you are creating an OData service?

Further Study

Next

Continue to 👉 Exercise 4 - Create a User Interface with CAP (SAP HANA Cloud)