cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping values of multiple nodes

05-17-2018 9:09 AM
510 views 1 comments
0 Likes
SAP Managed Tags
Subscribe

Hi experts,

I am sending business partners from S/4HANA to C4C. Each business partner can have 1 or 2 identification numbers, which needs to be stored in specific fields in C4C.

Each identification number has its own PartyIdentifierTypeCode: ZUBN01 or ZBRS01. Based on the PartyIdentifierTypeCode, the regarding BusinessPartnerID should be passed through to the regarding Z_field on C4C side.

My problem is that it works when only 1 identification number is filled in, but when 2 different ID types are send (UBN and BRS number), it does not work anymore. Then only 1 of the 2 is filled. The other field will get value "not valid" which I added via a constant for testing purposes.

How can I correct this? I tried changing the context of the source fields, but this did not do the trick.. If you have suggestions, please let me know!

Thanks, Jasper

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Solved via a custom script / function etc.