File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -17,20 +17,12 @@ CLASS zcx_error DEFINITION
17
17
if_t100_dyn_msg,
18
18
if_t100_message.
19
19
20
- TYPES :
21
- BEGIN OF ty_scr_info,
22
- program TYPE progname,
23
- include TYPE progname,
24
- line TYPE i ,
25
- END OF ty_scr_info.
26
-
27
20
"! Black Hole
28
21
"! Can be used for MESSAGE ... INTO null
29
22
CLASS-DATA null TYPE string ##NEEDED .
30
23
31
24
DATA longtext TYPE string READ-ONLY .
32
25
DATA callstack TYPE abap_callstack READ-ONLY .
33
- DATA src_info TYPE ty_scr_info READ-ONLY .
34
26
35
27
METHODS constructor
36
28
IMPORTING
@@ -134,13 +126,6 @@ CLASS zcx_error IMPLEMENTATION.
134
126
135
127
save_callstack( ).
136
128
137
- " Save for debugger
138
- get_source_position(
139
- IMPORTING
140
- program_name = src_info-program
141
- include_name = src_info-include
142
- source_line = src_info-line ).
143
-
144
129
ENDMETHOD .
145
130
146
131
You can’t perform that action at this time.
0 commit comments