Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabianlupa/abapgit-launcher
Launcher for multiple abapGit installations
https://github.com/fabianlupa/abapgit-launcher
abap abapgit sap
Last synced: about 1 month ago
JSON representation
Launcher for multiple abapGit installations
- Host: GitHub
- URL: https://github.com/fabianlupa/abapgit-launcher
- Owner: fabianlupa
- License: mit
- Created: 2023-06-11T10:51:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-14T20:45:45.000Z (over 1 year ago)
- Last Synced: 2024-10-29T22:36:34.009Z (3 months ago)
- Topics: abap, abapgit, sap
- Language: ABAP
- Homepage:
- Size: 128 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# abapGit Launcher
Launcher for multiple abapGit installations
## Functionality
This repository contains an executable program `ZAGLAUNCHER` and a transaction code of the same name. The program allows for listing and launching all abapGit installations in the system. Their respective version numbers and details on when they were last changed (updated) are included. This can be helpful when multiple installations are used in parallel in the same system.
![Screenshot](screenshot.png)
By default the following program names / patterns are accounted for. This can be adjusted by creating / changing the variant `DEFAULT` of the report in `SE38`.
- `ZABAPGIT`
- `ZABAPGIT_STANDALONE*`
- `ZABAPGIT_FULL*`## Installation
Install using [abapGit](https://abapgit.org) as an [online](https://docs.abapgit.org/user-guide/projects/online/install.html) or [offline](https://docs.abapgit.org/user-guide/projects/offline/install.html) repository with the default settings. The target package (for example `ZAGLAUNCHER`) cannot be a subpackage of the abapGit developer version installation.
## Requirements
\>= ABAP 7.40