BAPI IS EFFICIENT THAN BDC?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / buddula15
BAPI is always better than BDC. Performance wise BAPI is
good.
Buddula15
Is This Answer Correct ? | 11 Yes | 1 No |
What are the parameters in bdc_open_group? : abap bdc
In which particular scenario we use sorted table and which particular scenario we use standard table?
What is the function of the transport system and workbench organiser?
Define infotype ? : abap hr
what is the way to find out user exits?
How can we handle table control in bdc? : abap bdc
Hat are the different types of mode (run code) in call transaction method?
Explain how to write a bdc - how do you go about it?
What are the various types of the Internal tables used?
Difference between open sql and native sql? : abap data dictionary
Can you define a field without a data element? : abap data dictionary
Which client is called as golden cient? IS it 100, if yes why?