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:
Albert Mink 2022-02-08 09:34:11 +01:00 committed by GitHub
parent a4a13e56f7
commit 9ddad8b559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.