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

Deploy the Fiori App to Cloud Foundry

Deploy the application to the SAP BTP, Cloud Foundry environment to be able to share it with your coworkers.

Overview

🎓 beginner 20 min. SAP Business Technology PlatformBeginnerSAP FioriOdataSapui5SAP Build Work Zone Standard EditionUser InterfaceHTML5CloudFree Tier

You will learn

  • โœ”How to build and deploy the application to the cloud.
  • โœ”How to interact with the SAPUI5 flex services to adapt the application to end-users.
Nico Schoenteich N Nico Schoenteich July 19, 2024
Created by March 19, 2020
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Build the project
โ€”

Run the following command to package the project into one single archive. This archive contains the full source files (for debugging), as well as the bundled resources (for faster loading times):

Terminal
npm run build

You can find the definition of this script in the scripts section of the package.json file.

Step 2 Deploy the built archive
+
Step 3 Access the running web app
+
Step 4 Embed the application in SAP Build Work Zone, standard edition
+
Step 5 Save a custom filter variant
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 5
1. Build the project 2. Deploy the built archive 3. Access the running web app 4. Embed the application in SAP Build Work Zone, standard edition 5. Save a custom filter variant

Learn more →