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.
104
104
ENDIF .
105
105
106
106
on_event( ).
107
- mv_counter = lines ( <tab> ).
107
+
108
108
109
109
ENDMETHOD .
110
110
@@ -114,8 +114,6 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
114
114
115
115
TRY .
116
116
117
-
118
-
119
117
CREATE DATA mt_table TYPE ty_t_01.
120
118
ASSIGN mt_table->* TO <table> .
121
119
mt_comp = z2ui5_cl_util=>rtti_get_t_attri_by_any( <table> ).
@@ -124,6 +122,8 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
124
122
INTO CORRESPONDING FIELDS OF TABLE @<table>
125
123
UP TO 2 ROWS .
126
124
125
+ mv_counter = 2 .
126
+
127
127
CATCH cx_root.
128
128
ENDTRY .
129
129
@@ -135,6 +135,8 @@ CLASS z2ui5_cl_demo_app_199 IMPLEMENTATION.
135
135
ASSIGN mt_table->* TO <tab> .
136
136
APPEND LINES OF <tab> TO <tab> .
137
137
138
+ mv_counter = lines ( <tab> ).
139
+
138
140
ENDMETHOD .
139
141
140
142
ENDCLASS .
You can’t perform that action at this time.
0 commit comments