mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
SOTS: Uninstall with usage reference (#4687)
* SOTS: Uninstall with usage reference Remove usage references of `SOTS` texts during uninstall * Add comment Co-authored-by: Lars Hvam <larshp@hotmail.com> Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
cea83ffb86
commit
607ac4f3ab
|
@ -185,6 +185,8 @@ CLASS zcl_abapgit_object_sots IMPLEMENTATION.
|
|||
lt_sots = read_sots( ).
|
||||
|
||||
LOOP AT lt_sots ASSIGNING <ls_sots>.
|
||||
" Remove any usage to ensure deletion, see function module BTFR_CHECK
|
||||
DELETE FROM sotr_useu WHERE concept = <ls_sots>-header-concept.
|
||||
|
||||
CALL FUNCTION 'BTFR_DELETE_SINGLE_TEXT'
|
||||
EXPORTING
|
||||
|
|
Loading…
Reference in New Issue
Block a user