Content deleted Content added
m WP:CHECKWIKI error fix for #03. Missing Reflist. Do general fixes if a problem exists. - using AWB |
m →External links: HTTP to HTTPS for SourceForge |
||
(10 intermediate revisions by 9 users not shown) | |||
Line 1:
{{about|the SAP technology|generic term|remote procedure call}}
{{
{{refimprove|date=August 2015}}
'''Remote Function Call''' is
==Technical overview==
A Remote Function Call (RFC) is the call or remote execution of a Remote Function Module in an external system.
In the [[
There are
# ''The first version of RFC is synchronous RFC (sRFC).''
Line 16 ⟶ 17:
*Calling interface for ABAP programs
*Each ABAP program can call a remote function module using the command CALL FUNCTION...DESTINATION. The parameter DESTINATION informs the SAP system that the called function module runs in a different system to the calling system. RFC communication with the remote system takes place as a part of the CALL FUNCTION command.
*RFC function modules in
*If the calling program and the called program are both ABAP programs, the RFC interface provides both communication partners. The calling program can be any ABAP program, and the called program must be a function module that is registered as remote.
*Interfaces for calling non-ABAP programs
If either the calling program or the called partner is not
To implement 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 and execute function modules in SAP
Functions are remote-enabled by setting the "Remote-enabled module"-flag in the Attributes tab of the ABAP Workbench: Function Builder (transaction SE37).
==SAPRFC==
SAPRFC is an [[Open-source software|open source]] program for [[UNIX|*NIX]] and [[Microsoft Windows|Windows]] systems that allows [[PHP]] to make calls to an RFC-enabled SAP R/3 system.
==See also==
Line 42 ⟶ 43:
==External links==
*[https://forums.sdn.sap.com/forum.jspa?forumID=124 PHP Development Forums] in the [http://www.sdn.sap.com SAP Developer Network]
*[
*[https://www.opc-router.com/3-sap-systems_opc_ua_router_en/ Graphical RFC Connector]
[[Category:SAP
[[Category:Remote procedure call]]
|