SHI3: Fix "IMG structure ID still used" (#3873)

Closes #3869

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2020-09-11 23:18:16 -04:00 committed by GitHub
parent f0208ae883
commit 53bb303272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,11 +167,9 @@ CLASS ZCL_ABAPGIT_OBJECT_SHI3 IMPLEMENTATION.
CONSTANTS lc_activity_delete_06 TYPE activ_auth VALUE '06'. CONSTANTS lc_activity_delete_06 TYPE activ_auth VALUE '06'.
TRY. IF zif_abapgit_object~exists( ) = abap_true.
me->zif_abapgit_object~exists( ).
CATCH zcx_abapgit_exception.
RETURN. RETURN.
ENDTRY. ENDIF.
has_authorization( iv_structure_id = mv_tree_id has_authorization( iv_structure_id = mv_tree_id
iv_devclass = ms_item-devclass iv_devclass = ms_item-devclass