Skip to content

Commit 7dde113

Browse files
committed
Update min version
1 parent a010648 commit 7dde113

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.abapgit.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
33
<asx:values>
44
<DATA>
5+
<NAME>error</NAME>
56
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
67
<STARTING_FOLDER>/src/</STARTING_FOLDER>
78
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
89
<REQUIREMENTS>
910
<item>
1011
<COMPONENT>SAP_BASIS</COMPONENT>
11-
<MIN_RELEASE>740</MIN_RELEASE>
12+
<MIN_RELEASE>750</MIN_RELEASE>
1213
</item>
1314
</REQUIREMENTS>
15+
<VERSION_CONSTANT>ZCX_ERROR=&gt;C_VERSION</VERSION_CONSTANT>
1416
</DATA>
1517
</asx:values>
1618
</asx:abap>

src/zcx_error.clas.abap

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ CLASS zcx_error DEFINITION
1717
if_t100_dyn_msg,
1818
if_t100_message.
1919

20-
" Used for MESSAGE ... INTO null
20+
"! Black Hole
21+
"! Can be used for MESSAGE ... INTO null
2122
CLASS-DATA null TYPE string ##NEEDED.
2223

2324
DATA longtext TYPE string READ-ONLY.

0 commit comments

Comments
 (0)