Marc Bernard

Results 139 issues of 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...

serialization
refactoring
discussion

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...

serialization
new feature

When trying to release a transport after deleting `SPRX` which contains at least one `TABL` reference, you get a warning popup: ![image](https://user-images.githubusercontent.com/59966492/167920733-6c24ff28-2415-428d-84b7-238b307334f4.png) Not a problem in general, but because of...

serialization
ci

https://github.com/abapGit-tests/PDTS.git Results on 7.54: ![image](https://user-images.githubusercontent.com/59966492/167682540-bfc5c861-2b77-4704-a32d-62efaf4273ca.png) ![image](https://user-images.githubusercontent.com/59966492/167682579-11cb2b36-713d-41cb-8d35-41aaa8df9a11.png)

serialization
ci

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...

discussion

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. ![image](https://user-images.githubusercontent.com/59966492/106491158-91d44380-6484-11eb-9c7b-f8eb6ed9245a.png) - SOTR (Short...

serialization
refactoring
ci

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...

serialization
ci

Test repo: https://github.com/abapGit-tests/SHI3.git 1. Serialize to transportable package (like `Z___SHI3`) ![image](https://user-images.githubusercontent.com/59966492/166681642-3585ca5c-895b-4b94-ad01-abf97cc24421.png) 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...

serialization
bug
ci

It's possible to configure error pages for services in tx SICF. These are not serialized: ![image](https://user-images.githubusercontent.com/59966492/106516813-9a894180-64a5-11eb-9f61-1da0a1dd6f8d.png) The XML will just include the pointer to the OTR concept: ![image](https://user-images.githubusercontent.com/59966492/106517999-3ebfb800-64a7-11eb-90ba-ec7699090395.png) The texts...

serialization
bug
ci

Test https://github.com/abapGit-tests/FUGR_maintenance_view_variant.git fails Deserializing in AG leads to the following errors: ![image](https://user-images.githubusercontent.com/59966492/161940670-131c43ea-dd1f-4097-9ea7-8919c165a123.png) The following manual steps get everything done: 1. Table `ZAGUNITTEST` is only partially acitve > Activate it 2....

serialization
bug
ci