- SAP Fiori - UI5 Design Patterns
- SAP Fiori - UI5 Concepts
- SAP Fiori - Extension
- SAP Fiori - WorkFlow
- SAP Fiori - Data Flow
- SAP Fiori - Security
- SAP Fiori - Theme Designer
- SAP Fiori - Analytical Apps
- SAP Fiori - Fact Sheets
- SAP Fiori - Transactional Apps
- SAP Fiori - OData Services
- SAP Fiori - Launchpad
- SAP Fiori - Installation
- SAP Fiori - NetWeaver Gateway
- SAP Fiori - Architecture
- SAP Fiori - Introduction
- SAP Fiori - Home
SAP Fiori Useful Resources
- SAP Fiori - Discussion
- SAP Fiori - Useful Resources
- SAP Fiori - Quick Guide
- SAP Fiori - Questions and Answers
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
SAP Fiori - UI5 Design Patterns
Design Pattern is a new term in SAP UI5 development when we talk about SAP development or SAP Fiori system. SAP is working hard to find new design patterns that support development in SAP system using UI5 SDK.
SAP has released different types of design patterns −
Master-Detail
This is first step in apppcation binding and is supported by SpptApp control of SAP UI5. This design pattern supports pst of content and allows lead selection and detailed view.
Master-Master Detail
This design pattern displays the detail of a transaction in the detail section.
Example − You are placing an order onpne and you want to see a confirmation page that displays what you are buying and display detail of transaction with detailed view.
Full Screen
This design patter is mostly recommended for displaying charts, pictorial data and various types of graphs.
Multi-Flow
This design pattern is recommended when you are using a complex apppcation flow and there is a need to make use of all design patterns to build a working apppcation.
Advertisements