Git client for ABAP
Go to file
Marc Bernard a37cf58e01
Refactor: Jump to Object Logic (#5114)
* Refactor: Jump to Object Logic

The goal is to greatly simplify the code to jump to an object, and to separate UI and object layers some more.

This PR introduces GUI Jumper (`zcl/if_abapgit_gui_jumper`), which covers all generic options to show an object. It tries the following options in order:
- ADT (if enabled)
- Workbench with line number
- Workbench without line number
- Transport System (new)

Only if all fail, abapGit will call the object-specific handler. 

Next steps:

- Remove `jump_adt` and `jump_se11` from `zcl_abapgit_objects_super` and replace by GUI Jumper
- Remove almost all object-specific jump handler since they are covered by GUI Jumper now

* Add class

* Lint

* Misleading name
2021-11-07 08:15:08 +01:00
.github more unit test and coverage (#5051) 2021-10-29 07:46:32 +02:00
.vscode Enable unit test debugging in vscode (#4891) 2021-08-11 11:34:54 +02:00
ci Naming of class constants - Part 3 (#4984) 2021-10-01 08:20:15 +02:00
deps 5 additional unit tests running (#4935) 2021-09-10 07:46:05 +02:00
docs Update ref-supported.md (#5105) 2021-11-04 16:10:07 -04:00
src Refactor: Jump to Object Logic (#5114) 2021-11-07 08:15:08 +01:00
test unit testing updates (#5080) 2021-11-02 16:50:30 +01:00
.abapgit.xml Codespaces setup (#3666) 2020-07-28 09:20:02 +02:00
.devcontainer.json Codespaces setup (#3666) 2020-07-28 09:20:02 +02:00
.editorconfig Update .editorconfig (#4918) 2021-08-28 11:48:23 -04:00
.eslintrc.yaml Eslint (#2240) 2018-12-30 08:05:17 +01:00
.gitattributes .gitattributes (#5081) 2021-11-02 06:08:13 +01:00
.gitignore more unit test and coverage (#5051) 2021-10-29 07:46:32 +02:00
abaplint.json abaplint: additional forbidden void types (#5096) 2021-11-03 14:54:54 +01:00
changelog.txt 1.112.0 (#5094) 2021-11-03 05:16:19 +01:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2017-10-16 17:31:46 -02:00
CONTRIBUTING.md default branch updates (#4572) 2021-02-28 18:07:37 +01:00
LICENSE LICENSE: Lars Hvam Petersen -> abapGit Contributors (#4916) 2021-08-31 07:33:10 +02:00
package.json unit testing updates (#5080) 2021-11-02 16:50:30 +01:00
README.md Naming of class constants - Part 3 (#4984) 2021-10-01 08:20:15 +02:00

CI Slack abap package version

abapGit logo

Git client for ABAP

Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, AWS, TFS, Azure DevOps and more.

ABAP Version: 702 or higher

Latest build: zabapgit.abap

Notes: Some people reported that browsers have issues displaying the file with more than 100k lines. The easiest solution is to "Save as" the link above and then open it with any editor/viewer (notepad included) and copy from there. If your SAP GUI editor freezes when pasting the code, use Utilities > More Utilities > Upload/Download > Upload in the editor instead.

It is recommened to use SAP GUI for Windows, since there are known issues related to running abapGit and SAP GUI for Java. The focus of abapGit is on supporting ADT instead of supporting SAP GUI for Java.

Design Goals

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

Documentation/Guides

https://docs.abapgit.org

Contributing

You can find the contribution guidelines here.

Projects using abapGit

See dotabap.org or this page.

FAQ

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

abapgit

Credits and references

Icons used in abapGit are created from Font Awesome free icon set (CC BY 4.0 License).