mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
bugfix, allow uninstall with unsupported types
This commit is contained in:
parent
764e9ce5ef
commit
f0a11705e8
|
@ -466,9 +466,11 @@ CLASS lcl_objects IMPLEMENTATION.
|
|||
DATA: li_obj TYPE REF TO lif_object.
|
||||
|
||||
|
||||
li_obj = create_object( is_item = is_item
|
||||
iv_language = gc_english ).
|
||||
li_obj->delete( ).
|
||||
IF is_supported( is_item ) = abap_true.
|
||||
li_obj = create_object( is_item = is_item
|
||||
iv_language = gc_english ).
|
||||
li_obj->delete( ).
|
||||
ENDIF.
|
||||
|
||||
ENDMETHOD. "delete
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user