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 XS Advanced, Creating an HTML5 Module

Create your first HTML5 module for HTML5 content within your XSA application

Overview

🎓 beginner 15 min. SAP HANAExpress EditionBig DataBeginner
Thomas Jung T Thomas Jung November 1, 2022
Created by May 23, 2016
Contributors

Prerequisites

Prerequisites

Steps

Time to Complete

15 Min.


Step 1 Add the HTML5 Module in your existing MTA project
โ€”

What is a Multi-Target Application?: The XS Advanced application platform is based on Cloud Foundry, an open-source platform that provides a layer of abstraction between your application and the underlying infrastructure. This is useful because it allows you to deploy the same application in different cloud providers. Cloud Foundry allows for a micro-service approach. A Multi-Target Application allows you to bundle all the different micro-services conforming your business application into the same lifecycle. For more information about multi-target applications (MTA), refer to this blog post.

Begin by right-clicking on your project and then choosing New -> HTML5 Module

New Module
New Module

Name the module web. Press Next to see the confirmation. Then press Finish.

Module web
Module web

You will notice a new folder under the project folder. SAP Web IDE has automatically created the appropriate folder structure for you. Open the resources folder to answer the validation below.

Step 2 Add the UAA service as a dependent resource
+
Step 3 Change Authentication Method
+
Step 4 Build and Run!
+

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. Add the HTML5 Module in your existing MTA project 2. Add the UAA service as a dependent resource 3. Change Authentication Method 4. Build and Run!

Learn more →