Create an SAP HANA Database Project
February 14, 2021
Beginner
15 min.
Create an SAP Business Application Studio HANA database project.
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
Prerequisites
- You have created a BTP trial, SAP HANA Cloud instance – see Deploy SAP HANA Cloud trial.
- You are logged into SAP Business Application Studio and it’s configured Configure the Development Environment.
A video version of this tutorial is also available:
Step 1: Create a 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