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

Former Member
0 Likes
405

HI all,

I have created one FM in as remote enabled.

and I want to call the data in another box.

when I am calling the FM by providing the RFC destination, it saying that , FM Not Found .

why the error is getting, do we need to have the same FM in remote box also.

please help me to solve this issue

Regards,

vinesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
381

Hi,

Your function module should available in Target server. Then only you can call that FM with Destination Parameter.

Call Function will search for the particular FM in the target system and will execute in the target system and get you the return details.

--Naresh.

1 REPLY 1
Read only

Former Member
0 Likes
382

Hi,

Your function module should available in Target server. Then only you can call that FM with Destination Parameter.

Call Function will search for the particular FM in the target system and will execute in the target system and get you the return details.

--Naresh.