This connector easily connects the Axon Ivy Engine with an SAP S/4HANA database - with a focus on the business partner area.
This connector:
- connects to the database to display all business partners and their email addresses
- requires a test account for the SAP Demo API
- supports you with a demo implementation to reduce your integration effort
This demo example connects to the database of all business partners in SAP S/4HANA.
- Start the process "Get list of business partners"
- A list of business partners are displayed in the table
-
Set up a test environment for SAP S/4HANA Business Partner API to get an account containing the host(baseUrl), username, and password.
-
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 yourvariables.yaml
:
Variables.s4HanaConnector.baseUrl
Variables.s4HanaConnector.username
Variables.s4HanaConnector.password
and replace the values with your given setup.
@variables.yaml@