mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
CHKO et al.: Raise if deleting TADIR fails (#5337)
This behavior will be defined centrally in #5263. But for now, just raise if something with the TADIR fails.
This commit is contained in:
parent
a4a13e56f7
commit
9ddad8b559
|
@ -102,6 +102,7 @@ CLASS zcl_abapgit_object_common_aff IMPLEMENTATION.
|
||||||
wi_tadir_devclass = ms_item-devclass
|
wi_tadir_devclass = ms_item-devclass
|
||||||
wi_test_modus = abap_false.
|
wi_test_modus = abap_false.
|
||||||
IF sy-subrc <> 0.
|
IF sy-subrc <> 0.
|
||||||
|
zcx_abapgit_exception=>raise_t100( ).
|
||||||
ENDIF.
|
ENDIF.
|
||||||
|
|
||||||
CATCH cx_root INTO lx_error.
|
CATCH cx_root INTO lx_error.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user