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
What is static attribute
Name the function module used to convert logical file names to physical file names in abap/4 programs?
What are the events in abap/4 language? : abap hr
What are the page headers for secondary lists?
What are the data types of the external layer?
what are the 2 other types of views, which are not allowed in release 3.0? : abap data dictionary
What is a 'z' report?
What are the uses of interactive reporting?
In sap script how to print bar code in vertical manner
What is pass by value and what is pass by reference? Which is better?
What are indexes? : abap hr
How to find the return code of a statement in abap programs?
Update types in Call transaction method. What is the difference?
Explain how to create any functions?
What is direct input method ?