mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
SHI3: Fix "IMG structure ID still used" (#3873)
Closes #3869 Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
f0208ae883
commit
53bb303272
|
@ -167,11 +167,9 @@ CLASS ZCL_ABAPGIT_OBJECT_SHI3 IMPLEMENTATION.
|
|||
|
||||
CONSTANTS lc_activity_delete_06 TYPE activ_auth VALUE '06'.
|
||||
|
||||
TRY.
|
||||
me->zif_abapgit_object~exists( ).
|
||||
CATCH zcx_abapgit_exception.
|
||||
IF zif_abapgit_object~exists( ) = abap_true.
|
||||
RETURN.
|
||||
ENDTRY.
|
||||
ENDIF.
|
||||
|
||||
has_authorization( iv_structure_id = mv_tree_id
|
||||
iv_devclass = ms_item-devclass
|
||||
|
|
Loading…
Reference in New Issue
Block a user