SAP

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

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 on May 12, 2022
Contributors

More from Nico Schoenteich

See all 11 tutorials by Nico Schoenteich →

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
Next