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
if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?
Table events aNd table maintains generation
In delivery processing which step comes first picking, packing, posting goods issue ?
What is alv programming in abap? When is this grid used in abap? : abap hr
how to read the standard field value in your custom program.
What is asap methodology? : sap abap hr
How did you transfer legacy data in the mid of the financial year (us) to the sap system? : sap abap hr
What are match codes? describe?
What are null values?
What are the aggregate objects in data dictionary? : sap abap data dictionary
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
Explain about interactive report?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What are the internal tables and work area?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.