fix syntax error

This commit is contained in:
larshp 2017-10-01 10:41:15 +00:00
parent c39a1e0279
commit 6a1beb8e05

View File

@ -139,7 +139,7 @@ CLASS lcl_object_w3super IMPLEMENTATION.
OTHERS = 1.
IF sy-subrc <> 0.
lcx_exception=>raise( 'error from ABAP4_CALL_TRANSACTION, SE35' ).
zcx_abapgit_exception=>raise( 'error from ABAP4_CALL_TRANSACTION, SE35' ).
ENDIF.
ENDMETHOD. "jump