Marc Bernard
Marc Bernard
Currently, each object class is responsible for managing the TADIR entries and adding objects to transports. A majority of issues identified by CI tests were related to incorrect or missing...
Documentation types supported by abapGit: ``` CL Class IF Interface ``` Not supported: ``` CA Class attribute CE Class event CO Class method IA Interface attribute IE Interface event IO...
When trying to release a transport after deleting `SPRX` which contains at least one `TABL` reference, you get a warning popup:  Not a problem in general, but because of...
https://github.com/abapGit-tests/PDTS.git Results on 7.54:  
Currently abapGit contains both, pragmas and pseudo comments 1. Should we remove or replace all pseudo comments? Example: ```abap EXCEPTIONS OTHERS = 1 ##FM_SUBRC_OK. "#EC CI_SUBRC ``` 2. Should we...
SOTS and SOTR may exist once per package and will contain short/long texts of other objects (like enhancement implementations). However, they are handled differently in abapGit.  - SOTR (Short...
CDS views can have cyclical dependencies. Currently, standard SAP is not able to handle such activation scenarios. https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abencds_cycle_problems.htm Test cases for abapGit: - https://github.com/abapGit-tests/DDLS_cyclic (primary) - https://github.com/abapGit-tests/DDLS_dependency Error raised by...
Test repo: https://github.com/abapGit-tests/SHI3.git 1. Serialize to transportable package (like `Z___SHI3`)  2. Release transport "Error in pre-export methods for request" Ref: https://github.com/abapGit/abapGit/issues/3077, https://github.com/abapGit/abapGit/pull/3200, https://github.com/abapGit/abapGit/issues/4210 3. Fix the transport After running...
It's possible to configure error pages for services in tx SICF. These are not serialized:  The XML will just include the pointer to the OTR concept:  The texts...
Test https://github.com/abapGit-tests/FUGR_maintenance_view_variant.git fails Deserializing in AG leads to the following errors:  The following manual steps get everything done: 1. Table `ZAGUNITTEST` is only partially acitve > Activate it 2....