cancel
Showing results for 
Search instead for 
Did you mean: 

value mapping

Former Member
0 Kudos

hi....friends.

1)what is value mapping

2) how many types of value mapping are there.

thanku

singu.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

HI,

Value mapping : value mapping function to map different representations of an object to each other. You save the mapping rules for different objects in a value mapping table.

we have two types ,

One is Fixed Value mapping , another is Value mapping Replication

see the below links

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

value mapping - /people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication

value mapping help - http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/frameset.htm

Value mapping /people/sukumar.natarajan/blog/2006/10/23/accessing-value-mapping-defined-in-directory-using-java-functions

Value Mapping replication - /people/sreekanth.babu2/blog/2005/02/23/value-mapping-replication

Regards

Chilla

Former Member
0 Kudos

Hi Prasad,

Value Mapping can be implemented in various ways, depending on what suits you best.

1. Graphical mapping->see the links provided in this thread

2. Java mapping->lookups. The assumption is that the lookup values are maintaines as a 2-column table in a database

3. ABAP mapping-> here lookup values are maintained in SAP tables, and the code in the ABAP mapping can be used to access the lookup values.

Hope this helps.

Regards,

Puloma.

Former Member
0 Kudos

Singu,

If the no. of records count is small then you can directly do value mapping. If the count is more than you can store in an external database table and you can do a lookup also. Check this weblogs for some help on this:

/people/siva.maranani/blog/2005/08/23/lookup146s-in-xi-made-simpler

/people/sravya.talanki2/blog/2005/12/21/use-this-crazy-piece-for-any-rfc-mapping-lookups

/people/sap.user72/blog/2005/12/06/optimizing-lookups-in-xi

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

---Satish

Former Member
0 Kudos

Hi Prasad,

Value mapping means mapping the data of some source fields to some target fields, in this mapping data can be transform in the format you required for your target system. You can do a value mapping simply by graphical mapping, using UDF etc

Go thru this thread which talks about value mapping:

Regards,

Subhasha Ranjan

prateek
Active Contributor
0 Kudos

Hi Singu,

Value mapping is used to map different representations of an object to each other.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9202d890-0201-0010-1588-adb...

You can do value mapping both in IR and ID

IR: Message Mapping

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

/people/sreekanth.babu2/blog/2005/01/05/design-time-value-mappings-in-xslt

ID: Tools --> Value Mapping

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

Value mapping replication: For uploading data from tables, excel sheet etc. into XI

http://help.sap.com/saphelp_nw04/helpdata/en/2a/9d2891cc976549a9ad9f81e9b8db25/content.htm

Regards,

Prateek

Former Member
0 Kudos

hey

have a look at the following

/people/community.user/blog/2007/01/08/valuemapping-using-the-graphical-mapping-tool

thanx

ahmad