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
What is the disadvantage of a call by reference? : abap modularization
What is the relationship existing between the various data elements? : abap data dictionary
What is your approach for writing a bdc program? : abap bdc
How do you execute the payroll
Folder types in smatforms? 2)What is Command line?
What is the differences between structure and table in the data dictionary in abap?
how do you call third selection screen ?
How many types of data classes are there in sap abap? : abap data dictionary
What is the difference b/t Session method and call transaction method ??
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is meant by authorization? : sap abap hr
HOW CAN YOU USE A PAGE COUNT IN CALLING A PAGE IN SMARTFORM?
Name the abap/4 modularization techniques?
What are the types of subroutines? : abap modularization
What are the domains and data element?