0% found this document useful (1 vote)
52 views

RFC Introduction

Remote Function Call (RFC) is an SAP procedure for calling function modules in remote systems, including between SAP systems or between SAP and external systems. RFC can operate synchronously or asynchronously. There are different RFC variants designed for various purposes, including synchronous RFC, asynchronous RFC, parallel RFC, background RFC, transactional RFC, and queued RFC.

Uploaded by

AlyDeden
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
52 views

RFC Introduction

Remote Function Call (RFC) is an SAP procedure for calling function modules in remote systems, including between SAP systems or between SAP and external systems. RFC can operate synchronously or asynchronously. There are different RFC variants designed for various purposes, including synchronous RFC, asynchronous RFC, parallel RFC, background RFC, transactional RFC, and queued RFC.

Uploaded by

AlyDeden
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

RFC Introduction

Remote Function Call (RFC) is an SAP procedure for calling function modules in remote systems.
Communication using the RFC interface can be subdivided into different scenarios depending on the systems
involved:

AS ABAP - AS ABAP

AS ABAP - external system

AS ABAP - SAP Java

AS ABAP - external Java

RFC can be used as a synchronous or asynchronous communication procedure.


There are also different RFC variantsdesigned for various purposes and have different service properties
respectively:

Synchronous RFC (sRFC)

Asynchronous RFC (aRFC)

Parallel RFC (pRFC)

Background RFC (bgRFC)

Transactional RFC (tRFC)

Queued RFC (qRFC)

More Information

For a detailed description of Remote Function Call, see the following section in SAP Library:
RFC

For details on RFC programming, see:


Writing RFC Programs in ABAP

You might also like