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 Social Media Backend

Use the Visual Cloud Functions, a part of SAP Build Apps, to build a backend to store social media information for each product, and create a function to do calculations on the server.

Overview

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

You will learn

  • How to create entities in Visual Cloud Functions
  • How to create a function in Visual Cloud Functions
  • How to deploy your backend project
Daniel Wroblewski D Daniel Wroblewski September 10, 2024
Created by January 22, 2023
Contributors

Prerequisites

Steps

Intro

The application you are building will get business data from the Northwind OData service, but you will also want to create and manage your own data and mash it up in the front end with your business data.

Specifically, you will want to keep track of product ratings, as well as comments about the products.

Backend entities
Backend entities

Step 1 Create a new backend project

Go to the SAP Build lobby, and click Create

Create
Create

Select Build an Application.

Build an application
Build an application

Select SAP Build Apps, and then Application Backend.

Create project
Create project

For the project name, enter Social Media Backend, then click Create.

Step 2 Create Rating entity
+
Step 3 Create Comment entity
+
Step 4 Create function
+
Step 5 Deploy backend
+

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. Create a new backend project 2. Create Rating entity 3. Create Comment entity 4. Create function 5. Deploy backend

Learn more →