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:
Calling and controlling the communication routines that are needed to communicate with the remote system
Logging on to and log off from the remote system and authorization checks for the function pools used.
Converting actual parameters to the format required in the remote system and vice-versa. This includes any platform-dependent conversions, for example, for different code pages or byte orders, for example. The conversion supports all ABAP data types.
Handling of errors that occur during communication and forwarding them to the caller if requested .
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:
Java Connector (JCo) for Java
<(>.NET<)>) Connector for <(>.NET<)>) (C#, VB.NET)
RFC Software Development Kit (SDK) for C and C++



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 RFC in SAP Help Portal.