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 the use of insert and append statement in sap abap?
What are the control break events in abap? : abap data dictionary
What are the value tables?
Differentiate between ooabap and abap?
What are the different abap/4 editors?
In a loop of an internal table, what is the use of at first & at last statements?
What is your approach to find exit and BAdi?
What is the maximum number of structures that can be included in a table or structure
How many types of size categories and data classes are there? : abap data dictionary
what is user specific parameter?
Difference between sy-tabix and sy-index? Can you check sy-subrc after perform?
What is the difference between commit-work and rollback-work tasks?
How many main windows are allowed in sapscript?
What are the two levels in defining a match code ?
Events that can be used in both the classical and interactive reports