We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314d788 commit 2d2f486Copy full SHA for 2d2f486
src/zabapgit_exception_test.prog.abap
@@ -6,9 +6,11 @@ ENDFORM.
6
7
START-OF-SELECTION.
8
9
+ DATA error TYPE REF TO zcx_abapgit_exception.
10
+
11
TRY.
12
PERFORM run.
- CATCH zcx_abapgit_exception INTO DATA(error).
13
+ CATCH zcx_abapgit_exception INTO error.
14
" Display variable ERROR in the debugger and then "Show trigger location"
15
BREAK-POINT.
16
ENDTRY.
0 commit comments