cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Vs RFC

Former Member
0 Kudos

Hi all,

Can anyone of you please tell me the difference between BAPI and RFC

Regards

SURYA

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi praveen..

BAPI stands for Business Application Programming Interface. It is a library of functions that are released to the public as an interface into an existing SAP system from an external system.

RFC is the protocol used to call functions in an R/3 system by a caller external to R/3 or to call programs external to R/3 from an R/3 system.

Functions can only be called via RFC, if they are tagged as RFC functions in the SAP development workbench. They are then called RFC function modules. BAPIs are complete sets of (BAPI) function modules that model a business application.

When you are familiar with web developments: RFC can be compared to HTTP and BAPIs are CGI applications.

In other words: A BAPI function is a function module that can be called remotely using the RFC technology.

Hope this will be helpful..

Urs GS

Answers (1)

Answers (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

BAPIs are nothing but Function Modules provided by SAP to update standard SAP data,almost all the BAPI's are Remote enabled, if you go and see in SE37, in the Attributes tab you can see Remote-Enabled Module checked.

RFC's are simply Remote Enabled Function Modules, so all the BAPIs are RFCs

Regards

Abhimanyu L