File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
104104 ENDIF .
105105
106106 on_event( ).
107- mv_counter = lines ( <tab> ).
107+
108108
109109 ENDMETHOD .
110110
@@ -114,8 +114,6 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
114114
115115 TRY .
116116
117-
118-
119117 CREATE DATA mt_table TYPE ty_t_01.
120118 ASSIGN mt_table->* TO <table> .
121119 mt_comp = z2ui5_cl_util=>rtti_get_t_attri_by_any( <table> ).
@@ -124,6 +122,8 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
124122 INTO CORRESPONDING FIELDS OF TABLE @<table>
125123 UP TO 2 ROWS .
126124
125+ mv_counter = 2 .
126+
127127 CATCH cx_root.
128128 ENDTRY .
129129
@@ -135,6 +135,8 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
135135 ASSIGN mt_table->* TO <tab> .
136136 APPEND LINES OF <tab> TO <tab> .
137137
138+ mv_counter = lines ( <tab> ).
139+
138140 ENDMETHOD .
139141
140142ENDCLASS .
You can’t perform that action at this time.
0 commit comments