SAP

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

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 on December 24, 2018
Contributors

More from Thomas Jung

See all 228 tutorials by Thomas Jung →

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
Next