forked from Helmut-B/S4HANA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create README_DE.md * Update README.md * Update README_DE.md * Update README.md --------- Co-authored-by: Sabine Gillner <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# SAP S/4HANA | ||
|
||
Dieser Konnektor verbindet die Axon Ivy Engine ohne viel Aufwand mit einer SAP S/4HANA-Datenbank - mit Fokus auf den Bereich der Business Partner. | ||
|
||
Dieser Konnektor: | ||
- stellt eine Verbindung zur Datenbank her, um alle Business Partner und ihre E-Mail-Adressen anzuzeigen | ||
- benötigt ein Testkonto für die SAP Demo API | ||
- unterstützt dich mit einer Demo-Implementierung, um deinen Integrationsaufwand zu reduzieren | ||
|
||
## Demo | ||
|
||
This demo example connects to the database of all business partners in SAP S/4HANA. | ||
|
||
1. Start the process "Get list of business partners" | ||
![get-a-list-of-business-partners](images/get-a-list-of-business-partners.png) | ||
2. A list of business partners are displayed in the table | ||
![list-of-business-partners](images/list-of-business-partners.png) | ||
|
||
## Setup | ||
|
||
1. Set up a test environment for SAP S/4HANA Business Partner API to get an account containing the host(baseUrl), username, and password. | ||
|
||
2. Set the global variables to SAP's needs. You may need to add a certificate to connect to SAP via SSL. | ||
Add the following `Variables` to your `variables.yaml`: | ||
|
||
- `Variables.s4HanaConnector.baseUrl` | ||
- `Variables.s4HanaConnector.username` | ||
- `Variables.s4HanaConnector.password` | ||
|
||
and replace the values with your given setup. | ||
|
||
``` | ||
@variables.yaml@ | ||
``` | ||
|
||
|