Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User exit

P745394
Active Contributor
0 Kudos

Hi All,

Is there any way to check the User exits , Badi or BAPI applied for Work Order , IW31.

For any transaction how to know what are the User exits applied.

Regards,

1 ACCEPTED SOLUTION

former_member222860
Active Contributor
0 Kudos

Did you check this wiki ![Find User Exits in Transaction|http://wiki.sdn.sap.com/wiki/display/Snippets/Codesnippettofinduserexitsinatransaction]

6 REPLIES 6

former_member222860
Active Contributor
0 Kudos

Did you check this wiki ![Find User Exits in Transaction|http://wiki.sdn.sap.com/wiki/display/Snippets/Codesnippettofinduserexitsinatransaction]

kesavadas_thekkillath
Active Contributor
0 Kudos

Former Member
0 Kudos

Hi ,For finding Zprojects of CMOD.

Go to tabla TADIR.

enter object type as SMOD.

and object name as Z* or Y*.

U will get all the projcets .

Regards

vijy_mukunthan
Active Contributor
0 Kudos

Hi Srinivas

Check these

Enhancement

IWO10012 Maintenance order: Priority handling on central header

Business Add-in

IWO_UI_USEFLEX BAdI for Calling Up an Alternative UI

Regards

vijay

Former Member
0 Kudos

Hi,

Try this, To find all the BADI's or user exists available in any transation is,

1. Goto SE24

2. enter object type CL_EXITHANDLER

3. Click diplay button

4. Double Click the method GET_INSTANCE

5. Place a breck point at function ' call method cl_exithandler=>get_class_name_by_interface'.

This break point will trigger for all transation, you can find the badis in the 'exit_name '.

Thanka,

kavitha

0 Kudos

Also posted [here|;

PeteA