‎2010 Jul 17 7:12 PM
For making a call to a remote function, is this function required to be created in source system ?
‎2010 Jul 17 7:46 PM
Hi,
Remote Function Call (RFC), which means calling a function remotely. It is not required to create the function in source system but it can also be created in source system.
This http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/content.htm would help you better.
‎2010 Jul 17 7:46 PM
Hi,
Remote Function Call (RFC), which means calling a function remotely. It is not required to create the function in source system but it can also be created in source system.
This http://help.sap.com/saphelp_nw04/helpdata/en/22/042518488911d189490000e829fbbd/content.htm would help you better.
‎2010 Jul 18 5:54 AM
Hi Sali,
as already said it is not required to define the function in the source system. But for test purposes, it is always advisable to defined it in source system and make it return some default values. If destination system can not be reached or does not work properly, you can call the function with DESTINATION 'NONE' to test functionality.
Regards,
Clemens