‎2007 Nov 21 10:09 AM
What is RFC? What is its significance? What is the T-code for it:
‎2007 Nov 21 10:19 AM
Hi,
Remote Function Call.
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 link.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf
regards,
Omkar.
‎2007 Nov 21 10:14 AM
Hi,
RFC is A remote function call is a call to a function module running in a system different from the caller's. The remote function can also be called from within the same system (as a remote call), but usually caller and callee will be in different systems.
In the SAP System, the ability to call remote functions is provided by the Remote Function Call interface system (RFC). RFC allows for remote calls between two SAP Systems (R/3 or R/2), or between an SAP System and a non-SAP System.
Pls check the sap help link.
http://help.sap.com/saphelp_46c/helpdata/en/22/0424fe488911d189490000e829fbbd/frameset.htm
TCode to create RFC is SE37 same as Function module
Reward Points if this helps,
Satish
‎2007 Nov 21 10:19 AM
Hi,
Remote Function Call.
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 link.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf
regards,
Omkar.