Git client for ABAP
Go to file
Boris Sachsenberg 6cc5e63dfd Exclude reusable includes in FUGR deserialization
Function groups can use includes that were separately created as programs of type include. Those includes could be reusedin various other programs and function groups. They might even be created in a different package. This type of include is an object of it's own that get serialized with it's package as a separate object. Therefore it should not be included in serialization of any function group that uses it. This fix checks for which includes TADIR entries of type PROG exists and excludes them from serialization in FUGR serializer.
2019-02-14 21:09:32 -08:00
docs 1.83.0 (#2381) 2019-02-11 22:31:41 -08:00
src Exclude reusable includes in FUGR deserialization 2019-02-14 21:09:32 -08:00
.abapgit.xml Eslint (#2240) 2018-12-30 08:05:17 +01:00
.eslintrc.yaml Eslint (#2240) 2018-12-30 08:05:17 +01:00
.gitignore gitignore and package.json improvements 2018-12-03 10:08:55 +01:00
.travis.yml use node 10 2018-10-03 04:54:21 +02:00
abaplint.json Update abaplint.json 2019-02-02 04:29:35 -08:00
changelog.txt 1.83.0 (#2381) 2019-02-11 22:31:41 -08: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 automatically run eslint 2019-01-18 07:07:26 +01:00
README.md Fix ADT link in readme 2018-12-27 09:11:35 +01:00
travis.sh abaplint: ignore function groups 2019-01-02 08:14:45 +01: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

Recommend using SAP GUI for Windows, there are multiple issues related to running abapGit and Java SAP GUI. Focus is on supporting ADT instead of supporting Java SAP GUI.

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