cancel
Showing results for 
Search instead for 
Did you mean: 

Field 0..unbounded source

Former Member
0 Kudos

Hi,

I have an scenario with a source message with a field with occurrence 0..unbounded and one attribute. I need mapping this field with differents field, with occurrence 1, in the target message depend of value of attribute.

How can I to do this?

Accepted Solutions (1)

Accepted Solutions (1)

former_member206604
Active Contributor
0 Kudos

Hi,

You need to go for IF condition.

SourceAttribute
                
                 Equals--> IFWithoutElse --> TargetField
                /              /
Constant("")       SourceField

you have to do the same for all the target fields. I don't think is there any other way to do it in Graphical mapping. May be you can try XSLT/ABAP/Java mapping.

Thanks,

Prakash

Answers (0)