English 中文(简体)
SAP Fiori - UI5 Design Patterns
  • 时间:2025-01-05

SAP Fiori - UI5 Design Patterns


Previous Page Next Page  

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