How to find user exit
Answers were Sorted based on User's Feedback
Answer / gagan
Goto se24, pass class name CL_EXITHANDLER.
Double Click on method GET_INSTANCE.
put break point on fucntion
cl_exithandler=>get_class_name_by_interface
Run your Transaction in another session , check for exitname
at break point.
You will get all badi's and User exit in sequence for your
action in transaction.
Is This Answer Correct ? | 19 Yes | 7 No |
Answer / venkata ramamohana rao s
1) find out the package using program name.
2) find out the enhancement spots using smod.
execute smod->press f4 and provide the package name, press
enter. find out the list of programs regarding to the
package select the required one and press enter display the
exits(spots) that may be user exist, screen exits or menu
exists, double-click on user exist and and implement our
new things.
or
go for se81 provide package name vmod.
4) CMOD is for activate spots(implimentation of spots).
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / pnrao.abap
3 ways of find user exit
1.CMOD->F4->SAP APPLICATIONS
2.SYSTEM->STATUS->PROGRAM->FIND->CALL CUSTOMER FUNCTION MAIN
PROGRAM
3.SPRO->MM/SD->SYSTEM MODIFICATIONS->USER EXIT(WHATEVER YOU
NEED CLICK ON THAT)->TO MODIFY THE INCLUDE PROGRAM (WE WANT
TO ACCSS KEY)
Is This Answer Correct ? | 4 Yes | 8 No |
how many pages in sap scripts 00to98 or 00to99 ...?
WHAT IS THE USE OF SECONDARY INDEXES AND WHAT IS MAX LIMIT OD SECONDARY INDEXES?
What is the Comparison between Class and Function Module in Data Point of View?
how can we change general report to alv report?
Can we create internal table in smart forms or scripts?if yes where and how?
What are the events used in abap in the order of execution?
What are different ways in which data upload can be done using LSMW?
Explain difference between primary key and unique key?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is sequence number
11. what is the difference between user-exit & customer-exit?
what are value table and check table ?and what are the difference between them?