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


Please Help Members By Posting Answers For Below Questions

What are th control break events in abap?

610


How to transfer data into line items using batch input session method? : abap bdc

588


What is abap work bench?

731


Can a filed occur in several field groups? : abap modularization

662


What are the different types of views in sap? : abap data dictionary

614






What are the data types of the external layer? : abap data dictionary

798


What do you mean by batch data communications programming?

508


How can we declare a table control in the abap/4 program?

642


What is a transaction variant and why are they used?

555


What two statements would be used to exchange data between programs using abap memory?

513


What is a modification assistant?

591


What is native sql?

605


What are differences between at selection-screen and at selection-screen output?

778


Explain how to Handle the internal tables in ABAP?

643


In delivery processing which step comes first picking, packing, posting goods issue ?

1641