BAPI is efficient than BDC?
The question is with options, asking which of the following
is true?
Answers were Sorted based on User's Feedback
BAPI is directly updates the database
BDC run through the screen flows
BAPI can't handle all flow logic checking and enhancement
put by programmer to facilitate the user requirment .
there is advantage using bapi instead of using bdc when we
go for up gradation.
Is This Answer Correct ? | 14 Yes | 0 No |
Answer / sara george
BAPI is faster, error validations are there, no processing
of screens, direct database update.
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / venu
bapi follows transaction based updates and BDC follows
screen based updates which results to problems while
upgrading the software
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / b.v.surender, miracle softwar
Hi,
In additional to above answers BAPIs are more efficent
due to this also. i.e
BAPIs are RFC enabled. so, they can use by both SAP and Non-
SAP.
Where as BDCs are not RFCs. So, they are unable to used by
Non-SAP.
Thank you.
Surender.
Is This Answer Correct ? | 5 Yes | 4 No |
explain the role of CTUPARAMS structure in call transaction
3 Answers Accenture, Atos Origin, IBM,
Explain what is the significance of hide?
i can give default values in select-options also then what is use of INTIALIZATION event?
What happens when we initialized the internal table with OCCURS 5 ?
After preparing the SAP script.what is the procedure to send that script to e-mail?
How would you set the formatting options statically and dynamically within a report?
What is sql trace? : abap data dictionary
Open-Form and Start-Form?
What is an update type with reference to a match code id?
Can we use Session method & Call transaction both in one BDC if yes please give me example and scenario where we use this ?
In the function module for reading text from the S.O header what needs to be specified?
What are the different functions used in sap script? What are the parameters used in each function?