Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 4.1 KB

File metadata and controls

64 lines (37 loc) · 4.1 KB

Exercise 1 - Set Up SAP HANA Cloud and CAP Project

Before we can begin development we must perform a couple of important steps.

First, we need to provision an SAP HANA Cloud database instance. This will be in a "multi-environment" context with the SAP HANA Cloud Administration Tools (see the "Further Study" section below for a link to more information on this). We must then make that database instance available to the environment instance where we'll be managing deployments with HDI containers, which here will be in your Cloud Foundry environment instance.

Second, we must also ensure that we have access to our chosen development environment.

Exercise 1.1 Deploy SAP HANA Cloud

We will use the SAP BTP cockpit as a graphical tool to provision your free SAP HANA Cloud instance if you don't already have one in your account.

First, perform all the steps in 👉 tutorial: Deploy SAP HANA Cloud. This is a one time activity. You now have an SAP HANA database fully accessible to you with the full range of HANA Cloud capabilities.

Very important The system is stopped automatically each night and you need to manually restart every day you want to use it as described in the above tutorial. The most common error that people make is not restarting their HANA Cloud instance.

Exercise 1.2 Set Up SAP Business Application Studio for Development

SAP Business Application Studio is a development environment available on SAP Business Technology Platform. Before you can start developing using SAP Business Application Studio, you must perform the required onboarding steps that are described in this step once. Please choose your path based upon if you are using the SAP BTP free tier or SAP BTP free trial.

SAP BTP free trial
  1. If you are using the SAP BTP free trial, then perform all the steps in this tutorial - Set Up SAP Business Application Studio for Development
SAP BTP free tier
  1. If you are using the SAP BTP free tier, then complete the following steps

  2. From you SAP BTP Global Account in the SAP BTP Cockpit, select the subaccount in which you want to enable the SAP Business Application Studio subscription.

  3. From the navigation area, click Service Marketplace. Service Marketplace

  4. In the Service Marketplace page, search for studio. Search for Studio

  5. Click Actions icon (three dots) to open the list of available actions. Three Dots

  6. Click Create to launch the wizard for subscribing to SAP Business Application Studio. Create

  7. In the wizard verify that SAP Business Application Studio is selected in the Service field and free is selected in the Plan field. Free Plan

  8. Click Create to subscribe to SAP Business Application Studio.

Summary

Now that you have your SAP HANA Cloud database instance and have setup the basics of your development environment, we are ready to start our development project.

Further Study

Next

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