cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping - Context Queue in RFC Lookup Different in DEV and QUAL

Former Member
0 Kudos

Hi,

I have a problem with mapping, in developpement environnement the mapping work fine, but in QUAL environnement and PROD he has a different result.

I have check context queue in QUAL and i saw that the difference is just when i use RFC lookup.

You can see this difference with this screen :

http://img152.imageshack.us/img152/4287/bugpi.jpg

I don't understand why in QUAL we have an "empty context" send to the RFC lookup.

Thank you for your help.

Best Regards

Spawntae

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

First, Thank you for your reply.

I have test the function module and we have the good result.

In dev he return " " and In qual he return "X", but that's not the problem.

I don't understand why he's doing 2 RFC lookup :

-With the good value "20100607"

and

-An other rfc lookup with an empty value. ( In my function module i have test if I get no value i send "6".

But i never say him to call rfc lookup Twice.

nabendu_sen
Active Contributor
0 Kudos

Hi,

In DEV PI, you are calling the RFC for any DEV R/3. This RFC performing any Search in database tables. The DEV R/3 database tables does not have any value for input "20100607". But in QUAL, it must have these 2 values.

It is better if you can debug the Function Module (RFC) in the respective servers.