cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Replicate new Relationship Types from C4C to MC

SCHNEIDERT
Active Contributor
0 Likes
1,109

Dear Experts,

when a new relationship type in C4C is defined (e.g. ZCHM03 - "Is member of XYZ") and set on Account Level, it is transferred to MC in the Business Partner Relationship. In MC we receive an error message in the Message Dashboard saying "ZCHM03(s) do not exist or are not active or you do not have authorization".

I'm not aware of the possibility to maintain those Relationship Types in MC.

How to proceed? Do we have to maintain that anywhere or to disable the transmission to SAP Marketing Cloud?

Kind Regards

Tobias

Accepted Solutions (1)

Accepted Solutions (1)

former_member1277
Participant

Hi schneidert

Ah.. I get you. It seems that system does accept only the limited Rel Cat in the Marketing.

I believe in this case either we may need to consider doing mapping at C4C(via Code list) or CPI where we map from 'ZCHM03' to the acceptable one in SAP Marketing Cloud.

Hope this helps !

Cheers !

SCHNEIDERT
Active Contributor

Hi Kamesh,

yes I think you're right.

Just wondered because then the BAdI implementation example that mentiones a relationship value beginning with "Z" makes no sense, because there's no SAP relationship code that starts with Z (* Example implementation: * Do not transfer relationships of category 'ZBURXX'.) 😉

We will fix it on CPI, thank you!

BR Tobias

Answers (1)

Answers (1)

former_member1277
Participant

Hi schneidertj

Please have a look at this badi description "Business Partner Mapping: Get Relevant Relationship Categories".

In this enhancement, we have the option to remove the unwanted categories.

Hope this helps !

Cheers

SCHNEIDERT
Active Contributor
0 Likes

Hi Kamesh,

thanks for your hint. In my opinion it should work, if we implement it like that, right?

We tried and it doesn't. Still getting the same error in the Dashboard.

But as I understand, the BAdI is called during the mapping of the Business Partner to the Interaction Contact. For me that seems like the error is happening before and we are not allowed to write the new Relationship Category Code into the corresponding table. Could that be the reason?

BR Tobia