cancel
Showing results for 
Search instead for 
Did you mean: 

How to create just one IDOC segment via HCIs iFlow instead of many?

florian2636
Contributor
0 Kudos
124

Hi,

I have a problem that from C4C, we pass multiple contact persons to ECC for follow-up document creation.

Opp has at least two contact persons assigned. One is the main contact, the second only an additional one.

The iFlow configuration for populating the main segment E1BPPARNR looks like this.

Can anyone provide me a hint on how to get the IDOC segment E1BPPARNR just created once for the contact person with the main indicator and not for all contact persons assigned to the opportunity?

Best Regards

Florian

View Entire Topic
former_member185751
Contributor
0 Kudos

Hi Florian,

Can you try using the StringEquals function "equalsS" instead of using the boolean equals "Equals"  function?

You will find StringEquals under the Text functions.

Regards,

Sridhar

0 Kudos

Thanks, Sridhar!

florian2636
Contributor
0 Kudos

Hi Sridhar,

thanks for your reply. Unfortunately it still populates all contact persons into the IDoc. I also tried with not keeping the suppressed values.

Regards

Florian

former_member185751
Contributor
0 Kudos

Hi Florian,

Right click on the "MainIndicator" and switch the context to "ProspectParty" and test the mapping.

Regards,

Sridhar

florian2636
Contributor
0 Kudos

Hi Sridhar,

that did the trick. Good to know. Thank you!

Best Regards

Florian