Use abapGit to transfer your ABAP source code from an ABAP environment instance back to your repository.
-
Create or adapt your source code in the ABAP environment instance:
-
Open ABAP Development Tools and logon to your ABAP system.
-
Add an ABAP development object, e.g. an ABAP class, to your already existing TESTABAPGIT package. To do this, click on Classes and select New ABAP Class.
-
Enter a name and description for your new ABAP class and click Next.
-
Click Finish.
-
Now you can implement your newly created class.
-
Save and activate.
-
-
Open abapGit repositories:
-
Stage and commit your ABAP development objects.
-
Right-click your TESTABAPGIT package and click Stage and Push.
-
Enter your repository credentials in the popup and click OK.
-
In the staging view you will see a list of changed, created or deleted ABAP development objects which can be transferred to your repository. The icon of the respective file indicates whether a file was created, modified, or deleted.
-
ABAP development objects which should become staged can be selected by drag and drop from the unstaged box to the staged box or by clicking on the + button. Enter your commit message and clickCommit and Push.
-
You'll see a notification telling you that your push has started. Click OK.
-
The staged objects have now been transferred to your repository.
-