Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.19 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.19 KB

SAP S/4HANA

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

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
  2. A list of business partners are displayed in the table list-of-business-partners

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@