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
Is sap xi intended to replace ale?
What is maintenance view?
How can we send data to external programs?
What is the difference between synchronous and asynchronous update?
What are the attributes of the data? : abap data dictionary
Which FM do you use to find out who is reporting to whom
How to transfer the objects? Have to transferred any objects?
Can i Have Some Realtime Examples on Badi ?
What are table clusters?
How can we create callable modules of program code within one abap/4 program?
What is the use of table control in bdc is it same in module pool table control? : abap bdc
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
Explain the sequences of event block?
How to use messages in lists?
What are the difference between tables and structures?