SAP CAP Start To End
SAP CAP Start To End
https://github.com/SAP-samples/cap-hana-exercises-
codejam/blob/main/prerequisites.md#normal-prerequisites-sap-business-application-studi
o
As a part of pre-requisites, you would have already created a BTP Free trial sub
account with US East as region. Please ensure that US East is the region for the
sub account before you proceed.
● At this point, you may login with your Universal Id(a.k.a SAP Community
Id) as it allows you to track your progress and gives you visual cues
displaying the current completion status. This is the same login id that
you used to register for this event.
1. For steps 3 to 6, perform the exercises under the “Free Tier/Trial” tab.
3. After Step 9: Knowledge Check, the “Next Steps” tutorial “Tools to Manage
and Access the SAP HANA Cloud, SAP HANA Database” is for Information
only and it is advised to return back to the GitHub page(shown in
screenshot) Step 2: Create Database and perform the additional instructions
from Nos. 1 to 8.
Exercise 1.2 - Set Up SAP Business Application Studio for
Development
https://github.com/SAP-samples/cap-hana-exercises-
codejam/blob/main/exercises/ex1/README.md#exercise-12-set-up-sap-business-
application-studio-for-development
Exercise 6 – Create Calculation View and Expose via CAP (SAP HANA
Cloud)
https://developers.sap.com/tutorials/hana-cloud-cap-calc-view.html
● At Step 9, after running the “cds watch --profile hybrid” command(to run
App without App router), there is a mention about running the App with
App router on Port 5000, which indicates to run this following command
o cds bind --exec -- npm start --prefix app
o cf deploy MyHANAApp_1.0.0.mtar -f
The End