Skip to content
Skip to content
Menu
SAP ABAP DWIMAN
  • About
SAP ABAP DWIMAN

SAP ABAP – Copy ABAP Programs using ABAPGIT Offline

By juananda.satria on January 25, 2024

Bismillah.

Assalamualaikum.

We eventually need to copy ABAP programs to another SAP system, but the program uses a custom class and table that make simple copy complicated.

Many references can be read to do this, but I will show you how to complete this work in my way.

installation reference: https://docs.abapgit.org/user-guide/getting-started/install.html

ABAPGIT Installation

You can just follow the instructions on the link above. The tutorial is very simple. Or follow these steps here:

  1. Download the program from this link https://raw.githubusercontent.com/abapGit/build/main/zabapgit_standalone.prog.abap
  2. Create package $ZABAPGIT in SE80 (prefix $ means it is local package)
  3. Create new report in SE38 , named it “ZABAPGIT_STANDALONE” -> save it in package $ZABAPGIT
  4. Utilities -> More Utilities -> Upload/Download -> Upload. Choose the program file that you download in the first step.
  5. Activate, and run the program
  6. Follow the instructions until finished

EXPORT PROGRAM

  1. Create package $ZCOPY in SE80
  2. Copy all objects that you want to copy with prefix “YZ*” or something , save it in package $ZCOPY
  3. Run program ZABAPGIT_STANDALONE or Tcode ZABAPGIT
  4. Click New Offline
  1. Input Repository Name and Package , then click “Create Offline Repo”
  1. Export to ZIP File

IMPORT PROGRAM

  1. Login to your target system
  2. Create package $ZCOPY in
  3. Open tcode ZABAPGIT
  4. Click New Offline
  1. Create offline Repo
  1. Import ZIP Files
  1. After success import the ZIP files then click PULL
  1. After this PULL process finished, then your program must be copied to your package $ZCOPY
  2. Let’s copy the objects again from your YZ* naming to your proper ABAP naming and assign to package where it should be
  3. Activate it all and Cheers!

Post navigation

SAP ABAP – GGB0 – Custom Exit Routines for Roles
SAP ABAP – Handling Shortdump

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • SAP ABAP – Generate Fiori URL
  • SAP ABAP – Workflow Agents CDS
  • SAP ABAP – Workflow Level with Table Function
  • SAP ABAP – Download ALV to Excel with Total and Subtotal
  • SAP ABAP – BDC Template

Recent Comments

  1. SAP ABAP – Simple Interface FTP Inbound (SAP Consume File From FTP) – SAP ABAP DWIMAN on SAP ABAP – String Encode & Decode BASE64
  2. Upload file – SAP ABAP DWIMAN on F4 Search Help File

Archives

  • May 2025
  • August 2024
  • June 2024
  • May 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023
  • May 2023
  • April 2023

Categories

  • Uncategorized
©2026 SAP ABAP DWIMAN | WordPress Theme by SuperbThemes.com