abapGit/abapGit-Plugins

Generic plugin does not remove TADIR-entry

Closed this issue · 5 comments

  • Create BOPF object
  • use uninstall option
    => BOPF object gone, TADIR remains

see similar issue abapGit/abapGit#114 and proposed solution

looks like this is actually implemented
https://github.com/larshp/abapGit-Plugins/blob/0aa743e2c46b66bbda3d7c14e52318dc06278a63/zcl_abapgit_object_by_sobj.clas.abap#L82

now that abapGit/abapGit#114 is closed it is also possible to set delete_tadir in the metadata, and abapGit will handle the deletion

but I guess the current implementation is also okay? @mrsimpson

Even if it was implemented properly (which I doubt), I'd favor to use an option offered by the enclosing framework, if that exists. Need to get my system up and running, so it seems...

fixed, see above commit

fixed, see previous comments, set

rs_metadata-delete_tadir = abap_true.