A set of step-by-step learning tutorials for SAP UI5 beginners
Tutorial Directory
- SAP local development environment16214de590b1d7
- of the SAP UI5 Beginners Tutorials: Hello World
- SAP UI5 Beginners Tutorial Part 2: The Bootstrap Process of SAP UI5 Bootstrap
- SAP UI5 Beginners Tutorial 3: Getting Started with the First SAP
- SAP UI5 Beginners Tutorial No. 4: A Preliminary Study of XML Views
- SAP UI5 Beginners Tutorial Part 5: A Preliminary Exploration of View Controllers
- SAP UI5 Beginners Tutorial Six - Understanding the Concept of Modules in SAP
- SAP UI5 Beginner Tutorial Part 7 - A Preliminary Study of JSON Model
- SAP UI5 Beginners Tutorial No. 8 - Multilingual Support
- SAP UI5 Beginners Tutorial No. 9 - Creating Your First Component
- SAP UI5 Beginner Tutorial No. 10 - What is the Descriptor Descriptor for SAP UI5 Application
- SAP UI5 Beginners Tutorial Eleven: SAP UI5 Container Class Controls Page and Panel
- SAP UI5 Beginners Tutorial Part 12 - Using CSS Classes to Further Beautify
- SAP UI5 Beginner Tutorial Part 13 - How to Add Custom CSS Classes
- SAP UI5 Beginners Tutorial No. 14 - How to Use Embedded Views
- SAP UI5 Beginners Tutorial Part 15 - How to Use Dialog Boxes and Fragments
- SAP UI5 Beginners Tutorial Sixteen - The Use of
- SAP UI5 Beginners Tutorial No. 17 - Use of Aggregate Binding in Composite Controls16214de590bb4a
- SAP UI5 Beginners Tutorial Eighteen - Special Symbols in SAP UI5 Data Binding Syntax, and Detailed Explanation of Absolute Binding and Relative Binding Concepts
- SAP UI5 Beginners Tutorial No. 19 - SAP UI5 Data Types and Complex Data
illustrate
Jerry has been in touch with SAP UI5 since joining the CRM Fiori development team of SAP Chengdu Research Institute in 2014. He has published many articles on the working principle and source code analysis of SAP UI5 in the SAP community and the WeChat public account "Wang Zixi".
In Jerry's article , newbies who know nothing about SAP UI5, which materials are better to start with? once mentioned that Jerry has also come all the way from SAP UI5 rookie, and knows that it is not easy for developers with only ABAP development background to transform to SAP UI5 development field, so I designed this study for SAP UI5 beginners in my spare time. The tutorial divides the process of developing a complete SAP UI5 application into several steps, and strives to cover all the knowledge points involved in each step. These knowledge points may not be as in-depth as my UI5 source code analysis series articles, but strive to be easy to understand and easy for SAP UI5 beginners to understand.
The source code of each step of this tutorial is stored in my Github , identified by folders 01, 02, 03 and so on.
Each step builds on the previous step with several new features added. It is recommended for beginners with zero foundation or little knowledge of SAP UI5 to learn step by step from the first step in order, download these codes to the local, cooperate with the text explanation of the tutorial, and do it yourself to deepen your understanding.
If you have any questions about each step of the tutorial, you are welcome to comment and leave a message in the article corresponding to the steps of the tutorial.
In the previous step of this tutorial SAP UI5 Beginner Tutorial No. 19 - SAP UI5 Data Types and Complex Data Binding , we have developed a list of invoices with amount and currency display, the effect is as shown below:
In this step we continue to add some additional effects to this list of invoices. If the invoice amount is greater than 50, highlight the amount in red.
Results as shown below:
The following are the detailed implementation steps and principle analysis.
This article ) will introduce the syntax and implementation principles of SAP UI5 expression binding in detail, as well as the CSS implementation of List red highlighting.
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。