View Replacementis the most invasive extensibility technique used when extension points aren’t sufficient. It includes:
Building a completely newXML viewand mapping it via sap.ui.viewReplacements in the manifest.
Assessmentthat the available extension hooks (like controller or fragment replacements) don’t fulfill the requirement.
SAP Extensibility Guide:
“Use view replacement only if the application cannot be extended via extension points or controller hooks.”
Replacing individual controls (C, D) aligns more withcontrol replacement, not full view substitution.
[: SAPUI5 App Extensibility Guide., ===========]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit