We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675b060 commit b8242a0Copy full SHA for b8242a0
src/z2ui5_cl_demo_app_269.clas.abap
@@ -18,7 +18,19 @@ CLASS z2ui5_cl_demo_app_269 IMPLEMENTATION.
18
showCopilot = abap_true
19
showSearch = abap_true
20
showNotifications = abap_true
21
- notificationsNumber = `2` ).
+ notificationsNumber = `2`
22
+ )->_generic( name = `menu`
23
+ ns = `f`
24
+ )->_generic( name = `Menu`
25
+ )->menu_item( text = `Flight booking`
26
+ icon = `sap-icon://flight`
27
+ )->menu_item( text = `Car rental`
28
+ icon = `sap-icon://car-rental`
29
+ )->get_parent(
30
31
+ )->_generic( name = `profile`
32
33
+ )->avatar( initials = 'UI' ).
34
35
DATA(xml) = view->stringify( ).
36
0 commit comments