...
Configure SAP S/4HANA to publish business partner updates events to SAP Event Mesh.
Configure a queue in SAP Event Mesh to subscribe to these events.
For more details, see SAP Event Mesh Configuration.
You might have a different S/4HANA or Event Mesh environment. Please refer to SAP official documentation for more information and troubleshooting. Pricefx does not provide any support to your SAP environment.
...
...
...
...
Remove duplicates.
Initialize properties and SAP AIR key.
Call to another mapping to build a batch GET request message by the distinct IDs.
Call SAP S/4HANA OData batch GET service to get the list of updated SAP S/4HANA customers.
Multicast the list of updated SAP S/4HANA customers to integration flows to write to different Pricefx tables. Branch 1 goes to the customer master, while branch 2 goes to another integration flow which consists of all other branches. A sample “Multicast Customer response from SAP S/4HANA to processing flows” is provided in the package. See https://pricefx.atlassian.net/wiki/spaces/ACCDEVACC/pages/45714309155013869402/Set+up+Integration+Flows+-+Event+Driven#Step-driven#Step-3%3A-Multicast-Response-to-All-Entities-in-Pricefx.
...