cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping

Former Member
0 Kudos

Hi all,

The following is my source and target structures. I like to use split by value and useAsmany functions. Can any body help me.

<u>source:</u>

ordersbytype 1,1

order 0..unbound

type 1..1

itemgroup 1..unbound

category 1..1

name 1..unbound

<u>TARGET</u>

ordersbyrecord 1..1

record 0..unbound

type 1..1

category 1..1

name 1..1

thx in advance

Ram

Accepted Solutions (1)

Accepted Solutions (1)

deviprasad_pothireddy
Active Participant
0 Kudos

I hope this link will help you for splitbyvalue and useOneasmany

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

also

ref stefan's blog he clearly explaing with use-cases

/people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13

(reward points if it is helpful)

Regards,

Deviprasad.

Answers (3)

Answers (3)

prabhu_s2
Active Contributor
0 Kudos

Whats ur req in this case? Chec if this link helps you:

<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638">https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb5e89a6638</a>

Message was edited by:

Prabhu S

Former Member
0 Kudos

Hi,

You can achieve this with existed MM graphical function.

source:

ordersbytype 1,1

order 0..unbound

type 1..1

itemgroup 1..unbound

category 1..1

name 1..unbound

TARGET

ordersbyrecord 1..1

record 0..unbound

type 1..1

category 1..1

name 1..1

what about item group in target ..?

ok any way see the below mapping ..try

ordersbytype 1,1 -


ordersbyrecord 1..1

name 1..unbound --- to record 0..unbound

type 1..1 - type 1..1

category 1..1 -- category 1..1

name 1..unbound ---split by -- name 1..1

let me know is it correct..

Regards

Chilla..

Former Member
0 Kudos

Hi Sriram ,

Can u brief out what you want to do?

To get some idea relating to the Node Functions check this Weblog

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

/people/sravya.talanki2/blog/2005/08/16/message-mapping-simplified--part-i

Hope you will get some idea.

Regards,

Prasad