mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
22 lines
676 B
Markdown
22 lines
676 B
Markdown
# abapGit #
|
|
|
|
Git client for ABAP
|
|
|
|
## Design Goals ##
|
|
- Easy installation
|
|
- Easy upgrade
|
|
- Small system footprint
|
|
- Code readable in git repository
|
|
|
|
## Installation Guide ##
|
|
Copy the ABAP into new report via SE38 or SE80, setup SSL in STRUST, activate, run (tested on 7.30 and 7.40)
|
|
|
|
## FAQ ##
|
|
##### 1) SSL Setup #####
|
|
See blogs
|
|
* http://scn.sap.com/people/jens.gleichmann/blog/2008/10/31/calling-webservices-from-abap-via-httpsssl-with-pfx-certificates
|
|
* http://scn.sap.com/people/thomas.jung/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap
|
|
|
|
##### 2) I found a bug #####
|
|
Add an issue in the tracker, https://github.com/larshp/abapGit/issues
|