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 |
difference between the workarea and headerline.plz tell me the answer
Events used in Interactive Reports?
What is runtime analysis? Have you used this?
what is an user exit?
What is the difference between a pool table and a transparent table and how they are stored at the database level?
how 2 create the normal form by using functional module
What are the different kinds of lock modes?
Differentiate between ooabap and abap?
What are the data types of the abap/4 layer?
Is a logical database a requirement/must to write an ABAP query?
what is ASAP methodology? How many phases are there? what is the percentage of each phase?
if i want to take some matter from a smart form to another smart form .then how is it possible?