‎2010 Apr 07 1:22 PM
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
‎2010 Apr 07 1:33 PM
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.
‎2010 Apr 07 1:33 PM
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.