Marc Bernard
Marc Bernard
Reproducible test case: https://github.com/mbtools/ZS_DEV_TOOLS_COMMON 1. Create two packages  2. Create repo for package ZS_DEV_TOOLS_COMMON 3. Pull repo   4. Assign data element ZS_LAST_LINE to package ZS_DEV_TOOLS  5....
Yes, some testing is appreciated. Standalone version which includes the change is attached here: [zabapgit_standalone_5805.zip](https://github.com/abapGit/abapGit/files/9862708/zabapgit_standalone_5805.zip)
Thanks for the test. Looks like it worked properly in general. It's a function group from the view maintenance generator. Some of these includes have an editor lock and can't...
I updated the error message in #5849 Please leave a short msg in https://github.com/abapGit/abapGit/pull/5805 that it was tested successfully. Thx
standard table can have secondary UNIQUE keys: ```abap TYPES: ty_overwrite_tt TYPE STANDARD TABLE OF ty_overwrite WITH DEFAULT KEY WITH UNIQUE HASHED KEY object_type_and_name COMPONENTS obj_type obj_name. ``` not an easy...
I finally found some time for this... Meanwhile GH has updated their API docs which made defining the joi schema a piece of cake. I combined the state mapping into...
One file had CR instead of LF... Anyway, all checks have passed! Yay! Ready for final review 😄
removed the tags that didn't fit our version naming. `git tag -a -m "message"`
This needs BAS to reproduce and test but my BAS isn't working 😦