ABAPToTheFuture04
ABAPToTheFuture04 copied to clipboard
Updating the repo
Hi Paul,
I used your repo for an extended test of abapGit 🧪 (I do that with many ABAP open-source projects but haven't gotten to yours, yet). Since you have a wide range of objects and features in your project, it was worth the effort...
Findings:
- APACK didn't work in your case (I created a fix already: https://github.com/abapGit/abapGit/pull/6614)
(since
.apack-manifest.xmldoes not exist in your repo, the APACK popup isn't shown and the installation typically fails)
-
One APACK dependency has changed URLs (confirming that #15 should be fixed)
-
Web Dynpro
ZWDC_4_MONSTER_LISTcan't be activated sinceThe type Z4SP_MONSTER_HEADER_D-CREATION_DATE does not exist
- SICF services have different, system-independent file names (due to changes in abapGit)
- Many classes and interfaces show diffs (due to changed file format in abapGit)
- Diffs also for ENHO, DDLS, IW* objects (due to changed file format in abapGit)
APACK and Web Dynpro should be fixed. The rest is more cosmetic. Let me know if you like me to create PRs.
Best, Marc