Answer Posted / vishal balapure
Yes BAPI is efficient than BDC.
The BAPI and BDC are actually meant for different pruposes.
BAPI are developed for webservices in which the calling
application can directly call the BAPI and carry out the
required operations, where as in BDC we have to write a
code and then we need to get the data in SAP system in a
perticular format and validate the same and then carry out
the updation or other operations, in case of BAPI is a
business object repository object which can be called from
any application. where as for BDC program we need to get
the input file and execute it manually or as a batch job.
Many of us face probelms in upgradation projects for BDC
programs as the screen sequance of some other settings gets
changed so we need to redo the coding(recording) of BDC and
for some transactions its not possible to record as well
such a enjoy transactions, in these cases BAPI is a very
good and proper alternative.
| Is This Answer Correct ? | 45 Yes | 1 No |
Post New Answer View All Answers
Explain get pernr concept when we use logical data base? : abap hr
Can i know some of the Realtime tickets that anyone has been faced ?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.
What are the different attributes that can be assigned to a variant?
What is the use of table maintenance allowed?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What are the components of selection table?
How to write a code in tab control? : abap bdc
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How do you process errors in session method ? : abap bdc
What are the two methods for modifying sap standard tables?
What is the differrences between structure and table in data dictionary in abap? : abap hr
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary