File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -359,12 +359,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
359359 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
360360 ).
361361
362- panel->generic_tile( header = 'Dynamic Objects IV'
363- subheader = 'User Generic Data Refs'
364- press = client->_event( 'ZZ2UI5_CL_DEMO_APP_328' )
365- mode = 'LineMode'
366- class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
367- ).
362+
368363
369364 panel = page->panel( expandable = abap_false
370365 expanded = abap_true
@@ -1923,6 +1918,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
19231918 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
19241919 ).
19251920
1921+ panel->generic_tile( header = 'Model IV'
1922+ subheader = 'RTTI Data'
1923+ press = client->_event( 'ZZ2UI5_CL_DEMO_APP_328' )
1924+ mode = 'LineMode'
1925+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1926+ ).
1927+
1928+
19261929 panel->generic_tile( header = 'Date Format Error in internal table'
19271930 subheader = ''
19281931 press = client->_event( 'Z2UI5_CL_DEMO_APP_118' )
You can’t perform that action at this time.
0 commit comments