This repository demonstrates the automagic namespace renaming functionality. Fork this repository and automatically rename the namespace of abap2UI5.
- create a version for your customer namespace, e.g., /YYY/u5 or /YYY/2ui5.
- create versions for different departments, e.g., z2ui5_mm, z2ui5_pp, etc.
- create release-specific versions, e.g., z2ui5_124, z2ui5_125, etc.
After renaming, you can install abap2UI5 multiple times in the same system.
- Fork this repository
- Set your new namespace here
- Run
npm run init
andnpm run main
to mirror abap2UI5 and rename for examplez2ui5
to/2U5/TEST
- Pull the repository with abapGit
- (Optional) setup a github action to automate this process
Thank you to larshp and the tool abaplint processing the renaming and christianguenter2 for abap2UI5 adjustments.
- Automagic standalone renaming of ABAP objects (SCN - 20.02.2021)
- Multiple installations of abap2xlsx in the same system (SCN - 09.12.2023)