SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create an SAP HANA Database Project

Create an SAP Business Application Studio HANA database project.

Overview

🎓 beginner 15 min. SAP HANABeginnerSAP HANA CloudSAP Business Application Studio

You will learn

  • โœ”How to create a multi-target application with a database module via SAP HANA database project in the SAP Business Application Studio
  • โœ”How to create a columnar table using declarative SQL
  • โœ”How to load data for testing into a columnar table from a CSV file
  • โœ”How to access the Database Explorer to browse your tables, data and use SQL statements
Thomas Jung T Thomas Jung December 2, 2022
Created by January 7, 2021
Contributors

Prerequisites

Prerequisites

Steps

Intro

A video version of this tutorial is also available:


Step 1 Create a new project from template
โ€”

  1. From the SAP Business Application Studio Welcome tab, click Start from template Create a new project.

    New project from template
    New project from template

  2. Choose SAP HANA Database Project and click Start.

    New project from template
    New project from template

  3. Call the project DM and click Next.

    New project from template
    New project from template

  4. Keep the module name at the default of db and press Next.

    New project from template
    New project from template

  5. Clear the Namespace and Schema Name blank. Choose version HANA Cloud and click Next

    New project from template
    New project from template

  6. Leave all values of the Bind to HDI Container service at their default values and press Finish

    New project from template
    New project from template

  7. You should see a Generating SAP HANA Database Project message which will remain for a minute or two as the HDI container instance is being created.

    New project from template
    New project from template

  8. Upon completion of the project generation, you will see a message and the new project is opened in the workspace of the Business Application Studio.

    New project from template
    New project from template

Step 2 Create database artifacts
+
Step 3 Create a text index
+
Step 4 Deploy the database module
+
Step 5 Add data from a local file
+
Step 6 Check the data
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 6
1. Create a new project from template 2. Create database artifacts 3. Create a text index 4. Deploy the database module 5. Add data from a local file 6. Check the data

Learn more →