Git client for ABAP
Go to file
Jakub Filak 6a01862cd6 Avoid use of the RS package in BASIS systems (#1874)
* objects: use a different constant for 'R3TR'

The constant rs_c_pgmid_r3tr comes from the package RS which is not
available in pure BASIS systems.

The constant seok_pgmid_r3tr comes from the package SEOK and abapGit is
already using another constants from this package - seok_access_*.

Related to #1826

* objects: replace rs_c_true with abap_true

The constant rs_c_true comes from the package RS which is no available
in pure BASIS systems.

I believe that the constant rs_c_true was used by mistake.
The constant was assigned to a variable which is of the type abap_bool
and the variable is initialized with abap_false.

Related to #1826
2018-08-29 12:36:16 +02:00
docs Seems the screen "background" has changed little 2018-08-20 05:58:28 +02:00
src Avoid use of the RS package in BASIS systems (#1874) 2018-08-29 12:36:16 +02:00
.abapgit.xml ignore abaplint.json 2018-08-08 15:02:20 +02:00
.gitignore run abapmerge as part of test 2018-01-14 13:09:22 +00:00
.travis.yml use node 8 2017-06-10 13:42:14 +02:00
abaplint.json abaplint, run for v702 2018-08-08 12:48:20 +00:00
changelog.txt v1.75.0 (#1873) 2018-08-28 15:02:05 +02:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-10-16 17:31:46 -02:00
CONTRIBUTING.md docs: move on development 2018-06-13 15:05:23 +00:00
LICENSE Create LICENSE 2014-07-08 15:07:58 +02:00
package.json add abaplint config 2018-08-08 12:46:40 +00:00
README.md Update screenshot (#1719) 2018-07-29 14:17:22 +02:00
travis.sh move builds, #1136 2018-01-14 13:24:39 +00:00

Build Status abaplint Slack

abapGit

Git client for ABAP

Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, SCP, AWS, TFS and more

ABAP Version: 702 or higher

Latest build: zabapgit.abap

Design Goals

  • Easy installation
  • Easy upgrade
  • Small system footprint
  • Code readable in git repository

Documentation/Guides

http://docs.abapgit.org

Projects using abapGit

See dotabap.org

FAQ

For questions/comments/bugs/feature requests/wishes please create an issue

abapgit