Key User Adaptation for SAPUI5 Applications - UI Changes and Modes
Learn more about the key user adaptation feature of SAPUI5 flexibility while trying different actions.
You will learn
- What are UI changes and where to create them.
- The processes of adding, removing, combining, and splitting elements.
- The different modes: adaptation, navigation and visualization.
Everything that you adapt in the application is saved as a UI change. These changes are applied on top of the original application, meaning that you can’t break anything and all changes can be easily reverted. If the application is updated, your UI changes are still valid. UI changes should be made in an environment where they can be properly tested before reaching productive users - this is typically a quality system. Once the changes are validated, they can be transported to a productive environment.
As changes can be interdependent, never make changes for the same application in different systems to avoid conflicts!
In the next steps you will learn how to create other UI changes and see more features of key user adaptation.