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 |
In module pool, when table controls are used the command that is written in both PBO and PAI is
How we can Hide buttons on application toolbar.?
What is the full form of spro? : sap abap hr
2-What is the difference between At New and On change Of inside a loop??I want inside a loop difference not basic difference??
How to decide whether we can use BDC (OR) LSMW for a given transaction?
in bdc. i have created bdc prg and executed. i got output in system. same bdc prg again executed in other system but i dint get the o/p. both system r in n/w connection. wats the prob.plz help me to get o/p.
How to fetch all the data from the Internal table?
How can you manipulate the presentation and attributes of interactive lists?
how to find out where to create a badi.
Difference between SY-CPROG and SY-REPID? Plz give me the answer,its urgent!
Explain lsmw?
diff between BADI and ENHANCEMENT ??