mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
DDLS: deletes remaining TADIR entry during delete (#6745)
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
75ecfdaffe
commit
7801eb8d9c
|
@ -256,6 +256,14 @@ CLASS zcl_abapgit_object_ddls IMPLEMENTATION.
|
|||
|
||||
corr_insert( iv_package ).
|
||||
|
||||
" rebuild object list to delete remaining TADIR entry
|
||||
CALL FUNCTION 'WB_TREE_UPDATE_OBJECTLIST'
|
||||
EXPORTING
|
||||
p_object_type = 'DF'
|
||||
p_object_name = ms_item-obj_name
|
||||
p_operation = 'DELETE'
|
||||
EXCEPTIONS
|
||||
OTHERS = 0.
|
||||
ENDMETHOD.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user