We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea80562 commit c2feda7Copy full SHA for c2feda7
src/z2ui5_cl_demo_app_191.clas.abap
@@ -62,8 +62,8 @@ CLASS Z2UI5_CL_DEMO_APP_191 IMPLEMENTATION.
62
63
METHOD on_init.
64
65
- mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_191' count = '10' table = 'Z2UI5_T001')
66
- ( id = '2' class = 'Z2UI5_CL_DEMO_APP_191' count = '12' table = 'Z2UI5_T002')
+ mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_190' count = '10' table = 'Z2UI5_T001')
+ ( id = '2' class = 'Z2UI5_CL_DEMO_APP_190' count = '12' table = 'Z2UI5_T002')
67
).
68
69
mv_selectedkey = '1'.
0 commit comments