Skip to content

Commit 60890e7

Browse files
abapsheepViktor Hoffmann
andauthored
Model IV added to Sample_000 (#511)
Co-authored-by: Viktor Hoffmann <viktor.hoffmann@swisskrono.com>
1 parent b87831e commit 60890e7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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' )

0 commit comments

Comments
 (0)