cancel
Showing results for 
Search instead for 
Did you mean: 

How to map a filed in sender node with 1occurence with receiver fileld node

Former Member
0 Kudos

How to map a filed in sender node with 1occurence with receiver fileld node with 1 to unbounded occurence??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you want to repeat the Sender field in the receiver structure, then you have to use 'useOneAsMany' node function for it.

-Supriya.

Former Member
0 Kudos

Hi,

Thanx...

I was using wrong arguments for use as many node func...so my mapping was not working.

Now its done....

Regards,

Sriparna

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Simply you can map the source field to target field if you want only once. or if you want to repeat use the sap defined mapping (useoneasMany) from node functions.

Regards,

Rama

Former Member
0 Kudos

Hi,

The occurence of target field depends upon occurence of source node.

To influence this behaviour, one function you can use "UseOneAsMany" as suggested by Supriya, with this function you should be able to generate multiple target nodes based on source node value.

Refer below links for the example:

http://help.sap.com/saphelp_nw04/helpdata/en/38/85b142fa26c811e10000000a1550b0/content.htm

Follow the Sravya's Blog..

/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii

---Divyesh Vasani