SAP

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

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 23, 2020
Contributors

More from Nico Schoenteich

See all 11 tutorials by Nico Schoenteich →

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