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.
359
359
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
360
360
).
361
361
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
+
368
363
369
364
panel = page->panel( expandable = abap_false
370
365
expanded = abap_true
@@ -1923,6 +1918,14 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
1923
1918
class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1924
1919
).
1925
1920
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
+
1926
1929
panel->generic_tile( header = 'Date Format Error in internal table'
1927
1930
subheader = ''
1928
1931
press = client->_event( 'Z2UI5_CL_DEMO_APP_118' )
You can’t perform that action at this time.
0 commit comments