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'.
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user