File tree Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Original file line number Diff line number Diff line change 1
1
CLASS zcl_aoc_check_22 DEFINITION
2
2
PUBLIC
3
3
INHERITING FROM zcl_aoc_super
4
- CREATE PUBLIC .
4
+ CREATE PUBLIC .
5
5
6
6
PUBLIC SECTION .
7
7
8
- METHODS constructor.
8
+ METHODS constructor .
9
9
10
10
METHODS check
11
- REDEFINITION .
12
- METHODS get_message_text
13
- REDEFINITION .
11
+ REDEFINITION .
14
12
PROTECTED SECTION .
15
13
16
14
DATA mo_scan TYPE REF TO zcl_aoc_scan .
@@ -149,23 +147,11 @@ CLASS ZCL_AOC_CHECK_22 IMPLEMENTATION.
149
147
150
148
enable_rfc( ).
151
149
152
- ENDMETHOD .
153
-
154
-
155
- METHOD get_message_text .
156
-
157
- CLEAR p_text.
150
+ insert_scimessage(
151
+ iv_code = '001'
152
+ iv_text = 'Conditions contain identical code, &1' (m01) ).
158
153
159
- CASE p_code.
160
- WHEN '001' .
161
- p_text = 'Conditions contain identical code, &1' . "#EC NOTEXT
162
- WHEN OTHERS .
163
- super ->get_message_text( EXPORTING p_test = p_test
164
- p_code = p_code
165
- IMPORTING p_text = p_text ).
166
- ENDCASE .
167
-
168
- ENDMETHOD . "GET_MESSAGE_TEXT
154
+ ENDMETHOD .
169
155
170
156
171
157
METHOD loop .
Original file line number Diff line number Diff line change 13
13
<RSTAT >P</RSTAT >
14
14
<WITH_UNIT_TESTS >X</WITH_UNIT_TESTS >
15
15
</VSEOCLASS >
16
+ <TPOOL >
17
+ <item >
18
+ <ID >I</ID >
19
+ <KEY >M01</KEY >
20
+ <ENTRY >Conditions contain identical code, & 1</ENTRY >
21
+ <LENGTH >74</LENGTH >
22
+ </item >
23
+ </TPOOL >
16
24
<LINES >
17
25
<TLINE >
18
26
<TDFORMAT >*</TDFORMAT >
You can’t perform that action at this time.
0 commit comments