Skip to content

Commit 5cac3c9

Browse files
committed
Added sapui5 flexibility key user adaptation tutorials
1 parent f67ea23 commit 5cac3c9

51 files changed

Lines changed: 367 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
314 KB
Loading
Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,111 @@
1+
---
2+
author_name: Vitor Seifert
3+
author_profile: https://github.com/VitorSAP
4+
parser: v2
5+
auto_validation: true
6+
time: 10
7+
tags: [ tutorial>beginner, software-product>sap-fiori]
8+
primary_tag: programming-tool>sapui5
9+
---
10+
11+
# Key User Adaptation for SAPUI5 Applications - Introduction
12+
<!-- description --> Adapt the user interface of an SAPUI5 app for other users with the key user adaptation feature of SAPUI5 flexibility.
13+
14+
## You will learn
15+
- How to change the UI of an SAPUI5 Fiori app.
16+
- How to activate a new app version with your changes.
17+
- How to restore the original app.
18+
19+
## Intro
20+
Different users work with SAPUI5 applications differently - e.g. depending on which role they have. Ideally, an end user should only see what is relevant for their work in the most intuitive way possible. Since this can greatly vary for each business, **key users** can tailor an app according to different needs. They know what the end users need from the application but don't necessarily have a technical background. With [key user adaptation](https://help.sap.com/docs/UI5_FLEXIBILITY/430e2c1a4ff241bc8162df4bf51e0730/328a550137344514ae085b924180d078.html?language=en-US), they can change the user interface of SAPUI5 Fiori apps directly in the Fiori launchpad intuitively and without having to write new code. In this tutorial you will get to try out key user adaptation in a demo app.
21+
22+
---
23+
24+
### Start key user adaptation
25+
26+
1. Go to the [SAPUI5 Demo Kit](https://ui5.sap.com/#/demoapps), and open the **Key User Adaptation** demo app under *SAPUI5 Flexibility Demo Apps*.
27+
28+
2. Go to the user actions menu of the app (in this demo app you are the *Default User*).
29+
30+
![User actions menu](step1-useractionsmenu.png)
31+
32+
3. Choose **Adapt UI**. In real apps, only key users with specific authorization see this option.
33+
34+
![UI Adaptation](step1-uiadaptation.png)
35+
36+
4. Well done! Your app is now ready to be adapted. Make sure that *Original App* is selected on the top left (in the toolbar) - if you never made any adaptations to this app, this will be the default case.
37+
38+
![UI Adaptation started](step1-uiadaptation2.png)
39+
40+
41+
> On real SAPUI5 applications, this flow is the same - but to enable *Adapt UI* some conditions need to be fulfilled. Please follow [this link](https://help.sap.com/docs/UI5_FLEXIBILITY/430e2c1a4ff241bc8162df4bf51e0730/328a550137344514ae085b924180d078.html?language=en-US#platform-specific-documentation-on-key-user-adaptation) to find the right documentation for your platform.
42+
43+
### Rename a field
44+
45+
1. Right-click on a field.
46+
47+
2. Select **Rename**
48+
49+
![Rename](step2-rename1.png)
50+
51+
3. The field name is highlighted in blue. Overwrite the text.
52+
53+
![Overwrite text](step2-rename2.png)
54+
55+
4. Click anywhere outside the field to confirm your change.
56+
57+
>You can also start a rename by double-clicking on the field text.
58+
59+
### Move a field
60+
61+
1. You can easily move fields by using drag and drop. Move the field *Company Name* to the end of the group as shown below.
62+
63+
![DragDrop](step3-dragdrop.png)
64+
65+
> Many types of controls can be moved using drag & drop (the mouse cursor changes when you hover over them).
66+
67+
2. You can also move controls using **Cut** and **Paste** on the context menu.
68+
69+
![Cut](step3-move1.png)
70+
![Paste](step3-move2.png)
71+
72+
### Activate your version and exit key user adaptation
73+
74+
1. Press the **Activate New Version** button in the toolbar.
75+
76+
![Save](step4-activate.png)
77+
78+
2. Enter a name for your version, e.g. "My First Version" and press **Confirm**.
79+
80+
![Enter Version Name](step4-newversionname.png)
81+
82+
> If you just want to save your changes without making them visible to other users yet, simply press **Save** on the toolbar. The changes will then be saved to the *Draft*.
83+
84+
3. Now press the **Exit** button in the toolbar to leave key user adaptation.
85+
86+
![Exit](step4-exit.png)
87+
88+
---
89+
90+
Congratulations! You just made your first key user adaptations and activated your first version. In a real system, all end users would see your version of the app: a tailored UI of the Manage Products app to work more efficiently.
91+
92+
>Notice that, if you reload the app, your changes will still be there.
93+
94+
### Restoring the app to its original state
95+
96+
1. Start key user adaptation again (like in Step 1).
97+
98+
2. On the Version drop down (left side of the toolbar), select *Original App*.
99+
100+
![Original App](step5-originalapp.png)
101+
102+
3. Now press **Activate New Version**, enter a suitable name like "Back to Original App" and press **Confirm**.
103+
104+
![Reset](step5-backtooriginalapp.png)
105+
106+
4. Finally, press the **Exit** button in the toolbar to leave key user adaptation.
107+
108+
109+
Now the application is back to how it originally was. Feel free to try out other functions before moving to the next tutorial, where you will learn more details on how key user adaptation works and what it can achieve.
110+
111+
>For the SAPUI5 Demokit apps, the key user changes are saved in your browser's local storage. If you create too many versions and want to get a clean state, you can remove all entries starting with *sap.ui.fl* from your browser's local storage.
43.6 KB
Loading
126 KB
Loading
117 KB
Loading
42.2 KB
Loading
22.6 KB
Loading
26.5 KB
Loading
37.1 KB
Loading
40.5 KB
Loading

0 commit comments

Comments
 (0)