mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 20:32:26 +08:00

Hello, I took the opportunity a a fresh abapGit install to update installation procedure. I only use offline import so I may have misunderstood some part of the online install. BR, Alexandre Co-authored-by: Lars Hvam <larshp@hotmail.com>
1.7 KiB
1.7 KiB
title | category | order |
---|---|---|
Installation | getting-started | 10 |
You can install abapGit with an online install or an offline install.
Offline install steps are:
- Create ABAP report installer
- Run installer ABAP report to perform offline projet import
Online install steps are:
- Create ABAP report installer
- Setup SSL
- Run installer ABAP report to perform online projet import
Create ABAP Report installer
- Download the ABAP code(right click -> save-as) to a file.
- Via SE38 or SE80, create a new report named
ZABAPGIT_FULL
. - Upload the code from the file using Utilities -> More Utilities -> Upload/Download -> Upload
- Activate
Typically abapGit will only be used in the development system, so it can be installed in a local $
package (eg: $ZABAPGIT
).
Run installer (offline projet import)
- Download latest version
- Go to https://github.com/larshp/abapGit/
- Select Code > Download ZIP
- Save file
- Connect to SAP in language EN
- Run program
ZABAPGIT_FULL
- Select + Offline
- Select existing package or create new package (eg: a local
$
package) - Select Import zip
- Select abapGit-master.zip file
- Select Pull zip
- Activate
Transaction ZABAPGIT
is now available
Setup SSL
To use the online feature, SSL must be setup. Offline projects will work behind firewalls and without SSL.
Run installer (online projet import)
- Connect to SAP in language EN
- Run program
ZABAPGIT_FULL
- Follow online import steps.
Transaction ZABAPGIT
is now available