cancel
Showing results for 
Search instead for 
Did you mean: 

Node

Former Member
0 Kudos

Hi,

can a node in the sender side can be used twice for mapping,and can a node at receiver can be used twice for mapping?

Regards,

keerthi

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes..

I guess source side we can use one node twice..

receiver side we can use duplicate the node..

Answers (3)

Answers (3)

Former Member
0 Kudos

Yes a node in the sender side can be used twice for mapping, and so can it be used twice in the receiver side.

But it differs according to your scenario;

Use one as many, is the best way to use the node more than once, from sender side.

Alternatively, you have to check for proper context as well.

Duplicating the subtree on the receiver side , is the common practice for using the same node more than once, in the receiver side.

Refer for mapping: Refer for Standard functions:

http://help.sap.com/saphelp_nw04/helpdata/en/ef/df564b6aa24fc9ab0d685460747de5/frameset.htm

You can also learn about context from the same URL.

I can explain it according to your scenario, if you can be more elaborate on your object.

Reply with full description.

Former Member
0 Kudos

Yes, Its possible

Thanks

Amaresh

Former Member
0 Kudos

Hi,

yes it is both possible.

On sender side you can use the function useOneAsMany:

http://help.sap.com/saphelp_nw04/helpdata/en/ef/df564b6aa24fc9ab0d685460747de5/frameset.htm

On receiver side:

Right click on element and duplicate subtree.

Regards

Patrick