cancel
Showing results for 
Search instead for 
Did you mean: 

userexits

Former Member
0 Kudos

In a sales orders create transaction i am finding so many userexits by searching the code, is there any other method to find userexits and

how can i find userexit that exactly suits my requirement

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

hi prasanth,

its also better actually to have a program in the dev server to find user exits for a given t.code. With this program for any given t.code it will list you all the possible enhancements. If you select the components in it, it will provide you a list of exits available.

check this link for the program :

[User exits by t.code|http://liveinsap.blogspot.com/2008/01/find-user-exit-by-using-t-code.html]

regards

sadhu kishore

Former Member
0 Kudos

please go to the system modifications under Sales and distribution in the IMG . You will find all relevant user exits for sales distribution only.

regds

Jude

Former Member
0 Kudos

Hi

User exits can be found in number of ways:

1) To find user exits in SD module , goto object navigator(SE80) and select

development class from the list and enter VMOD in it. All of the userexits in SD are contained in the development class VMOD. Press

enter and you will find all the includes which contain userexits in SD for

different functions like PRICING, ORDER PROCESSING etc. Select the userexit according to the requirement and read the comment inserted in it

and start coding

Need to find user exits module-wise? Suppose we want to see the available sales module user exits. Go to transaction SE81. Click on SD, then click “edit” on the menu bar and choose select subtree. click on “information system,” Open Environment node, customer exits, and enhancements. Press F8 to get all the user exits for that module. In brief: SE81->SD->select subtree->Information System->Envir->Exit Techniques->Customers exits->enhancements->Execute(F8)

Former Member
0 Kudos

Got to SPRO---> Sales and Distribution -->System Modifications >User Exits>User Exits in Sales

Former Member
0 Kudos

Goto SMOD transaction .

u can see the standard modifiacations

ranjeetrajendra_jain
Active Contributor
0 Kudos

you can use tcode cmod to find all the user exits in a programm. firstly search for the programm run by a tcode

get that into tcode CMOD and it will display list of user exits...

Hop this helps

Ranjeet