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

SAP HANA Native, Create a SAP Cloud Application Programming Model project

Use the wizard for the SAP Cloud Application Programming Model to create a project for SAP HANA.

Overview

🎓 beginner 15 min. SAP HANABeginnerExpress Edition

You will learn

  • โœ”How to create an application with the wizard for the Cloud Application Programming model
  • โœ”How to use the local Git repository for development/testing purposes
Thomas Jung T Thomas Jung November 1, 2022
Created by July 25, 2019
Contributors

Prerequisites

Prerequisites

  • This tutorial is designed for SAP HANA on premise and SAP HANA, express edition. It is not designed for SAP HANA Cloud.
  • You have logged into SAP Web IDE for SAP HANA. To find out more about SAP Web IDE and other tools in you SAP HANA, express edition instance, refer to this tutorial. To learn more about SAP Web IDE Full-stack for HANA development refer to this tutorial.
  • If you are planning on continuing the series in SAP HANA, express edition, it is recommended to map the development space to the tenant database before starting development.

Steps

Intro

The images in this tutorial are based on SAP HANA, express edition SPS04.


Step 1 Create a new project
โ€”

Log into SAP Web IDE.

The default URL for SAP Web IDE in SAP HANA, express edition is https://hxehost:53075. The default user is XSA_DEV

Right-click on Workspace and select New-> Project from Template

New CAP model project
New CAP model project

Choose SAP Cloud Platform Business Application and click Next. (You may have to change the environment option in the wizard to Cloud Foundry if you are using the SAP Web IDE Full-stack)

New CAP model project
New CAP model project

Use the following name for your project and click Next

Name
MyHANAApp

This name will be used in different steps. It is recommended that you do not change it unless you remember to replace it in future tasks.

New CAP model project
New CAP model project

Choose Node.js as the service module and click Finish

New CAP model project
New CAP model project

Step 2 Explore the generated artifacts
+
Step 3 Initialize local Git repository
+
Step 4 Perform your first commit
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Create a new project 2. Explore the generated artifacts 3. Initialize local Git repository 4. Perform your first commit

Learn more →