cancel
Showing results for 
Search instead for 
Did you mean: 

C4C Individual Customer Name Issue On Replication

former_member585227
Participant
0 Kudos

Hi community!

I have a problem on replication Individual Customers to ERP. I fill the first name and the last name in C4C and then i click on save button so C4C sends customer data to SAP ERP. Everything is fine so far but when i check the created customer data on ERP side via VD02 tcode i see the last name on NAME1 field and the first name on NAME2 field. I want first name to populate NAME1 and last name populate NAME2 field.

I appriciate for your guidence.

Thanks.

Web service msg:

BusinessPartnerERPReplicationOut:

</MessageHeader> <BusinessPartnerERPReplicateRequestMessage> <MessageHeader> <ID>00163E77980F1ED9A39BEA0252E2AC57</ID> <UUID>00163e77-980f-1ed9-a39b-ea0252e2ac57</UUID> </MessageHeader> <BusinessPartner actionCode="04" contactPersonListCompleteTransmissionIndicator="true" salesArrangementListCompleteTransmissionIndicator="true"> <InternalID>10000622</InternalID> <SenderSequenceNumberValue>20190612065717020</SenderSequenceNumberValue> <CategoryCode>1</CategoryCode> <LifeCycleStatusCode>2</LifeCycleStatusCode> <FirstLineName>Cole</FirstLineName>

BusinessPartnerERPAddressReplicationOut:

<BusinessPartnerAddress actionCode="04"> <InternalID>10000622</InternalID> <SenderSequenceNumberValue>20190612065717132</SenderSequenceNumberValue> <AddressInformationUUID>00163e77-980f-1ed9-a39b-e286ecf0abe0</AddressInformationUUID> <PostalAddress actionCode="04"> <AddressRepresentationCode>0</AddressRepresentationCode> <FirstLineName>Cole</FirstLineName> <SecondLineName>Joe</SecondLineName>

Accepted Solutions (1)

Accepted Solutions (1)

Dedeepya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Yes, that is the problem ,it could be a bug, you can correct it and would suggest you to report this bug to SAP .

Answers (1)

Answers (1)

Dedeepya
Product and Topic Expert
Product and Topic Expert
0 Kudos

Please check mappings in Iflow- it might be pointing incorrectly.

former_member585227
Participant
0 Kudos

Hi Dedeepya,

I have checked iFlow in HCI and everything is ok there. If you see BusinessPartnerERPReplicationOut WS, you can see FirstLineName gets the value of last name. I think the problem is here.