1)What is the main difference between Enhancements and BADI?
Answer Posted / buddula15
Your question is not clear because BADI and Exits are comes
under Enhancements..
Difference Between Exits and BADIs...
BADI's can be used any number of times, where as USER-EXITS
can be used only one time.
Ex:- if your assigning a USER-EXIT to a project in (CMOD),
then you can not assign the same to other project but you
can in BADIs...
Buddula15
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How do you get the number of lines in an internal table?
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr
What are the events used in abap in the order of execution?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
Explain how to create any functions? How to go about it?
What is the disadvantage of using exec sql statement in abap?
SM35 transaction, How to automate BDC ?
What is the structure of the bdc table? : abap bdc
Difference between select option and ranges ?
How to maintain lists?
What are logical data bases used in hr module? : abap hr
What is sap abap data classes?
What are null values?
How would you set the formatting options statically and dynamically within a report?
What is the use of enqueue function module? : sap abap data dictionary