Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 2.48 KB

File metadata and controls

34 lines (20 loc) · 2.48 KB

Exercise 2 - Create an SAP Cloud Application Programming Model Project for SAP HANA Cloud

In this exercise we will use the wizard for the SAP Cloud Application Programming Model to create a project in SAP Business Application Studio that will also support SAP HANA Cloud.

Perform all the steps in 👉 tutorial: Create an SAP Cloud Application Programming Model Project for SAP HANA Cloud

Summary

At the end of this tutorial you have your dev space, the basic CAP project and have configured source control for this project.

Questions for Discussion

  1. What is the value of the dev space in the SAP Business Application Studio? To help with this discussion point consider the prerequisites section for not using the SAP Business Application Studio.

  2. Why do you think it was necessary to login to Cloud Foundry? HANA Cloud itself isn't actually running in Cloud Foundry nor does it use Cloud Foundry for technical connections. But it's important to understand HDI (HANA Deployment Infrastructure) containers and how they are controlled via Cloud Foundry service instances.

  3. What's the purpose of the mta.yaml file?

  4. Who can explain what NPM is and how and why it is used?

  5. Version Control with Git. How familiar is everyone with Git? Any ABAP developers in the room (if so we should talk). What's the reason/impact of using local Git repository as we did in this tutorial?

Further Study

Next

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