cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi Experts, I have a requiremnet to fail the mapping if value mapping lookup (standard valuemapping) fails...

For example

vendor --111 --valuemaplookup to aaa ---target =aaa

if vendor 222 does not have value defined in value map table it has to fail the mapping...I am not sure its not working its outputting 222 in the target , any idea whats the cause.

Regards

Ravikiran

0 Likes
View Entire Topic
Former Member
0 Likes

Check your code in RFC... Check if it returns the input value if output value is not maintained for the input value. Change your RFC code to return null in case target value is not maintained and raise exception in your message mapping accordingly.

-Amol