SAP Fiori Elements Extension Points
SAP Fiori Elements extension points are defined hooks within SAP Fiori elements-based apps that allow developers to customize and extend standard page templates — such as List Report and Object Page — without modifying the framework itself. Developers use them to add custom columns to tables, inject dynamic side content into Object Page sections, implement app-specific actions, and introduce other UI adaptations beyond what the standard annotations provide. These extensions are applied through app extensions and can be combined with building blocks for OData V4 apps to compose richer, reusable UI fragments within the extended areas.
Docs explaining this concept
- Doc Actions
- Doc Adding Custom Actions Using Extension Points
- Doc Adding Custom Columns to Tables
- Doc Adding Dynamic Side Content to Object Page Sections
- Doc Adding a Custom Section to an Object Page
- Doc Building Blocks
- Doc Details of Extension Functions Used for Extending Delivered Apps
- Doc Enabling Actions Added Using Extension Points