Skip to content

Commit ea80562

Browse files
Update Demo App (#163)
* Create z2ui5_cl_demo_app_190.clas.abap Deep Struc Sample * Create z2ui5_cl_demo_app_190.clas.xml Deep Structure * Update z2ui5_cl_demo_app_190.clas.xml Deep Structure * Create z2ui5_cl_demo_app_191.clas.abap Deep Structure * Create z2ui5_cl_demo_app_191.clas.xml Deep Structure * Update z2ui5_cl_demo_app_191.clas.xml Deep Structure * Update z2ui5_cl_demo_app_190.clas.abap Deep Structure --------- Co-authored-by: oblomov <[email protected]>
1 parent 1e97ad7 commit ea80562

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/z2ui5_cl_demo_app_190.clas.abap

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ CLASS z2ui5_cl_demo_app_190 IMPLEMENTATION.
114114
ENDMETHOD.
115115

116116
METHOD set_app_data.
117-
" TODO: parameter COUNT is never used (ABAP cleaner)
118-
119117
mv_table = table.
120118
ENDMETHOD.
121119

@@ -152,7 +150,6 @@ CLASS z2ui5_cl_demo_app_190 IMPLEMENTATION.
152150
ASSIGN mt_table_tmp->* TO <table_tmp>.
153151

154152
<table_tmp> = <table>.
155-
156153
get_fixval( ).
157154

158155
ENDMETHOD.

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_190' count = '10' table = 'Z2UI5_T001')
66-
( id = '2' class = 'Z2UI5_CL_DEMO_APP_190' count = '12' table = 'Z2UI5_T002')
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')
6767
).
6868

6969
mv_selectedkey = '1'.

0 commit comments

Comments
 (0)