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
487

Hi,

Pls tell me what is an RFC (remote function call)? A brief overview is fine with me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
467

Hi,

RFC is a function module which can be called from a remote system.

Check this link for more details.

http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ce488911d189490000e829fbbd/content.htm

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
467

Hi,

RFC is an SAP interface protocol. Based on CPI-C, it considerably simplifies the programming of communication processes between systems.

RFCs enable you to call and execute predefined functions in a remote system - or even in the same system.

RFCs manage the communication process, parameter transfer and error handling.

Have a look at this links.

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf

http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/content.htm

Regards,

Ferry Lianto

Read only

Former Member
0 Likes
468

Hi,

RFC is a function module which can be called from a remote system.

Check this link for more details.

http://help.sap.com/saphelp_nw04/helpdata/en/22/0424ce488911d189490000e829fbbd/content.htm

Thanks,

Naren

Read only

Former Member
0 Likes
467

Hi,

Read the pdf document from the following link:

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE4/BCFESDE4.pdf

Regards,

Bhaskar