https://github.com/abapgit/abapgit-plugins
DEPRECATED - abapGit Plugins Framework
https://github.com/abapgit/abapgit-plugins
abapgit
Last synced: 2 months ago
JSON representation
DEPRECATED - abapGit Plugins Framework
- Host: GitHub
- URL: https://github.com/abapgit/abapgit-plugins
- Owner: abapGit
- License: mit
- Created: 2016-02-13T06:53:55.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T21:58:55.000Z (over 2 years ago)
- Last Synced: 2025-03-27T20:13:48.948Z (3 months ago)
- Topics: abapgit
- Language: ABAP
- Homepage:
- Size: 166 KB
- Stars: 18
- Watchers: 6
- Forks: 15
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DEPRECATED
These plugins will sometime become obsolete, see https://github.com/larshp/abapGit/issues/1449 and https://github.com/larshp/abapGit/pull/1590
# abapGit-Plugins
This repository contains plugins for abapGit to support other objecttypes.
By inheriting from `zcl_abapgitp_object`and implementing `zif_abapgitp_plugin` you can create plugins for objecttypes which are not natively supported by ABAPGit yet.
However, please be aware that the format used by ABAPGit may change, so please check back frequently to make sure your plugin stays up-to-date.# SOBJ-based generic plugin
One plugin already contained in this repository is a generic plugin supporting multiple object types. Similar to the SAP transport management system, it transports table content. As this is quite a dangerous operation (particularly when operating across systems with potentially different releases), you should check your systems technical components and the one from which you import the repository.