What is the difference between User Exits and BADI?
Answer Posted / abira
In user exits we go by general method for enhancements
while BADIs we use objects (oops concepts)
methods for enhancement
UserExits r used for adding additional functionality to the
existing SAP standard transactions.Using UserExits we can
add additional functionality standard SAP functionality
without making any changes to the original code.BADI is a
standardized interface for ABAP sources that enables
partners and customers to enhance SAP-delivered programs in
their namespace.
| Is This Answer Correct ? | 39 Yes | 18 No |
Post New Answer View All Answers
What has to be done to the packed fields before submitting to a BDC session.
What are screen painter? Menu painter? Gui status?
How many primary keys can be created for a table?
What is sap locking?
What is locking ?
What are the types of parameters in the function modules?
Search help exit details.
On which even we can validate the input fields in module progams?
What is partner selection?
What are the uses of interactive reporting?
How to write a bdc – how do you go about it?
Explain what is sap script?
What happens if a function module runs in an update task? : abap modularization
Explain what is sequence of event triggered in report?
what precautions or prerequisites do you follow to update a record into database table and how