cancel
Showing results for 
Search instead for 
Did you mean: 

mass mapping, value mapping

Former Member
0 Kudos

1. what is mass mapping in XI?

2. what is the difference between value mapping and msg mapping?

3. Which mapping is best, according to performance?

Advance thanks..

Rakesh..

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

3. Which mapping is best, according to performance?

>>> the various mapping in XI are, msg. mapping, XSLT, JAVA and ABAP mappings. of course msg. mapping is rated the best in terms of performance. The rest of the mappings are still in a debate over performance:-)

Have a look at this blog and its comments to have a better idea of performance of diff. mappings - /people/udo.martens/blog/2006/08/23/comparing-performance-of-mapping-programs

bhavesh_kantilal
Active Contributor
0 Kudos

Rakesh,

Message Mapping is used to transfrom your Source XML into the target XML strucutre.

Value Mapping is used for specific mapping strucutres / mapping rules. Example, Currency Conversion Mapping Rules. Instead of creating this conversion rule in every mapping program, you can create a VALUE mapping that is stored in a value mapping table and use this is your Message Mapping and thereby save up redeundant mapping logic.

Also, if the conversion rate changes, if you have used value mapping, you need to make a change only in once place and result will be reflected in every mapping. If value mapping was not used , then you would have had to make the change in all mapping prorgrams.

Take a look at this link and e learning,

http://help.sap.com/saphelp_nw04/helpdata/en/13/ba20dd7beb14438bc7b04b5b6ca300/content.htm

https://www.sdn.sap.com/irj/sdn/elearn?rid=/webcontent/uuid/a680445e-0501-0010-1c94-a8c4a60619f8 [original link is broken]

Regards,

Bhavesh

former_member206604
Active Contributor