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 a Database Multi-Target Application with SAP HANA service for SAP BTP

Create an application with a database module.

Overview

🎓 beginner 15 min. SAP HANABeginnerSAP HANA Service For SAP BTP

You will learn

  • โœ”How to create a multi-target application with a database module in SAP Web IDE Full-Stack
  • โœ”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 November 21, 2022
Created by November 26, 2018
Contributors

Prerequisites

Prerequisites

Steps

Intro

This tutorial cannot be completed with a trial account.


Step 1 Create a new project from template
โ€”

Click File->New and choose Project from Template.

New project from template
New project from template

Choose SAP HANA Database Application and click Next.

New project from template
New project from template

Call the project DM and click Next.

New project from template
New project from template

Remove the namespace

New project from template
New project from template

Choose version 2.0 SPS05 and click Finish

New project from template
New project from template

Step 2 Create database artifacts
+
Step 3 Create a text index
+
Step 4 Build 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. Build the database module 5. Add data from a local file 6. Check the data

Learn more →