cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping Issue

Former Member
0 Kudos

Hi,

Sender is IDOC and receiver is Webservice.

Senser side :

Node (0----999)

- Field1

-Field2

-Field3

-Field4

Receiver side

Node1 (0--1)

- Field1

-Field2

-Field3

Node2 (0--1)

- Field1

-Field2

-Field3

Node3 (0--1)

- Field1

-Field2

-Field3

Node4 (0--1)

- Field1

-Field2

-Field3

Now I need to send the data from sender nodes to receiver nodes.

Sender node is repeated and i need to write the condition and send the seneder nodes to appropriate receiver nodes.

I wrote the if condition., but it is reading the first node condition of the sender and sending to particular receiver and remaing receivers are empty.

I need to check all the nodes of sender and send to respective receivers.

Regards,

Jayasimha Jangam

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jayasimha ,

use splitByValue and removeContext

Regards Mario

Former Member
0 Kudos

Hi ,

We need to map the node by using Messagesllit and remove context.

Can u show me how to do it.

Former Member

Answers (1)

Answers (1)

former_member192295
Active Contributor
0 Kudos

Hi,

According to your receiver structure hierarchical level is more, i think better to choose abap/java mapping it will work out easily