What is the difference between User Exits and BADI?
Answer Posted / vijay vasant wani
Making enhancements using the transactions SMOD/CMOD has
the following disadvantages:
1) This enhancement technique assumes a two-tiered system
infrastructure (SAP – customers).
2) The naming conventions in effect do not tolerate name
extension.
3) It can be called only once. i.e. A user exit can not be
assigned to more than one project.
Adavantages of BAdI
1) Fulfills the requirements of a system infrastructure
containing country versions, industry solutions, partners,
and customers.
2) Business Add-Ins should be considered generalized
Business Transaction Events that can be used to bundle
program, menu and screen enhancements into a single add-in.
3) Business Add-Ins can be created and employed in each of
the various software levels.
4) BAdI can be called namy times. i.e. BAdI implementation
can be assigned to more definations.
| Is This Answer Correct ? | 53 Yes | 7 No |
Post New Answer View All Answers
What is view proxy in abap?
What are the different types of views and their definition?
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 ?
Which FM do you use to find out who is reporting to whom
What is the Difference between At Line selection and At user-command?
How will you define org structure in MM?
Value table VS check Table.
What is value table?
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is the difference b/t Session method and call transaction method ??
What is img? : sap abap hr
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Explain the difference between float and packed data type?
In sap script how to print bar code in vertical manner
What is the difference between sy-tabix and sy-index? Where it is used?