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

Use a Local Launch Page

This tutorial shows you how to add a launch page for local testing.

Overview

🎓 beginner 10 min. SAP Cloud Application Programming ModelBeginnerNode JsJavaSAP Business Technology PlatformSAP Fiori

You will learn

  • How to add a launch page for local testing.
Created by October 12, 2023
Contributors

Prerequisites

Prerequisites

You’ve added business logic to your application. Follow the steps in the Add Custom Logic tutorial that is part of the Develop a Full-Stack CAP Application Following SAP BTP Developer’s Guide tutorial group.

OUT OF MAINTENANCE

This tutorial is no longer maintained. For an up-to-date version and support with any issues, refer to the Develop a Full-Stack CAP Application Following the SAP BTP Developer’s Guide mission in the SAP Discovery Center.

Steps

Step 1 Overview

You have already generated the Incident Management application and can start it in the browser from SAP Business Application Studio. However, you can also add a launch page for local testing. This page looks like a real site, but is just a local copy of the otherwise centrally managed SAP Build Work Zone, standard edition site and comes with a limited version of its functionality. There’s no option to add or remove applications via configuration, user roles aren’t considered, and user personalization is also not included. If you want these and other SAP Build Work Zone, standard edition functionalities included, you have to set them up for your project. Find out how to set these funtionalities in Integrate Your Application with SAP Build Work Zone, Standard Edition. You stick to the launch page for this tutorial though.

In the current implementation, you can open the Incident Management application via the app/incidents/webapp/index.html file and there’s no launch page. If you now create a second application using the SAP Fiori application generator within your project, it’s generated in the same way, again with its own index.html file. Instead, you can use a launch page for all the applications. You can add a launch page by creating an HTML file that uses the built-in SAPUI5 shell in the app folder.

Step 2 Implement a local launch page
+
Step 3 Check the launchpage.html file
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 3
1. Overview 2. Implement a local launch page 3. Check the launchpage.html file

Learn more →