| Remote Function Call |
Article Index for Remote |
Website Links For Remote |
Information AboutRemote Function Call |
| CATEGORIES ABOUT REMOTE FUNCTION CALL | |
| sap | |
|
TECHNICAL OVERVIEW A remote function call (RFC) is the call of a function module that runs in an external system to the calling program. Although it is also possible to call a function module in the same system as an RFC, normally RFCs are used when the caller and the called function module do not run in the same system. In the SAP system, these functions are provided by the RFC interface system. The RFC interface system enables function calls between two SAP systems, or between an SAP system and an external system. RFC INTERFACES The RFC- interface system is made up of the following interfaces:
If either the calling program or the called partner is not an SAP program, this program must be programmed in such a way that it can play the role of the other partner in RFC communication. To support you when implementing RFC partner programs in non-SAP systems, read: Components of the SAP Communication Technology RFC-supported and GUI-supported interfaces can be used by external programs to call function modules in SAP systems, and execute them in these systems. Likewise, ABAP programs can also use these interfaces to use functions supplied by external programs. Functions are remote-enabled by setting the "Remote-enabled module"-flag in the Attributes tab of the ABAP Workbench: Function Builder (transaction SE37). SAPRFC SEE ALSO EXTERNAL LINKS
|
|
|