‎2008 Feb 19 5:21 PM
‎2008 Feb 19 5:35 PM
Hi Rohit,
RFC is a call of a function module that runs in a different system (destination) from the calling program. Connections are possible between different AS ABAP and between an AS ABAP and a non-SAP system. In non-SAP systems, instead of function modules, special programmed functions are called, whose interface simulates a function module. We distinguish between synchronous, asynchronous, and transactional function calls. The called system is accessed via the RFC interface.
You can check and define different types of RFCs in transaction SM59.
Reward points if useful
Roger
‎2008 Apr 11 9:28 AM
Hello,
a good introduction into RFC and the different RFC types is the following article: https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f078394a-4469-2910-c4bf-853c7567...
Reagrds, Roland
‎2008 Apr 11 9:38 AM
RFC - Remote fn call.
Remote enabled FM can be called from sap only like portal
but not from java or Vb
BAPI is also a RFC but it can be called from
outside SAP like JAVA or VB.
as it is in the BOR(business object repository) of SAP
Please reward points