Multiple installations of abap2xlsx in the same system
2023-12-9 16:6:57 Author: blogs.sap.com(查看原文) 阅读量:5 收藏

abap2xlsx is an open source library used to generate professional Excel spreadsheets from ABAP. Its free, has an Apache 2 license, and is perhaps one of the most commonly used ABAP open source libraries.

abap2xlsx is more than 10 years old, and evolves continuously on GitHub. It might have been installed a long time ago, and nobody dares updating it to the latest version, because it might break and trigger testing of 100s of applications.

Duplicate the abap2xlsx code, everyone gets an installation in the same system. This way teams can choose when or if to update their code.

However, this is difficult as its only possible to have one active version of a class/program in the same system at a time. So we’ll do automatic renaming to get multiple versions.

I’ve created abap2xlsx-rename-action, which is a re-useable GitHub Action that can easily be used to create pull requests with renamed and updated abap2xlsx code.

This way there is an automatic process to update the duplicated code, clear ownership of the code, plus static analysis and unit tests can be triggered in the pull request, i.e.. before any code hits the actual target system.


文章来源: https://blogs.sap.com/2023/12/09/multiple-installations-of-abap2xlsx-in-the-same-system/
如有侵权请联系:admin#unsafe.sh