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 Function Module

former_member188001
Active Participant
0 Likes
378

For making a call to a remote function, is this function required to be created in source system ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
344

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.

2 REPLIES 2
Read only

Former Member
0 Likes
345

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.

Read only

Clemenss
Active Contributor
0 Likes
344

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