difference between bapi and rfc
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / l.sai koteswararao
RFC stands for remote function call which is used as an
interface between source and destination.Mainly from source
system we have to declare the destination address.
Bapi stands for business application programming interface
which is used to communicate sap - non sap and non sap-sap
Is This Answer Correct ? | 3 Yes | 0 No |
How to put a TableControl in a Screen of Modulepool Programming?
how will u extract sales doc. number of corresponding billing doc. number with out using select query
What will happen when we use single buffered selected?
In ALV reporting when u execute your report which event gets triggered.
What is RFC function module?
what is a ticket?
how to make split command reusable?
What are the include programs?
How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc
Difference between stand alone CRM and back-end CRM
What will you code in start-of-selection & end-of-selecton & why?
1.Can we see the output without print program in sap script,and can we fetch the data without printprogram?if yes how,pls reply in details. 2.What is table control in BDC? how can we handled in bdc? pls reply in details