Software AG webMethods.io Integration: Create Payment Advice in SAP S/4 HANA

Tech Community - Sep 20 '22 - - Dev Community

Summary

This article describes the step-by-step process of creating a Payment Advice using SAP S/4 HANA Cloud OData v2.0 connector in webMethods.io Integration.

Prerequisites

  • The user needs to have working SAP HANA credentials to access the API.
  • Working webMethods.io Integration cloud tenant.

Steps

  1. Login to webMethods.io Integration tenant.
  2. Create new project or choose an existing project if required.
  3. Click on the FlowServices tab and add a new Flow Service. image
  4. Name the flow service and choose the SAP S/4 HANA Cloud OData v2.0 connector. image
  5. Click on “Add custom operation” and then the “+” icon in the following tab to configure an account. image image image
  6. After configuring the account, “Name” the custom operation, Select the functional area and click on “Next”. image
  7. Select the operation and click on “Next” image
  8. Select the Business Object and click on “Next” image
  9. Select the Fields and click “Next”, Click on “Done” for the confirmation. image image Input0
  10. After creating a custom operation and adding an account, provide inputs via the “Transform pipeline” shown in the screenshots below along with the sample field value.
            "createPaymentAdviceA2XInput": {
                        "A_PaymentAdviceType": {
                            "CompanyCode": "1010",
                            "PaymentAdvice": "0420061806361078",
                            "PaymentAdviceAccount": "10100001",
                            "PaymentAdviceAccountType": "D"
                        } }
Enter fullscreen mode Exit fullscreen mode
  1. First, open the inputs panel to select input fields. Input0
  2. Copy fields. image
  3. Open “Transform Pipeline”. Inputs3
  4. Paste the fields. Inputs4
  5. Now double click on the input signature to provide inputs and save. Inputs5
  6. Save the flow service and click on run to run the flow service. Save_n_run image

With this we will be able to create a “Payment Advice” in SAP backend.

Read full topic

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .