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
what is abstract classes
What are the different modes of processing batch input sessions? : abap bdc
what is diff between ECC 5.0 AND ECC 6.0
Explain what is sap script? What is the purpose of sap script?
What are the layers of data description in r/3? : abap data dictionary
What are pooled tables?
What is projection view?
What are different types of parameters?
Explain the advantages of abap query tool?
What is meant by hot spots? : abap data dictionary
Explain pai and pbo.
When was the sap abap being created?
Explain what is the difference between primary key and unique key?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
In SAP Script,How to display a single field(like matnr)at the right end of the form.