Remote Function Call: Difference between revisions

Content deleted Content added
m Updated definition of RFC including reference from SAP online Library
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 a SAP Systemsystems. andThe otherRFC SAPcalls ora third-partyfunction compatibleto systembe overexecuted [[TCP/IP]]in ora [[remote Commonsystem. Programming<ref>[https://help.sap.com/saphelp_nw70/helpdata/en/6f/1bd5b6a85b11d6b28500508b5d5211/frameset.htm InterfaceRFC -documentation Communicationsby |CPI-CSAP]] connections</ref>. Remote function calls may be associated with [[SAP AG|SAP]] software and [[ABAP]] programming and provide a way for an external program (written in languages such as [[PHP]], [[Active Server Pages|ASP]], [[Java (Sun)|Java]], or [[C programming language|C]], [[C++]]) to use data returned from the server. Data transactions are not limited to getting data from the server, but can insert data into server records as well. SAP can act as the Client or Server in an RFC call.
 
==Technical overview==