In this series, I will walk you through the steps of building complex SAPUI5 applications. The series will be loosely based on the tutorials found in the SAPUI5 Demokit.
In this video though, I am taking a slight detour to introduce you to the Github repository and also how to run your code in Visual Studio Code
Link to SAPUI5 Demokit
https://sapui5.hana.ondemand.com/
Github link…
https://github.com/miltonchandradas/u...
Running app in CF (Watch this video first):
• Part 1: SAP Cloud Platform Connectivity (D...
Branches (covers the following binding examples):
• part1 – Basic property binding
• part2 – Complex property binding
• part3 – Aggregation binding
• part4 – Aggregation binding with factory functions
• part5 – Element binding
• part6 – OData V2 Aggregation binding (Northwind)
• part7 – OData V4 Aggregation binding (Industry)
Steps
1. Use Business Application Studio
2. Terminal – git clone https://github.com/miltonchandradas/u...
3. Terminal – git checkout (branch) (For example, git checkout part4)
4. Terminal – npm i
5. Terminal – npm start (to run locally)
6. Terminal – npm run deploy (to run on CF) + Create destinations