![]() I finally found some time to tackle #1284 (from 2018). This change removes the popups that ask from confirmation of potential data loss when changing a table (or structure contained in a table) from the deserialize process to the preceeding check phase. The table comparison is now done upfront. If you select a table in the pull dialog and the changes could lead to data loss, for example if a field is removed, then a second popup will be shown. You will have to confirm overwriting the table. If not, the table remains unchanged. Closes #1284 It should fix #6746 as well since the check does not depend on the local/remote state anymore (@larshp). PS: Although this introduces a new popup, the change moves it to the UI layer. This paves the way for refactoring the pull process into a HTML page. This page will show the results of the deserialize check with checkboxes. You select objects to process and confirm to trigger the import. |
||
---|---|---|
.github | ||
.reuse | ||
.vscode | ||
ci | ||
deps | ||
img | ||
LICENSES | ||
src | ||
test | ||
.abapgit.xml | ||
.devcontainer.json | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
.npmrc | ||
abaplint.json | ||
changelog.txt | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
eslint.config.mjs | ||
LICENSE | ||
package.json | ||
README.md | ||
SECURITY.md |
Git client for ABAP
Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, AWS, TFS, Azure DevOps and more.
ABAP Version: 702 SP 8 or higher
Latest build: zabapgit_standalone.prog.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 recommended 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 and 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)
- AJSON and String-Map are developed by Alexander Tsybulsky (MIT)
- AFF formats are by SAP (MIT)