In this example, the GetASalesOrder.bps (from Connector Project) will retrieve a Sales Order from the SAP S/4HANA Cloud application. This will be then followed by a step (Ruleset) which will perform some transformation on the response received. Creating this Connector project and integration would follow these steps.
Step 1. Create a Connector Project.
Step 2: Create an Integration Project (CIC Project).
Step 3: Add the dependency of the Connector Project to the Integration Project
Step 4: The Connector Business Processes and Schemas would be configured as follows:
- Create a Business Process.
- In the same BP, create a BP Task to include the BP from the Connector project (i.e. GetASalesOrder.bps)
- Create another BP Task which calls the Ruleset. This will map from JSON to any CIC studio-supported Schema. All the connector Schemas (request and response) will be in JSON format. The Ruleset fields to be retrieved should then be mapped (e.g. SalesOrder, TotaNetAmount etc.)
Comments
0 comments
Please sign in to leave a comment.