SAP RFC INTERFACE
Get Example source ABAP code based on a different SAP table
ABAP_RFC - Interface
The RFC interface is required to execute a remote function call. The RFC interface performs the following services:
If the AS ABAP are not the same, two ABAP programs communicate with each other using the RFC interface, whereas for communication between an AS ABAP and an external system, an ABAP program connects with a program in a different programming language (C, C++, Visual Basic, Java or <(>.NET<)>).
For communication with programs in other programming languages, RFC libraries are available for all operating systems supported by SAP, including MS Windows, Unix and Linux:
Latest notes:
Each execution of an RFC using the RFC interface on an AS ABAP takes place in its own user session. The logon data is usually stored in the RFC destination.
ABAP_HINT_END
More Information
For more information about the about the RFC interface, see the documentation