on ‎2021 Jan 26 6:12 AM
Hi Experts,
We have deployed the I Flow "Business partner replication from C4C through web service" to replicate customer master data from SAP C4C to SAP Marketing cloud and now all the data replicating as expected
Corporate customers
Contacts
Individual customers
But now Marketing dont need corporate accounts and contacts in to marketing and need to restrict to not flow in to Marketing. But i couldn't see the Account type "Person/organiation/contact" field in CPI to restrict
Could you please provide inputs how can we restrict to not replicate corporate accounts and associated contacts in to Marketing cloud from C4C
'Regards
Venkata
Request clarification before answering.
Hello,
There are 2 ways of dealing with this situation as listed and which do not need any action at the CPI iflow side.
1. Using standard "Communication Arrangement Filters" in Administrator-->General Setting. Here you can simply choose the System and Arrangement and specify the condition which you don't want to replicate to SMC/selected communication system.
The disadvantage of using this option is, it is a little bit restrictive from a flexibility point of view because you can change the options available in the dropdown filter.
2. Using PDI BADI CheckBusinessObjectInstanceProcessIntegrationRelevance of namespace http://sap.com/xi/AP/Common/Global. Here you can write a small ABSL script to control which instance you want to replicate vs which you want to block for replication. You can find a sample implementation in repository explorer or HERE.
If you still want to go with the CPI approach then you need to change the iflow and insert a router based on CategoryCode from C4C. here if CategoryCode value is 2 then it is Organisation else if it is 1 then it refers to a person. Based on it you can manage the message to be directed to SMC or not. Drawback of this approach is, this way you need to change the filow which has its own repercussion like not able to receive future updates from SAP.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.