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.
Link to SAPUI5 Demokit
https://sapui5.hana.ondemand.com/
Github link…
https://github.com/miltonchandradas/uidemo
Running app in CF (Watch this video first):
https://youtu.be/9zcKwH1XR7w
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/uidemo
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
Download
0 formats
No download links available.
Part 3: SAPUI5 Tutorials (Data binding 3 - Github and Visual Studio Code) | NatokHD