Create an SAP HANA Database Project
January 7, 2021
Beginner
15 min.
Create a 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 trial instance of SAP Cloud Platform, SAP HANA service. Deploy SAP HANA Cloud trial
- You are logged in to SAP Business Application Studio and its configured Configure the Development Environment
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