‎2006 Nov 28 12:32 PM
‎2006 Nov 28 12:34 PM
‎2006 Nov 28 12:34 PM
Hi,
Call of a function module that runs in a different system (destination) as the calling program. Possibilities include connections between different SAP systems or connections between an SAP and an external system. Specially programmed functions, whose interface simulates a function module, are called in external systems instead of function modules. There are synchronous, asynchronous, and transactional function calls. The system is called up using the RFC interface
Rgds,
Sands
‎2006 Nov 28 12:34 PM
‎2006 Nov 28 12:37 PM
Hi ramesh,
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
http://help.sap.com/saphelp_47x200/helpdata/en/22/042860488911d189490000e829fbbd/frameset.htm.
Regards,
Kumar
‎2006 Nov 28 12:40 PM
hi,
Remote Function Call
http://help.sap.com/saphelp_47x200/helpdata/en/22/042853488911d189490000e829fbbd/frameset.htm
rgds
Anver