SAP

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
⤢ Open full site

Prepare a Product Page

Create a new, detail page and set up the infrastructure (i.e, variables and navigation) for the page.

Overview

You will learn

  • How to create a new page (detail page)
  • How to navigate and pass a parameter to a different page
  • How to reuse logic flows
  • How to create custom events
  • How to use filtering, ordering and paging for an OData service
Daniel Wroblewski D Daniel Wroblewski August 21, 2026
Created on January 25, 2023
Contributors

More from Daniel Wroblewski

See all 40 tutorials by Daniel Wroblewski →

Prerequisites

Steps

Intro

The product detail page will let users see the current rating of a product, let them rate the product themselves, add a comment, and see all the comments for the product.

Example app
Example app

In this tutorial, you create the required variables, binding and logic, and in the next tutorial you will create the UI.

Step 1 Create a new page

  1. In the upper left, click on the name of the current page.

    Pages
    Pages

  2. Click Add New Page.

    Add page
    Add page

    Call the page Product Page.

    Click OK.

  3. Delete all the components on the page, so the page is blank.

Step 2 Add variables to the page
+
Step 3 Enable refresh of comments
+
Step 4 Add navigation to this page
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 4
1. Create a new page 2. Add variables to the page 3. Enable refresh of comments 4. Add navigation to this page