Exploring Cloud Integration - Part 5 (Creating and Configuring a General Splitter)
The last time, we added a content modifier with payload to the integration flow and traced the process.. However, our objective today is to create and configure a general splitter.
A splitter (iterator) is required to process every productID of the incoming list.
Definition of Term
The General Splitter splits a composite message comprising N messages into N individual messages, each containing one message with the enveloping elements of the composite message. We use the term enveloping elements to refer to the elements above and including the split point.
Task Flow
I performed the following tasks:
Prerequisites
The step of creating a Content Modifier with sample data as payload (XML) has been completed in the last article.
Outcome After This Exercise
Environment
Live SAP BTP account.
Steps
2. Created and configured a General Splitter.
Got a General Splitter from Routing → Splitter → General Splitter and placed it after the Modify_setPayload component, as described.
Table 11: Processing tab data for the splitter
领英推荐
3. Saved as version, deployed, and debugged the integration process.
i. Performed the following steps.
ii. Navigated to the Integration Flow Model in Overview → Monitor Message Processing → Message Processing Run.
Conclusion
I was able to create and configure a general splitter which is required to process every productID of the incoming list.
Next Article ?
To further expand the integration process, I will create and configure a Content Modifier for the ProductID. This is needed to store the currently processed productID as an Exchange Property for subsequent steps, for each loop.
Previous Article ?
Thanks for reading !
Reference
SAP (2025). SAP Cloud Integration
SAP (2024). Developing with SAP Integration Suite
? 2024 SAP SE or an SAP affiliate company. All rights reserved. This article references SAP materials for educational purposes, in accordance with SAP's copyright guidelines.