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

Visualize Data from the Northwind Service

Learn how to visualize data with a VizFrame.

Overview

🎓 beginner 20 min. OdataBeginnerSapui5SAP Build Work Zone Standard EditionSAP FioriUser InterfaceHTML5CloudFree Tier

You will learn

  • โœ”How to use a sub-generator to add a new view.
  • โœ”How to add a VizFrame to visualize data.
  • โœ”How to manually navigate between SAPUI5 views.
Nico Schoenteich N Nico Schoenteich February 7, 2025
Created by May 12, 2022
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Add a new view
โ€”

Add a new view to your SAPUI5 application by using an easy-ui5 subgenerator.

Open a new terminal session on root level of your project and execute:

Terminal
yo easy-ui5 project view
ParameterValue
How do you want to name your new view?Sales
Do you want to set up a JavaScript controller for your new view?Yes
Do you want to set up a route and target for your new view?Yes

The routes are added to the myui5app/webapp/manifest.json file. The generator asks you whether you want to overwrite the manifest.json file, which is necessary in this case, so type yes when prompted.

Step 2 Inspect the modifications
+
Step 3 Add the VizFrame
+
Step 4 Navigate to the new view
+
Step 5 Implement a popover
+

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. Add a new view 2. Inspect the modifications 3. Add the VizFrame 4. Navigate to the new view 5. Implement a popover

Learn more →