cancel
Showing results for 
Search instead for 
Did you mean: 

Useoneasmany & CopyValue

Former Member
0 Kudos

Hi Experts,

i am searching about useoneasmany and copyvalue i got information about these two functions but i want the diffrence between copyvalue and useoneasmany.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member184681
Active Contributor
0 Kudos

Hi,

Use SAP Help for such basic questions:

Standard mapping functions

Copy Value

Use One As Many

I found these help docs above easily with search function, so don't hesitate to use them.

Hope this helps,

Greg

santosh_k3
Active Participant
0 Kudos

Hi ,

UseOneAsMany :

You can Iterate the First input to this function as many time as third input.

CopyValue:

You can access any value present in the queue

For more details :

please go through the links

http://www.saptechnical.com/Tutorials/XI/NodeFunctions/Page5.htm

http://help.sap.com/saphelp_nw04/helpdata/en/26/d22366565be0449d7b3cc26b1bab10/content.htm

Thanks

Sai

Former Member
0 Kudos

useoneasMany:

the name it self one value can use multiple times based on parameter  and it contain 3 parameters

first parameter should be repeated

second parameter indicates how many times should be repeated first parameter

third parameter should be same level of the second parameter.

if you want to use source field value in multiple times in target structure then we go for useoneasMany

ex: source header value ll use in target Item structure.

http://www.saptechnical.com/Tutorials/XI/NodeFunctions/Page5.htm

copyvalue:

We can use this to copy the value of a position in the source structure and assign it to a target field for  frequently occurring source structure element. The value is copied each time the target field occurs in the target structure.

and refer :

http://scn.sap.com/message/5726399#5726399

iaki_vila
Active Contributor
0 Kudos

Hi,

See this thread http://scn.sap.com/thread/1611001

This other is very completed too: http://scn.sap.com/thread/948129

Regards.