Skip to content

Commit 97dde33

Browse files
authored
Clarify community vs SAP version (#228)
1 parent 21b88af commit 97dde33

File tree

2 files changed

+9
-12
lines changed

2 files changed

+9
-12
lines changed

src/README.md

+5-12
Original file line numberDiff line numberDiff line change
@@ -22,22 +22,15 @@ abapGit is a git client for ABAP developed in ABAP. It requires ABAP version 702
2222

2323
Latest build: <a href="https://raw.githubusercontent.com/abapGit/build/main/zabapgit_standalone.prog.abap" download>zabapgit_standalone.prog.abap</a>
2424

25-
For questions/comments/bugs/feature requests/wishes please create an [issue](https://github.com/abapGit/abapGit/issues).
25+
For questions, comments, bugs, feature requests, or other wishes please create an [issue](https://github.com/abapGit/abapGit/issues).
2626

2727
## Security
2828

29-
abapGit is a tool to import and export code between ABAP systems. If a developer has a developer key to the system,
30-
the developer can perform these actions already. abapGit enables the developer to do mass export/changes/imports but
31-
not more than already possible to do manually.
29+
abapGit is a tool to import and export code between ABAP systems. If a developer has a developer key to the system, the developer can perform these actions already. abapGit enables the developer to do mass export/changes/imports but not more than already possible to do manually.
3230

33-
Running automated security checks on the abapGit code will by design give a lot of errors, as abapGit will import, overwrite and change
34-
ABAP artifacts in the system in ways that might not be intended. Always review all code in remote repositories before importing to the target system,
35-
this is possible because abapGit is plain text unlike traditional transport files.
31+
Running automated security checks on the abapGit code will by design give a lot of errors, as abapGit will import, overwrite and change ABAP artifacts in the system in ways that might not be intended. Always review all code in remote repositories before importing to the target system, this is possible because abapGit is plain text unlike traditional transport files.
3632

37-
That being said, abapGit is used by multiple [organizations](/user-guide/other/where-used.md), all abapGit
38-
changes are reviewed via pull requests. And all 100+ [repository watchers](https://github.com/abapGit/abapGit/watchers) are
39-
automatically notified for every change to the code base, so potentially all changes are looked at by more people than
40-
traditional enterprise products.
33+
That being said, abapGit is used by multiple [organizations](/user-guide/other/where-used.md), all abapGit changes are reviewed via pull requests. And all 100+ [repository watchers](https://github.com/abapGit/abapGit/watchers) are automatically notified for every change to the code base, so potentially all changes are looked at by more people than traditional enterprise products.
4134

4235
## Support
4336

@@ -47,4 +40,4 @@ It is a community effort to support the project, recommend [watching](https://he
4740

4841
## Community vs. SAP Distribution of abapGit
4942

50-
This website is documenting the community version of abapGit (available on [GitHub](https://github.com/abapGit/abapGit)). The SAP version of abapGit available as part of SAP Business Technology Platform is documented on [help.sap.com](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d62ed9d54a764c53990f25f0ab6c27f9.html). When using the SAP version, please note that there are different capabilities and supported object types (as described by SAP). If the SAP version on BTP does not work correctly, open a ticket with SAP support.
43+
This website is documenting the community version of abapGit (available on [GitHub](https://github.com/abapGit/abapGit)). The SAP version of abapGit available that is part of SAP Business Technology Platform and SAP S/4HANA Cloud is documented on [help.sap.com](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d62ed9d54a764c53990f25f0ab6c27f9.html). When using the SAP version, please note that there are different capabilities and supported object types (as described by SAP). If the SAP version does not work correctly, open a [ticket with SAP support](https://me.sap.com/servicessupport/cases).

src/user-guide/getting-started/install.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ abapGit exists in 2 flavours: _standalone_ version or _developer_ version.
1111
* The standalone version is targeted at users. It consists of one (huge) program which contains all the needed code. You run the standalone version in transaction `SE38`, executing the program you created.
1212
* The developer version is targeted at developers contributing to the abapGit codebase. It consists of all the ABAP programs/classes/interfaces/etc. of the abapGit project. You run the developer version with transaction `ZABAPGIT`. Only the developer version supports parallel processing, so it might be of interest to you even if you do not intend to contribute.
1313

14+
::: warning
15+
There's also an SAP version of abapGit available that is part of SAP Business Technology Platform and SAP S/4HANA Cloud. It's documented on [help.sap.com](https://help.sap.com/docs/BTP/65de2977205c403bbc107264b8eccf4b/d62ed9d54a764c53990f25f0ab6c27f9.html). When using the SAP version, note that there are different capabilities and supported object types (as described by SAP). If the SAP version does not work correctly, open a [ticket with SAP support](https://me.sap.com/servicessupport/cases).
16+
:::
17+
1418
## Prerequisites
1519

1620
abapGit requires SAP BASIS version 702 or higher.

0 commit comments

Comments
 (0)