File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -151,22 +151,24 @@ CLASS Z2UI5_CL_DEMO_APP_000 IMPLEMENTATION.
151
151
mode = 'LineMode'
152
152
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).
153
153
154
- panel->generic_tile(
155
- header = 'Follow Up Action '
156
- subheader = ``
157
- press = client->_event( 'Z2UI5_CL_DEMO_APP_180 ' )
154
+ panel->generic_tile(
155
+ header = 'Event IV '
156
+ subheader = `Facet Filter - T_arg with Objects `
157
+ press = client->_event( 'Z2UI5_CL_DEMO_APP_197 ' )
158
158
mode = 'LineMode'
159
159
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
160
160
).
161
161
162
- panel->generic_tile(
163
- header = 'Facet Filteer - Events (t_arg) with Objects '
162
+ panel->generic_tile(
163
+ header = 'Follow Up Action '
164
164
subheader = ``
165
- press = client->_event( 'Z2UI5_CL_DEMO_APP_197 ' )
165
+ press = client->_event( 'Z2UI5_CL_DEMO_APP_180 ' )
166
166
mode = 'LineMode'
167
167
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
168
168
).
169
169
170
+
171
+
170
172
panel = page->panel(
171
173
expandable = abap_false
172
174
expanded = abap_true
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_197 IMPLEMENTATION.
40
40
41
41
METHOD z2ui5_display_view .
42
42
43
- DATA (view ) = z2ui5_cl_xml_view=>factory( ).
43
+ DATA (view ) = z2ui5_cl_xml_view=>factory( )->shell( ) .
44
44
45
45
DATA (page ) = view->page( id = `page_main`
46
46
title = 'abap2UI5 - List Report Features'
You can’t perform that action at this time.
0 commit comments