cancel
Showing results for 
Search instead for 
Did you mean: 

Value Mapping

Former Member
0 Kudos

Hello All,

I need to replicate some entries in a value mapping table as below:

Key - Value

==========

a - b

c - b

Here since 'b' is mapped to both 'a' and 'c', XI throws an error saying " 'b' is mapped to 'a' already. Do you want to remove that association and map it to 'c'?"

I need to make these kind of entries because I have various SAP customers mapped to the same trading partner.

Help appretiated.

Thanks,

Vincent

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Vincent,

the Tips given to us by SAP some years ago was: use a prefix.

123_a  -->  123_b     123_ is your prefix.
456_c  -->  789_b     456_ and 789_ is you prefix.

in your graphical mapping, as you know that your data use a prefix with 4 digits... you have to use only characters from 5th digit...

It's easy and it works fine. That's all !

Mickael

Former Member
0 Kudos

This is a wonderful solution Mickael

Answers (5)

Answers (5)

Former Member
0 Kudos

Please use Fix Value, in the design.

Only possible via Graphical mapping, cannot be saved based on context Scheme and agency.

As these are the primay keys.

Regards,

Abhishek

Edited by: Craig Cmehil on Jul 9, 2008 8:58 AM

Former Member
0 Kudos

Hi Vincent,

As a workaround, you can maintain the key-value pairs in R/3 database table and create an RFC function module which takes the key as input and returns the corresponding value. Then you can use RFC or JCO lookup in UDFs to access the key-value pairs.

Regards,

Riyaz

Former Member
0 Kudos

Hi,

Value Mapping replication

Design time Value-mappings in XSLT

Thanks,

Madhu

Former Member
0 Kudos

hi vincent

check below blog for

Value Mapping replication

regards

kummari

Former Member
0 Kudos

hi vincet

check the below blog for

Value Mapping replication

regards

kummari