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

Get Started to Collaborate in SAP Business Application Studio

Set up a development space and a project in SAP Business Application Studio and connect it to your SAP HANA Cloud, SAP HANA database.

Overview

🎓 beginner 10 min. SAP HANA CloudBeginnerSAP HANA CloudSAP HANA DatabaseSAP Business Application Studio

You will learn

  • โœ”How to create an SAP HANA Native Application Dev Space
  • โœ”How to create an SAP HANA database project
  • โœ”How to view the run-time user of your database connection Are you wondering what the best way is to manage changing data structures? Do you want to know how to collaborate more efficiently when working in development projects?
Unknown U Unknown July 18, 2024
Created by October 19, 2021
Contributors

Prerequisites

Prerequisites

Steps

Intro

To answer the first question, learn what benefits different table types in SAP HANA Cloud, SAP HANA database can offer you based on your needs. The following 3 tutorials in this tutorial group will help you navigate through your challenges with the managing data structures:

  1. You are here โ˜› Get started to collaborate in SAP Business Application Studio
  2. Import data into a table in SAP HANA Database Project
  3. Change data structures using HDBTABLE and HDBMIGRATIONTABLE objects
> To answer the second question, create template projects that help you set up service connections, handle synonyms and prepare authorization management. You can create these templates once in the beginning and give your project team members a head-start. Using the template, they can build on your work and can quickly start working productively.
>  
> The following 4 tutorials in this tutorial group will help you learn how to collaborate efficiently:
  1. Prepare your SAP HANA Database Project for collaboration
  2. Generate users and roles for assigning privileges
  3. Enhance your project with services, synonyms and grants
  4. Collaborate on an SAP HANA Database Project template

This tutorial will show you how to create an SAP HANA Database project in SAP Business Application Studio.


Step 1 Introduction to changing data structures
โ€”

In SAP HANA Cloud, Data Definition Language (DDL) can be used to create a table or a view in a schema. When you make changes to data structures in this case, you need to make sure that these changes are accepted by the database. Alternately, you can also use Frameworks (e.g., NetWeaver) to generate DDL and take responsibility for the changes made to data structures.

Intro table
Intro table

In this tutorial group, you will generate design-time artifacts (or objects) to manage the data present in an HDI container. This is done using the support of a GitHub repository. You can manage changing data structures using two design-time object types: HDBTABLE and HDBMIGRATIONTABLE. This tutorial group will include both the approaches while also highlighting the advantages of using an HDBMIGRATIONTABLE over HDBTABLE.

Intro Table 2
Intro Table 2

Step 2 Check the status of your instance
+
Step 3 Create an SAP HANA Native Application Dev Space
+
Step 4 Create an SAP HANA Database project
+
Step 5 Explore database connection options for your project
+
Step 6 View the run-time user (optional)
+
Step 7 Test yourself
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Introduction to changing data structures 2. Check the status of your instance 3. Create an SAP HANA Native Application Dev Space 4. Create an SAP HANA Database project 5. Explore database connection options for your project 6. View the run-time user (optional) 7. Test yourself

Learn more →