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

2 - Configure the Product Details Page

Set up the product detail page – including variables, binding, styling, and logic – as part of the SAP Build CodeJam.

Overview

🎓 beginner 15 min. SAP BuildBeginnerSAP Build Apps

You will learn

  • How to set up a details page
  • How to set up navigation from the main page to the details page
  • How to use page parameters for navigation
Shrinivasan Neelamegam S Shrinivasan Neelamegam September 28, 2025
Created by January 11, 2024
Contributors

Prerequisites

Prerequisites

Steps

Intro

Your app has a product list page, as well as the UI for a product details page that was already provided in the skeleton project.

In this exercise, you will enhance the Product details page by connecting to the required data and binding that data to appropriate components. You will also create the navigation so that when a user clicks on a product on the product list page, the user will be taken to the product details page and be shown the product information.

Step 1 Create a page parameter

The product details page will show the details of a specific product, but it must have the ID of a product to display.

Therefore, you will create a Page parameter on the product details page to hold the ID. Page parameters are variables that are defined on a page and are required to be passed when navigating to that page.

  1. In the upper-left corner, open the page selector and choose Product Details.

    Switching to Product Details page
    Switching to Product Details page

  2. Click Variables.

    Variables on Product Details
    Variables on Product Details

  3. On the left, click Page Parameters, and then click Add Parameter.

    Add page parameter
    Add page parameter

    This adds a page parameter with a default name and type Text.

    Rename the parameter to productID. Keep the Parameter value type as Text.

    Create Page Parameter
    Create Page Parameter

  4. Click Save (upper right).

Step 2 Create a data variable
+
Step 3 Create a page variable
+
Step 4 Bind fields to components
+
Step 5 Set up navigation to details page
+
Step 6 Test the app
+
Step 7 Further study
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Create a page parameter 2. Create a data variable 3. Create a page variable 4. Bind fields to components 5. Set up navigation to details page 6. Test the app 7. Further study

Learn more →