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 u2013exit required for application e.g. Va01 (create sales order)

Former Member
0 Kudos

If I want to know what I sthe list of user exits used for a particular application in a system. i.e in this company how have they modified the Sap standard VA01 standard application and which user exit they used, how to see that quickly

Similarly with all the different applications, even for deliveries VL01N etc etc

Jyoti kamal.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Check below link..

[http://www.sap-img.com/ab038.htm]

2 REPLIES 2

Former Member
0 Kudos

see,

Userexits can be found in number of ways:

1) To find userexits 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 .

2)The other method of finding userexit is to find the word USEREXIT in the

associated program of the transaction for which we want to determine userexit using SE38.

3)The other method of finding userexits is to find the include in case of SD/MM applications where the userexits are located ,this can be found in the SAP reference IMG generally in the subfolder under SYSTEM MODIFICATION.

Former Member
0 Kudos

Check below link..

[http://www.sap-img.com/ab038.htm]