cancel
Showing results for 
Search instead for 
Did you mean: 

Graphical Mapping clarification

former_member200267
Participant
0 Kudos

Hi,

Please clarify me, how to implement the following in Graphical mapping.

Source Message:

Header (1..1)

MatNo

MatDesc

Item (1..unbounded)

ItemNo

MatNo

Matgroup

MatType

Plant

Target Message

Header (1..unbounded)

MatNo

MatDesc

Matgroup

Item (1..1)

ItemNo

Mattyp

plant.

for each accurance of Item in source, same number of Header must be created in target.

Thanks & regards,

RDS

Accepted Solutions (1)

Accepted Solutions (1)

GabrielSagaya
Active Contributor
0 Kudos

under header

***************

1) matno->matno

2)matdesc->matdesc

3)item->item

under item

************

1) matno->matno

2) itemno->itemno

3) mattype ->equals->createif->mattype

constant(pencil)

4) plant->exist->if then-> plant->plant

else-> constant("")->plant

5) matgroup->removecontext->copyValue(1)->matgroup

6) itemno->splitbyvalue(each value)->itemno

7)matdesc->useoneasmany->matdesc

itemno->

itemno->

You should understand the Business requirement and then start mapping.

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

This blog contains the same info as yours info.

Try to understand the usage of nodefunction too.

http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/frameset.htm

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

/people/yukai.shi/blog/2006/06/02/b2b-mapping-techniques-using-the-graphical-mapping-tool

/people/claus.wallacher/blog/2006/08/15/duplicating-subtrees-and-numbering-them-using-the-graphical-mapping-tool

Answers (5)

Answers (5)

pradeep_nellore
Participant
0 Kudos

Hi,

Use node funcation and context handling concepts to achieve your target mapping.

Check below links.

http://help.sap.com/saphelp_nw04/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm

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

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

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

Thanks

--Pradeep

Reward points if helpful.

Former Member
0 Kudos

Hi Shankar,

Please go through this blog..

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

U will get the answer.

Regards,

Manjusha

Former Member
0 Kudos

Hi,

Check these two docs...

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

/people/claus.wallacher/blog/2006/06/29/message-splitting-using-the-graphical-mapping-tool

<b>*****************Reward points,if found useful

Former Member
0 Kudos

Hi,

Its seems to be value mapping the follwing link should be useful.

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8a57d190-0201-0010-9e87-d8f327e1...

Reward points if needful.

Former Member
0 Kudos

hi

pls try using NODE FUNCTIONS split by value and collapse context....

pls reward points if solution found helpfull

regards

chandra.k