cancel
Showing results for 
Search instead for 
Did you mean: 

NWBPM Duplicate node in mapping?

0 Kudos

Hi to all,

is it possible, like in ESR's mappings, do a "duplicate subtree" of a node? Or there is a way with mapping function / expression function to mapping a node (0..n) with fixed values?


I need to map the structure Field 2 times, like this:

<Field>
<FieldId>A</FieldId>
<FieldValue>AAA</FieldValue>
</Field>
<Field>
<FieldId>B</FieldId>
<FieldValue>BBB</FieldValue>
</Field>


How i can solve this problem?


Thanks,

Antonello

Accepted Solutions (0)

Answers (2)

Answers (2)

omocheje
Newcomer
0 Kudos

Hi Antonello,

did you get this to work with NWBPM ?

I'm faced with similar issue and had to use PI mapping instead.

former_member254784
Participant
0 Kudos
0 Kudos

Hi gabrielcassel i am not using the message mapping inside SAP PI, i am using the input/output mapping of an Activity object inside the BPM.