Content deleted Content added
m WP:CHECKWIKI error fix for #03. Missing Reflist. Do general fixes if a problem exists. - using AWB |
|||
Line 1:
{{about|the SAP technology|generic term|remote procedure call}}
{{unreferenced|date=August 2014}}
'''Remote Function Call''' is the proprietary [[SAP SE]] interface. Remote Function Call (RFC) is the standard SAP interface for communication between SAP systems. The RFC calls a function to be executed in a remote system.
==Technical overview==
A Remote Function Call (RFC) is the call or remote execution of a Remote Function Module in an external system.
In the [[SAP AG|SAP]] system, these functions are provided by the RFC interface system. The RFC interface system enables function calls between two SAP systems.
There are 4 different versions of RFC communication:
# ''The first version of RFC is synchronous RFC (sRFC).''
# ''Transactional RFC (tRFC, also originally known as asynchronous RFC)''
# ''Queued RFC (qRFC)''
Line 20:
*Interfaces for calling non-ABAP programs
If either the calling program or the called partner is not a SAP program, it must be programmed in such a way that it can play the role of the other partner in RFC communication.
To implement RFC partner programs in non-SAP systems, read: Components of the SAP Communication Technology.
Line 36:
* [[SAP SE]]
* [[Oracle Call Interface]]
==References==
{{Reflist}}
==External links==
|