cancel
Showing results for 
Search instead for 
Did you mean: 

fixed and value mapping

Former Member
0 Kudos

I have gone through fixed and value mapping what i understood is correct or not?

fixed mapping depending on value of source we can map values between source and target/

value mapping depending on value of target we map between two

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Fixed Value Mapping: Fixed Value is very useful when you have lots of conditions coming in one source fields during mapping, then to avoid the IfThenElse or UDF we go for Fixed Value mapping.

Example: if your source field contains 01 or 02 or 03 or.....12 and you want the result as JAN or FEB or MAR or ......... DEC.

Advantage: Using fixed value table you can see the result immediately in the mapping.

Disadvantage: If you have used the same fixed value mapping at several places in you mapping then in case of any change in fixed values you have to make the changes at several places. So in short fixed value mapping is not good from the maintenance point of view.

Value Mapping: Value Mapping also works in the same way as fixed value mapping, only the thing is you will get the result at run time only. And you have to define the value mapping in Integration directory.

Advantage: If you have used the same value mapping at several places in you mapping then in case of any changes in values you don't have to make the changes in you mapping, just make the changes in in value mapping in Integration Directory, that's it.

Disadvantage: you can't the see the result immediately in mapping. Results can be seen only at run time.

I hope this will give you a clear picture between Fixed Value & Value Mapping.

Regards,

Sarvesh

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

The difference between value mapping and fixed mapping is value mapping is reusable, where as fixed mapping is for that interface only.

Regards,

Jayaram.G

former_member192295
Active Contributor
0 Kudos

Hi,

Fixed value is defining in IR and value mapping is defining is ID. Fixed value is defining is IR window and depending on condition it will assign automatically. But value mapping is runtime activity, depending on condition value will pick, for more information find below link

Value Mapping

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

Mapping functions

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

Former Member
0 Kudos

Both do the same thing.

Based upon the source we map value to target field.

The difference is that Fixed value is static whereas Value mapping is dynamic.

Thanx

Aamir

Former Member
0 Kudos

Hi,

here is a good document about mapping that should answer your question (value mapping starts at p. 76):

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

Regards

Patrick