cancel
Showing results for 
Search instead for 
Did you mean: 

value mapping and mapping lookup in IR

GabrielSagaya
Active Contributor
0 Kudos

can you give an idea about value mapping and mapping lookup in IR??

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Gabriel !!

FixValues function: you can convert/translate input values in other output values. The table in this case is fixed.

ValueMapping function: the same as above, but the data is entered in ID, via Value Mapping Group objects. It can be fixed and changed from ID and also populated dynamically via Value Mapping Replication.

Lookup mapping: basically this is an access to an external data resource from a udf function during mapping, to lookup a value and retrieve another one to map it. You can make a lookup using the XI lookup api, or create a JCO connection manually for example to an RFC resource.

Regards,

Matias.