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.
62
62
63
63
METHOD on_init .
64
64
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 ' ) ).
69
69
70
70
mv_selectedkey = '1' .
71
71
@@ -120,7 +120,6 @@ CLASS Z2UI5_CL_DEMO_APP_195 IMPLEMENTATION.
120
120
121
121
CALL METHOD mo_app->('SET_APP_DATA' )
122
122
EXPORTING
123
- count = t002->count
124
123
table = t002->table.
125
124
126
125
render_main( ).
You can’t perform that action at this time.
0 commit comments