Skip to content

Commit 57b82a1

Browse files
abapsheepViktor Hoffmannoblomov-dev
authored
RTTI Update (#509)
* Update * Update Sample RTTI+Sub APP * Update RTTI Samples * Update * RTTI Sample --------- Co-authored-by: Viktor Hoffmann <viktor.hoffmann@swisskrono.com> Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
1 parent e263551 commit 57b82a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/z2ui5_cl_demo_app_195.clas.abap

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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( ).

0 commit comments

Comments
 (0)