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: 

How to find the specifed user-exit

Former Member
0 Kudos

Hi, experts. i am first time to do enchancement. can anyone tell me how to find specifed user-exit. for example, how to find MV45AFZZ? Also, what i should pay attention to when doing enhancment works? thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jrockman,

There are many things associated to user exit.

a) Tcode- CMOD. here you can find

b) USER-EXIT triggering points ->

Go to se93 and give the tcode to find the main program associated to it.

Go to se38 and give the main program.

Find the package associated to it.Go to->Object Directory Entry.

Go to smod transaction.

Press f4.

Press Information System Button.

Give the Project(Dev Class).

Press enter.

Find the enhancements associated

c) Check the code posted by me ,to get the list of User exits and Badi for a particular tcode in the link mentioned below.

d) few useful links to understand User exits.

http://www.sapdevelopment.co.uk/enhance/enhancehome.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sappoint.com/abap/userexit.pdf

ABAP Enhancements and Modifications - General

https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd...

Menu Exit

http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/menu-exits-72696#

Screen Exit

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

Hope it helps.

Manish

3 REPLIES 3

Former Member
0 Kudos

Hi Jrockman,

There are many things associated to user exit.

a) Tcode- CMOD. here you can find

b) USER-EXIT triggering points ->

Go to se93 and give the tcode to find the main program associated to it.

Go to se38 and give the main program.

Find the package associated to it.Go to->Object Directory Entry.

Go to smod transaction.

Press f4.

Press Information System Button.

Give the Project(Dev Class).

Press enter.

Find the enhancements associated

c) Check the code posted by me ,to get the list of User exits and Badi for a particular tcode in the link mentioned below.

d) few useful links to understand User exits.

http://www.sapdevelopment.co.uk/enhance/enhancehome.htm

http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sapgenie.com/abap/code/abap26.htm

http://www.sap-img.com/abap/what-is-user-exits.htm

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

http://www.easymarketplace.de/userexit.php

http://www.sappoint.com/abap/userexit.pdf

ABAP Enhancements and Modifications - General

https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd...

Menu Exit

http://sap.ittoolbox.com/groups/technical-functional/sap-r3-dev/menu-exits-72696#

Screen Exit

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

Hope it helps.

Manish

Former Member
0 Kudos

hi Manish Kumar. thanks a lot.

0 Kudos

See [here|http://www.sapfans.com/forums/viewtopic.php?t=236062]