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 is page window?

578


What are the different types of parameters? : abap modularization

614


What is processing class, where we do them and why? : sap abap hr

575


What are lock objects?

597


What is the significance of hide?

582






I am trying to automate a manual processing of iDOCs in BD87. I used the following code to pass idoc-id to global variable 'DCN' and then skip the first screen of BD87 to go to processing directly. After running this code SET PARAMETER ID 'DCN' FIELD itabhdr-idoc_id. CALL TRANSACTION 'BD87' AND SKIP FIRST SCREEN. it takes me to the first screen because it cannot recognize my idoc-id. How I can pass idoc-id to global? I have used the above code to goto VA02 with VBELN and it worked perfectly.

1766


What is an abap data dictionary? : abap data dictionary

606


Explain what are the problems in processing batch input sessions?

537


What is step-loop?

665


What are the steps to execute session method?

600


On which event we can validate the input fields in module programs?

598


Value table VS check Table.

959


Explain buffering

890


List the events in abap/4 language?

589


How will you define posting procedures?

906