mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Git client for ABAP
![]() JavaGUI does not pass values of options from forms generated via JavaScript. This commit adds enhances the base page class to render stub forms (empty form elements), so the page's JavaScript does not need to create the form element on its own. It is an optional behavior and can be enabled by redefining the method get_events which should return table of required events and the base page object will add the empty form elements for them. Every table line will be converted to a form with id = "form_" + the event's name. On the action submit SAP event in the common JavaScript, the method checks if there is the stub form and if so, the method uses it instead of creating the dynamic one. Otherwise, it follows the old approach that creates the form at run-time. --- v2 Use 'null' instead of 'undefined' to check the form was not found in the JavaScript code. --- Issues: #1866, #2769 |
||
---|---|---|
docs | ||
src | ||
.abapgit.xml | ||
.eslintrc.yaml | ||
.gitignore | ||
.travis.yml | ||
abaplint.json | ||
changelog.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
travis.sh |
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
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
Credits and references
Icons used in abapGit are created from Font Awesome free icon set (CC BY 4.0 License).