mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00
SMIM: Record deletion of objects in transport (#5975)
This commit is contained in:
parent
f009ec0f6f
commit
82250202f4
|
@ -148,6 +148,8 @@ CLASS zcl_abapgit_object_smim IMPLEMENTATION.
|
||||||
TRY.
|
TRY.
|
||||||
get_url_for_io( IMPORTING ev_url = lv_url ).
|
get_url_for_io( IMPORTING ev_url = lv_url ).
|
||||||
CATCH zcx_abapgit_not_found.
|
CATCH zcx_abapgit_not_found.
|
||||||
|
" Deleted already (maybe by "folder with children") but record deletion in transport
|
||||||
|
corr_insert( iv_package ).
|
||||||
RETURN.
|
RETURN.
|
||||||
ENDTRY.
|
ENDTRY.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user