‎2006 Aug 01 9:56 AM
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
‎2006 Aug 01 10:05 AM
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