cancel
Showing results for 
Search instead for 
Did you mean: 

Nodal Functions

Former Member
0 Kudos

Can someone provide me good examples for understanding all the Nodal functions in Message Mapping.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
GabrielSagaya
Active Contributor
0 Kudos

1) createif--> create a target node based on condition in source structure

2) removecontext--> Removes all higher level context of a source field

3) Collapsecontext--> Replace all values within all contexts by empty string

4) useoneasmany--> replicates a value of field occuring once to a pair as a record with values occuring more than once.

5)mapwithdefault--> replace empty context in inbound queue with default value

6) formatbyexample--> group the values according to the value of another field

7)splitbyvalue-->insert a context change for an element.

8)sort--> sort all values of a inbound field

9)sortbykey-->2 inbound parameters to sort (key/value)

Former Member
0 Kudos

Node Function is mainly use to handle the context Handling in the Mapping Programe.

See the Example here : http://help.sap.com/saphelp_nw04/helpdata/en/1f/ea0fb12403844bbb6c4cbc8a00cda9/frameset.htm

--removeContext : remove the context from the queue.

http://help.sap.com/saphelp_nw04/helpdata/en/1f/ea0fb12403844bbb6c4cbc8a00cda9/frameset.htm

--splitByValue : Reverse of removeContext

For better understanding of this reffer the TBIT41--Context Handling.

Thanks

Farooq.

Former Member
0 Kudos

HI,

Refer the below help.

/people/claus.wallacher/blog/2006/04/17/replication-of-nodes-using-the-graphical-mapping-tool

thnx

Chirag