What is the difference between User Exits and BADI?
Answer Posted / swamy
user exit:
1.this is clint dependent
2.this is procedural approch to work with enchancement.
3.this is two level infra structure like sap and customer
solution.
4.once you should the define the user exit you can assign
the any customer
5.using tcodes:comd & smod
6.user exit find out the through package goto tcode se93
and duble click the program and goto attributes and take
the package name and go to smod click on f4 and give the
package name and execute that then dispay the require user
exit and take the user exit and implement the in cmod
BADI's:
1.this is clint independent
2.this procedural approch to work with enchancement.
3.this is multilevel infrastructure like sap ,customer
solution as well as industriery solution.
4.this is a filter option
5.se18 define the inter face(when you are define the
interface it has a options like filter options and multipul
option)
6.se19 implement the badi
7.find out the badi through:se15 ,se84,
| Is This Answer Correct ? | 17 Yes | 14 No |
Post New Answer View All Answers
Different between Interface and Abstract classes?
What are extracts?
How many types of views are there ?
What is the max no of match code id’s that can be defined for one match code object?
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 is the difference between table and template?
On ABAP, Did you set up a workflow? Are you familiar with all steps for setting up a workflow?
What will you code in start-of-selection & end-of-selecton & why?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
How move-corresponding works
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
Why do we need enhancements?
can any one answer these questions 1)How do you convert non-character field to character field? 2)How do you work with semi colon separated files? 3)why cant we use normal function module for data transfer? 4)what is the structure of CTU-PARAMS? 5)can we use transfer dataset to transfer data in internal table?
What is the bitwise operator in the sap abap?
What are the major steps will you use for tuning?