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

Remote_function_error while calling RFC function from one R/3 system to R/3

Former Member
0 Likes
329

I am getting Remote_function_error while calling RFC function from one R/3 system to another R/3 system.

I wanna know how would I identify whether function module is being called through RFC ( Remotely ) OR Locally.

I need to put some kind of check in program so that it won't execute any popup-up screen when it is being called via RFC since during RFC call no screen output is being processed.

Appreciate quick response.

Regards,

Prashant

1 REPLY 1
Read only

Former Member
0 Likes
292

Hi Prashant,

For identifying Remote Function module, you can goto SE37, give the FM name click on Attribute(on the tabstrips), u can see Remote Enabled Module or in Import/Export parameters u can see the Pass By Value checkbox will be checked indicating its a Remote Function Module and would be called Remotely.

Note:-Note only pass by value method is used when u calling a FM Remotely, u cannot pass the address.

Regards:-

Santosh