SAP REMOTE FUNCTION CALL - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

Remote Function Call
RFC for short. Call of a function module using the RFC interface Calls be made in the same or in different systems. The target system is determined using an RFC destination. Connections are possible between different AS ABAP or between an AS ABAP and an external system. In non-SAP systems, specially programmed functions whose interface simulates a function module are called in external systems instead of function modules. Function calls can be synchronous, asynchronous, or transactional.
ABAP_MORE_INFO