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

Create a Product List Page with Ratings

Now that you have your backend, you can finish the product list page by adding data resources and binding the properties of your list item composite component.

Overview

🎓 beginner 15 min. SAP Build AppsBeginnerSAP Business Technology PlatformSAP Build

You will learn

  • โœ”How to enable BTP authentication
  • โœ”How to set up navigation between pages
  • โœ”How to use destinations (or hard-coded URLs) to access data services
  • โœ”How to set up data resources for your custom backend entities
  • โœ”How to call backend functions
  • โœ”How to bind data to your composite component
Daniel Wroblewski D Daniel Wroblewski September 10, 2024
Created by January 22, 2023
Contributors

Prerequisites

Steps

Intro

After creating a composite component and setting up your backend, you will now create the front end UI that will consume both business data and your custom data.

Step 1 Add name of page to navigation
โ€”

SAP Build Apps lets you create a navigation menu so you can go directly to different pages in your app.

  1. Go back to your Social Media app.

  2. Open the Navigation tab.

  3. Click on the List of Products page link.

    Change the Tab name to List of Products.

    Fix navigation
    Fix navigation

  4. Click Save.

Step 2 Enable SAP BTP authentication
+
Step 3 Create data resource for Northwind
+
Step 4 Create data resources for backend
+
Step 5 Create variables
+
Step 6 Bind composite component
+
Step 7 Get the rating data
+
Step 8 Run the app
+

Resources

Discussion

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

Submit detailed feedback Discuss in Community
Steps
Step 1 of 8
1. Add name of page to navigation 2. Enable SAP BTP authentication 3. Create data resource for Northwind 4. Create data resources for backend 5. Create variables 6. Bind composite component 7. Get the rating data 8. Run the app

Learn more →