Application Development and Automation 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: 
Read only

User exist in SD ?

Former Member
0 Likes
798

HI All,

I wanted to know all the user exist which are there in SD and <b>what is the best approach to start working on an user exist</b>?

I am very much confused with screen exist? I will be gratetful to you all if you could help me to understand screen exist.

Thanks in advance,

Regards,

Megha

1 ACCEPTED SOLUTION
Read only

Manohar2u
Active Contributor
0 Likes
684

Megha

The best way to find user exits is from se81. Select appliction component, press F9, press shift+F4 information system. Now you open the node what objects you want to search.

Open Enhancements-customer exits-Enhancement and press F8. Now an entire list of enhancement for selection application component will be displayed.

Look for this link for example.

<a href="http://www.sappoint.com/abap/userexit.pdf">Step by step guide for exits</a>

Regds

Manohar

Message was edited by: Manohar Reddy

3 REPLIES 3
Read only

Manohar2u
Active Contributor
0 Likes
685

Megha

The best way to find user exits is from se81. Select appliction component, press F9, press shift+F4 information system. Now you open the node what objects you want to search.

Open Enhancements-customer exits-Enhancement and press F8. Now an entire list of enhancement for selection application component will be displayed.

Look for this link for example.

<a href="http://www.sappoint.com/abap/userexit.pdf">Step by step guide for exits</a>

Regds

Manohar

Message was edited by: Manohar Reddy

Read only

Former Member
0 Likes
684

Megha,

I am not it will be very helpful to find out the entire list of user exits for the whole module, that is going to be a big list.

However, once you identify a transaction, then it will be easy to identify the exits to that transactions. Take a look at this link which has a proram when executed will give a list of exits available for the given transaction.

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

So, give a business process, you know which transaction to execute and now you also know what exits are available in that transaction.

Regards,

Ravi

Note :Please mark the helpful answers and close the thread if the question is answered

Read only

Former Member
0 Likes
684

Hi

Trx SPRO

Sales & Distribution->System Modification->User Exits

There you can find SD exits and their explanations.

Max