Use abapGit to Transfer Your On-Premise ABAP Source Code to the Cloud
Requires Customer/Partner License
January 7, 2021
Created by Niloofar Naseri
November 22, 2018
Beginner
15 min.
Transfer Your ABAP Source Code from your on-premise SAP system to your SAP Cloud Platform ABAP Environment instance over a Github Repository using the abapGit report and the ADT plugin for abapGit.
You will learn
- How to create content in an
on-premise
system and push it toGit
repository - How to import the content from
Git
repository into a SAP Cloud Platform ABAP Environment instance
Prerequisites
github.com
or similar account- SAP Cloud Platform ABAP Environment system and user with developer role
on-premise
system with user and required root CA ofGit
server (STRUST)- Download Eclipse Photon or Oxygen and install ABAP Development Tools (ADT). See https://tools.hana.ondemand.com/#abap.
- For More information see Working with abapGit
Step 1: Create a Git repository
Step 2: Install and set up abapGit
Step 3: Push ABAP source from on-premise to Git repository
Step 4: Add ABAP development objects
Step 5: Stage and commit developed objects
Step 6: Install abapGit Eclipse plugin
Step 7: Open abapGit repositories
Step 8: Clone Git repository into SAP Cloud Platform ABAP Environment
Step 9: Test yourself
Navigate tutorial steps
-
Step 1: Create a Git repository
-
Step 2: Install and set up abapGit
-
Step 3: Push ABAP source from on-premise to Git repository
-
Step 4: Add ABAP development objects
-
Step 5: Stage and commit developed objects
-
Step 6: Install abapGit Eclipse plugin
-
Step 7: Open abapGit repositories
-
Step 8: Clone Git repository into SAP Cloud Platform ABAP Environment
-
Step 9: Test yourself
- Back to Top