cancel
Showing results for 
Search instead for 
Did you mean: 

Distribution Channel Mapping in C4C

Simon
Participant
0 Kudos

Hey Gurus,

i have a question regarding the distribuation channel in C4C.

My way to get the Distribution Channel in SAP Application Studio is as follows:

Customer -> SalesArrangement -> DistributionChannelCode -> content

But this is the code in C4C and the not ERP Code

I used BO ObjectIdentifierMapping to search for the corresponding ERP value.

But i dont find the Mapping for Distribution Channels at all.

The mapping in C4C looks like:

When executing Query "QueryByElements":

If i search for "A7" i found no entry at all.

For "07" this is the only entry for BO ObjectIdentifierMapping:

But i dont think this is the right approach.

Any ideas ?

Thanks.

Simon

Accepted Solutions (0)

Answers (2)

Answers (2)

Simon
Participant
0 Kudos

I didnt find any way to solve this issue via standard business objects.

My current solution:

Create a Business Configuration Object/Business Configuration Set with a custom code list.

And maintain the values in Business Configuration via Implementation Projects.

jpfriends079
Active Contributor
0 Kudos

For Mapping, it is:

  • Activity List -> Code List Mapping for Integration with External Applications and Solutions -> SAP On Premise Integration -> DistributionChannelCode

For C4C Distribution Channel, it is:

  • Activitiues in Project -> Activity List -> Configuration (Activity Type) -> Distribution Channel

Thanks
JP

Simon
Participant
0 Kudos

Hi Jyoti,

i already found the mapping in C4C.

But i need the relevant BusinessObject in the Cloud Application Studio because i consume an external webservice with the ERP-DustributionChannel.

jpfriends079
Active Contributor
0 Kudos

Got you.