Answer Posted / keerthana
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.
| Is This Answer Correct ? | 16 Yes | 3 No |
Post New Answer View All Answers
Does the bdc-insert function allow multiple transactions to be processed by sap? : abap bdc
How to read files and process BDC's automatically ?
What are the components of selection table?
What are the data types of the external layer?
How many lists can a program can produce?
How to read 5th record from Hash Internal Table?
Explain the advantages of logical databases?
What is view? Different types of view. Explain?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Explain the difference between a dialog program and a report?
What is ole?
what is the transaction transaction for setting parameters rdisp/buffermode
how to Create reports in SD module such as sales order report, which covers all organization levels, delivery status, invoice status, shipping details and partner function details. The data will be extracted from VBAP, VBPA, VBAK, VBUP, VBFA, KNA1, LIPS, VBRP, MARA, VBEP and KONV tables. plz mention the detail coding Tahnks, Rahul
What is constructor expression in nw abap 7.4?