cancel
Showing results for 
Search instead for 
Did you mean: 

how to see the user exits present in current client

Former Member
0 Kudos

In the client's business, consultants have done few user exits for fulfilling the client's requirement.

As there is very less scope for KT, the new consultant is unable to get the information. In that case, how the new consultant of that existed team can know, what all user exits are there

please let me know

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Usually consultant can easily find the user exit  based on the Transaction code..I would suggest the new consultant to do a acycle a of all activities corresponding to his module and then he can find the User exits which is been used for the transaction.

For Eg..When I am creating a sales order if the pricing date is mandatory, if this is done through an exit then probably he can search exits MV45AFZZ and MV45FZB..

Raneesh

Former Member
0 Kudos

Hi,

There are multiple ways to find User/Customer exists:-

1 -  go to se 24 and type CL_EXITHANDLER 

-> double click on GET_INSTANCE in methods tab

->put a breakpoint at this CALL METHOD cl_exithandler

->get_class_name_by_interface 

-> start the transaction for which you want to see exits

-> debugger starts as you start transaction

-> see the values under exit_name variable you wiill find all exits

2 - start the transaction for which you want to find the exit

-> click on system

-> click on status

-> In SAP(DATA)  portion double click on Program(Screen) Name.

A program get opened now click on Goto 

-> click on Attributes

-> here you find package associated with transaction.

-> Goto se80 and select package form dropdown

->Paste the copied Package name and press enter

-> In Objects Name window you will see a folder name enhancements...... under which you will see all available enhancements

3 - We can also use SPRO to find exits name