mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 04:36:49 +08:00
fix syntax error
This commit is contained in:
parent
c39a1e0279
commit
6a1beb8e05
|
@ -139,7 +139,7 @@ CLASS lcl_object_w3super IMPLEMENTATION.
|
||||||
OTHERS = 1.
|
OTHERS = 1.
|
||||||
|
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
lcx_exception=>raise( 'error from ABAP4_CALL_TRANSACTION, SE35' ).
|
zcx_abapgit_exception=>raise( 'error from ABAP4_CALL_TRANSACTION, SE35' ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
ENDMETHOD. "jump
|
ENDMETHOD. "jump
|
||||||
|
|
Loading…
Reference in New Issue
Block a user