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 the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?
Explain the advantage of structures?
What is the function of a data element? : abap data dictionary
What are the different types of operators in the sap abap?
What are client dependent objects in abap/sap?
How many types of data classes are there in sap?
What is the use of enqueue function module? : sap abap data dictionary
In sap script how to print bar code in vertical manner
What two statements are required in an abap program to output an icon using a write statement?
Is it possible to pass data to and from include programs explicitly? : abap modularization
what are the important fields while preparing sales order,inquiry?
How memory management happens for internal tables and work areas in abap?
What are the uses of secondary indexes?
What is the process to enhance the Infotype