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 evaluation path, where do we do it and why? : sap abap hr
What is table pool?
What is occurs in internal table?
What is open sql?
What is database utility? : abap data dictionary
How can a lock object be called in the transaction?
why particularly lock object name starts with EZ OR EY?
What is the difference between open_form and close_form?
What is new enhancement framework?
What is the significance of hide?
What is a modification assistant?
What is the use of buffering?
what is difference between user exit, customer exit and badi?
Hi my dear friends,Please give the answers for the following link http://www.saptechnical.com/InterviewQ/interviewQ.htm
Can you assign a matchcode object to a parameter? If so how?