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 is the function of a data element? : abap data dictionary
What is the difference between a pool table and a transparent table and how they are stored at the database level?
What is the difference between refresh and free statements?
dynamic programming in sap abap
What are the advantages and disadvantages of using views in abap programming ?
What is an on”*-input filed” statement?
Explain the different types of mode (run code) in call transaction method?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is the difference between scrolling a table horizontally and vertically?
How do you execute the payroll
Event handling in oops
Can we use flow logic control key words in abap/4 and vice-verse?
Difference between /N and /BEND?
What is bdc programming? : abap bdc
Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?