cancel
Showing results for 
Search instead for 
Did you mean: 

Fields in Value mapping function

Former Member
0 Kudos

Hello,

I am trying to use value mapping function in XI.

I don't know how to input values from data type fields directly to agency or schema.

Company "ABC" -> Agency "ABC"

Code "XXX" -> Schema "XXX"

There are too many different types of values to link.

It is for not inputting those manually in value mapping function.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

See the below links

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

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=value%20mapping%20in%20xi&cat=sdn_weblog

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

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

https://www.sdn.sap.com/irj/sdn/advancedsearch?query=value%20mapping%20in%20xi&cat=sdn_weblog

Regards

Chilla

Former Member
0 Kudos

if u use the already available function...u need to specify source agency, schema, and target agnecy and schema..... and input as the value to be mapped...

or u can write a UDF of ur own

Former Member
0 Kudos

Thanks for your reply.

If there is no way to map the values, how to create a UDF by retreiving current function and how to enter values on it?