File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ CLASS z2ui5_cl_demo_app_000 DEFINITION PUBLIC.
33 PUBLIC SECTION .
44 INTERFACES z2ui5_if_app.
55
6- "test
76 DATA :
87 BEGIN OF ms_check_expanded,
98 basics TYPE abap_bool ,
@@ -1979,6 +1978,13 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
19791978 ).
19801979 panel->generic_tile( header = 'Model XII'
19811980 subheader = 'Many Sub Objects with Ref'
1981+ press = client->_event( 'Z2UI5_CL_DEMO_APP_344' )
1982+ mode = 'LineMode'
1983+ class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
1984+ ).
1985+
1986+ panel->generic_tile( header = 'Model XIII'
1987+ subheader = 'Check Error if Binding with Ref'
19821988 press = client->_event( 'Z2UI5_CL_DEMO_APP_343' )
19831989 mode = 'LineMode'
19841990 class = 'sapUiTinyMarginEnd sapUiTinyMarginBottom'
You can’t perform that action at this time.
0 commit comments