File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ CLASS Z2UI5_CL_DEMO_APP_195 IMPLEMENTATION.
6262
6363 METHOD on_init .
6464
65- mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_194' count = '10' table = 'Z2UI5_T001 ' )
66- ( id = '2' class = 'Z2UI5_CL_DEMO_APP_194' count = '20' table = 'Z2UI5_T002 ' )
67- ( id = '3' class = 'Z2UI5_CL_DEMO_APP_194' count = '30' table = 'Z2UI5_TOOL_T_001 ' )
68- ( id = '4' class = 'Z2UI5_CL_DEMO_APP_194' count = '40' table = 'Z2UI5_TOOL_T_002 ' ) ).
65+ mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_194' count = '10' table = 'Z2UI5_T_11 ' )
66+ ( id = '2' class = 'Z2UI5_CL_DEMO_APP_194' count = '20' table = 'Z2UI5_T_12 ' )
67+ ( id = '3' class = 'Z2UI5_CL_DEMO_APP_194' count = '30' table = 'Z2UI5_T_11 ' )
68+ ( id = '4' class = 'Z2UI5_CL_DEMO_APP_194' count = '40' table = 'Z2UI5_T_12 ' ) ).
6969
7070 mv_selectedkey = '1' .
7171
@@ -120,7 +120,6 @@ CLASS Z2UI5_CL_DEMO_APP_195 IMPLEMENTATION.
120120
121121 CALL METHOD mo_app->('SET_APP_DATA' )
122122 EXPORTING
123- count = t002->count
124123 table = t002->table.
125124
126125 render_main( ).
You can’t perform that action at this time.
0 commit comments