What is the difference between User Exits and BADI?
Answer Posted / jayaram reddy
user exits: User exits we can use in only one application.If
we want to use same exit in some other application, then you
should first deactivate and then use.
four types of eser exits:
1. menu exit
2.field exit
3.screen exit
4.function module exit
T.Codes: SMOD & CMOD
SMOD- To find the exit
CMOD- Implement the exit
Finding the exit: Using package
BADI: Multiple use
T. Codes: SE18 & SE19
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
In the `select' statement what is group by ?
how to use table control?if suppose i have 6 records and i want more 4 records in sequence.How to handle this scenario?
List some of the many different ways that the sap standard functionality can be changed by a customer?
Can I execute user exits? If yes, how?
Name the special commands of list?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What is the difference between a pool table and a transparent table?
Difference between function group and function module?
What are Delivery classes? What data will you want to transport during client copy?
How collect statement is different from append?
What is web dynpro for abap?
How to determine the attributes of an internal table?
What are the different software packets available in the market? : sap abap hr
java script for push button in adobe forms.
Can i Have Some Realtime Examples On Modulepool programming.