Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
{{about|the SAP technology|generic term|remote procedure call}}
'''Remote Function Call''' is the propietary [[SAP AG]] interface for communication between a SAP System and other SAP or third-party compatible system over [[TCP/IP]] or [[ Common Programming Interface - Communications |CPI-C]] connections. 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==
|