abapgitlisted
Install: claude install-skill williamcorrea23/sap-router-skill
# abapGit Workflows
Guide for managing ABAP development objects in Git repositories using abapGit.
## Workflow
1. **Determine the user's goal**:
- Setting up abapGit for the first time
- Cloning an existing repository
- Pushing ABAP code to a Git repository
- Configuring branching or transport strategies
- Setting up CI/CD pipelines for ABAP
- Troubleshooting abapGit issues
2. **Identify the environment**:
- On-premise SAP system with abapGit standalone
- SAP BTP ABAP Environment (abapGit integration in ADT)
- gCTS (Git-enabled Change and Transport System)
3. **Guide implementation** with best practices for ABAP-specific Git workflows
## abapGit Overview
| Aspect | Description |
| --------------------- | ----------------------------------------------------------------- |
| **What** | Open-source Git client for ABAP, runs inside the SAP system |
| **Serialization** | Converts ABAP objects to file-based format for Git storage |
| **Deserialization** | Imports file-based format back into ABAP objects in the system |
| **Supported Objects** | Classes, interfaces, CDS, function groups, programs, tables, etc. |
| **Installation** | Via abapGit standalone report or Eclipse plugin |
## Setup
### Installing abapGit Standalone (On-Premise)
1. Create report `ZABAPGIT_STANDALONE` or `ZABAPGIT_FULL`
2. Download latest version f