Skip to content

Commit c2feda7

Browse files
authored
Update z2ui5_cl_demo_app_191.clas.abap (#164)
Update Sample
1 parent ea80562 commit c2feda7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/z2ui5_cl_demo_app_191.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ CLASS Z2UI5_CL_DEMO_APP_191 IMPLEMENTATION.
6262

6363
METHOD on_init.
6464

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')
65+
mt_t002 = VALUE #( ( id = '1' class = 'Z2UI5_CL_DEMO_APP_190' count = '10' table = 'Z2UI5_T001')
66+
( id = '2' class = 'Z2UI5_CL_DEMO_APP_190' count = '12' table = 'Z2UI5_T002')
6767
).
6868

6969
mv_selectedkey = '1'.

0 commit comments

Comments
 (0)