File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 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.
151151 mode = 'LineMode'
152152 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom' ).
153153
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 ' )
158158 mode = 'LineMode'
159159 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
160160 ).
161161
162- panel->generic_tile(
163- header = 'Facet Filteer - Events (t_arg) with Objects '
162+ panel->generic_tile(
163+ header = 'Follow Up Action '
164164 subheader = ``
165- press = client->_event( 'Z2UI5_CL_DEMO_APP_197 ' )
165+ press = client->_event( 'Z2UI5_CL_DEMO_APP_180 ' )
166166 mode = 'LineMode'
167167 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
168168 ).
169169
170+
171+
170172 panel = page->panel(
171173 expandable = abap_false
172174 expanded = abap_true
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ CLASS Z2UI5_CL_DEMO_APP_197 IMPLEMENTATION.
4040
4141 METHOD z2ui5_display_view .
4242
43- DATA (view ) = z2ui5_cl_xml_view=>factory( ).
43+ DATA (view ) = z2ui5_cl_xml_view=>factory( )->shell( ) .
4444
4545 DATA (page ) = view->page( id = `page_main`
4646 title = 'abap2UI5 - List Report Features'
You can’t perform that action at this time.
0 commit comments