Marc Bernard
Marc Bernard
To implement this object type, create a PR or reopen this issue for further discussion.
Backup of stale branch `pokrakam/4786` attached here [zcl_abapgit_exit_factory.clas.zip](https://github.com/abapGit/abapGit/files/10934001/zcl_abapgit_exit_factory.clas.zip)
To implement this object type, create a PR or reopen this issue for further discussion.
Stale. Closing
Root cause: maintenance views are created only in `LATE` phase. Therefore, the `zagunittestv_single` is not created yet, when the activation of the `DDIC` phase happens leading to the error. https://github.com/abapGit/abapGit/blob/d0167ff97dcf6f90ed2721c40d194a5fb34f3ea0/src/objects/zcl_abapgit_object_view.clas.abap#L147-L152...
Another error related to TOBJ: "Error from OBJ_GENERATE" This happens if the underlying DDIC object is changed while in the same abapGit session. It was reproducible, for example, in CI...
not happening
Since https://github.com/abapGit/abapGit/pull/6229, [`get_deserialze_order`](https://docs.abapgit.org/development-guide/serializers/serializers.html) is available to be implemented. However, it's not trivial to find the correct order of InfoObjects. Not realistic. Closing
Finally got around to this. #6891 will now include the software component.
AG2 will provide an opportunity to handle it generically. No plans to change it for AG1