Marc Bernard

Results 464 comments of Marc Bernard

Yes. this is due to the inconsistent behavior of SAP objects. When being deleted, some objects set the `delflag` in `tadir`, some in `e071`, some in both, and some in...

https://github.com/abapGit/abapGit/blob/96cd546c7ee129fb63180107f8623aab3dfe0923/src/cts/zcl_abapgit_transport.clas.abap#L279-L285 Yes, the `if` is not correct. It should add an entry to `rt_tadir` in any case. `ls_tadir` will be initial if the object is already deleted completely. you will...

already addressed in https://github.com/abapGit/abapGit/pull/5575 (but not completed yet)

Closed by https://github.com/abapGit/abapGit/pull/5755

For reference: https://docs.abapgit.org/ref-packages.html#transports (this might need more details when it comes to namespaces, PRs welcome) In general, the software component can be different in the target system depending on how...

After discussing with Ed and thinking about it some more, I conclude that custom software components (SWC) should be part of repositories. A SWC is required when building SAP-certified add-ons...

SWC doesn't have to be in the package xml. it should be derived automatically when the packages are created first along the following path: namespace (swc) > root package >...

that contradicts the assumption that namespace = swc that you mentioned at the beginning here.... hmmm If I understand it right you have in your dev environment the following: -...