SAP RFC INTRO
Get Example source ABAP code based on a different SAP table
ABAP_RFC - Introduction
Remote Function Call (RFC) is an SAP-specific procedure for calling function modules in remote systems.
Communication using the RFC interface can be divided into different scenarios based on the systems involved:
RFC can be used as a synchronous or asynchronous communication procedure.
There are also different RFC variants that have been designed for different purposes and which therefore have different service properties:
Transactional and Queued RFC were replaced by Background RFC.
More Information