Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
Prachiti
Explorer
1,623

I have configured list view on Home page which shows data from backend application created using SAP Build Apps.

Home Page which shows Employee Name and Job Role

Prachiti_0-1720183374978.png

Set Up Integration with SAP S/4HANA Cloud Public Edition

Prachiti_1-1720183374989.png

Created and deployed backend application to store data in SAP Build

Prachiti_2-1720183374995.png

Step 1: Create New Page to show Employee Details

In SAP Build Apps -> Click on Home Page -> Add New Page -> Provide Name and Save.

Prachiti_3-1720183375001.png

Step 2: Create Navigation to Target Page (Employee Details)

Open Employee Application.

Search Marketplace for Open Page Flow Function.

Prachiti_4-1720183375010.png

Open it and click on Install.

Open Home page -> Click on the List Item to add Logic -> Drag and Drop Open page flow function in the logic section.

Select Navigation Flow function -> Under Properties -> Page -> select Employee Details Page which is the target page.

Prachiti_5-1720183375023.png

Step 3: Configure Employee Details Page

Add Title and two Text boxes to the Employee detail Page.

Prachiti_6-1720183375029.png

Bind Text1 field to formula data.Employee1.firstName and Text2  to data.Employee1.job

Prachiti_7-1720183375037.png

Prachiti_8-1720183375045.png

Step 4: Set Parameters in the Employee Details target page.

Switch to Variable section -> Select Page Parameters -> Click Add Page Parameter

Prachiti_9-1720183375053.png

Switch to Variable section -> Select Data Variable -> Click Add Data Variable -> Select Employee

In the Data Variable Type select single data record. Set ID to params.Emp_Detail_Pg_par (params.Page_Parameter)

Prachiti_10-1720183375061.png

Navigate to Home Page -> Open Flow Function and set ID to STRING(repeated.current.id)

Prachiti_11-1720183375064.png

Prachiti_12-1720183375076.png

Step 5: Run the App

Prachiti_13-1720183375080.png

Select 2nd entry. Details are displayed in Employee Details Page

Prachiti_14-1720183503057.png