Skip to main content

For the case for parallel processes (the same data is spread across multiple connections).

 

For CCPM, you would write a Data Job for each source system and then merge all case, activity, and data tables.

 

Would you simply create multiple transformation scripts for each Object (one script per source system)?

 

Thanks

Hello Suhail.

if the goal is to create an object which would contain all the data from the different sources, then yes, what you said is correct.

In case your customer is pulling data from multiple SAP systems (e.g. a separate instance for SAP Spain, SAP Germany, SAP France), you can deploy the CCDM Transformations via the Bootstrapper multiple times. To do so, you need to import the individual Data Connections with all their tables into the OCPM Data Pool as described here. Once you have all Data Connections imported, you need to go to the Bootstrapper and deploy the Transformations for each imported Data Connection. This will automatically UNION the data from the individual SAP systems when executing the ocpm-data-job.

Reply