Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

RFC call not returning values

Former Member
0 Likes
718

Hi All,

I have used a standard RFC FM "BAPI_MATERIAL_GET_DETAIL".

In Development system, this FM returns the values from target system.

However in QA system it doesnot.

Any idea on this? I have other RFC FM's which work fine in both system.

Thanks

Hi All,

I have used a standard RFC FM "BAPI_MATERIAL_GET_DETAIL".

In Development system, this FM returns the values from target system.

However in QA system it doesnot.

Any idea on this? I have other RFC FM's which work fine in both system.

Thanks

5 REPLIES 5
Read only

Former Member
0 Likes
559

Hi

First check u r Return code for the bapi

Regards

Nilesh

Read only

Former Member
0 Likes
559

Hi,

First check the return type in RFC FM in QA system.

retun type must be identical.

Rewards points if helpful.

regards,

Hemant

Read only

0 Likes
559

Hi Nilesh, Hemant,

Thanks for the reply.

sy-subrc is 0. The return types are identical.

How can we pass control to target system while debugging?

Read only

Former Member
0 Likes
559

Hi,

While calling a RFC FM u will specify the destination rite, U might me maintaining a RFC destination in the developement system for the target system and might not have that RFC destination in the QAS system for the target system in the same name as DEV RFC destination. I think this may the problem.

Regards,

Kasi S

Read only

0 Likes
559

Hi Kasi,

Thanks for reply. The destination is maintained.

Because I am using other RFC FM's which fetch data from that system.

Thanks