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
How do you move on to the next screen in interactive reporting?
What are the three components of a work process?
What is asynchronous and synchronous update?
Explain the difference between a dialog program and a report?
please give the remaining answers.
What is the collect statement?
out bound process code for quotation?
Why do we declare a method of a class final? What can be the purpose? Give a scenario.
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Why lsmw does not support call transaction method? : abap bdc
Can we access static attribute from instance method
What are the events in abap/4 language? : abap hr
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
What is a report?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?