Overview
Editing in a modal dialog is the preferred method when more than one item or attribute needs to be edited. The dialog control (sap.m.Dialog) interrupts the current app process so that the user can focus on the creation process. Dialogs can be triggered from any part of the product without switching of context.
Editing an item via a modal dialog
When to Use
Recommended
- Use to edit an entity's attributes.
- When focus on the editing process is needed.
- Use dialog editing for mass editing.
- Use form field validation to make users aware of any errors.
Not Recommended
- Avoid using dialog with a wizard for editing.
- Avoid using dialog editing for an entity when the page context is needed. Use a Flexible Column Layout instead.
See also:
Anatomy
See also:
Visual Design Wiki - Page (Fiori 3)
Visual Design Wiki - Dialog (Fiori 3)
Fiori Design Guideline - Select
Actions
The footer contains actions that allow users to save the edited information or to interrupt the process. SAP has defined naming conventions for the most common core actions that are used across all applications and lines of business. See the table below.