Skip to content

Commit 2d2f486

Browse files
committed
Downport
1 parent 314d788 commit 2d2f486

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/zabapgit_exception_test.prog.abap

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ ENDFORM.
66

77
START-OF-SELECTION.
88

9+
DATA error TYPE REF TO zcx_abapgit_exception.
10+
911
TRY.
1012
PERFORM run.
11-
CATCH zcx_abapgit_exception INTO DATA(error).
13+
CATCH zcx_abapgit_exception INTO error.
1214
" Display variable ERROR in the debugger and then "Show trigger location"
1315
BREAK-POINT.
1416
ENDTRY.

0 commit comments

Comments
 (0)