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 exit

Former Member
0 Likes
651

Hi Experts,

.

I know how to find User Exits.But how can we identify exacty which is Screen Exit?..Can any body let me know any T-code name or pgm name in which a screen -exit exists....

Regards

1 ACCEPTED SOLUTION
Read only

anversha_s
Active Contributor
0 Likes
623

hi,

*****************

n order to find out the user exits for any tcode,

1. get the developement class of the tcode from SE93.

2. Now goto transaction SMOD and press F4,

3. give in the Deve class in the dev class and Press ENTER

this will show u the exits for any tcode.

or execute this report

http://www.erpgenie.com/sap/abap/code/abap26.htm

which gives the list of exits for a tcode

http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

For information on Exits, check these links

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.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

rgds

anver

8 REPLIES 8
Read only

anversha_s
Active Contributor
0 Likes
624

hi,

*****************

n order to find out the user exits for any tcode,

1. get the developement class of the tcode from SE93.

2. Now goto transaction SMOD and press F4,

3. give in the Deve class in the dev class and Press ENTER

this will show u the exits for any tcode.

or execute this report

http://www.erpgenie.com/sap/abap/code/abap26.htm

which gives the list of exits for a tcode

http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm

For information on Exits, check these links

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.sap-img.com/abap/a-short-tutorial-on-user-exits.htm

http://www.sappoint.com/abap/userexit.pdfUser-Exit

rgds

anver

Read only

anversha_s
Active Contributor
0 Likes
623

hi,

above post was for finding user exits.

<i>Pls. follow the below points,</i>

<b>Screen Exit</b> is nothing but enhancing the screen like creating some more fields, subscreen and so on.

1. Go to the screen>System>Status-->Program (Double

click this program. It will take you to the program.

2. Now, Goto-->Object Directory Entry.

3. Make a note the package name.

4. Now run the transactions SMOD, press F4 and enter the

above noted package, press enter.

5. It will display list of Exits.

6. Now go back to the initial screen SMOD.

7. Specify the exit name here and select the radio button

Components.

8. It will display four group boxes one for FM, second

for Fcodes, thrid for Screen areas and last for

includes.

9. Goto transaction CMOD, create a new project, and

click the button "Enhancement assignments" and

specify your enhancements that you got in SMOD.

10. Now bouble clikc the enhancement, it will take you to editor with some includes starting with Z, double clikc the include you want to edit and proceed.

For more details checkmout this link.

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

Regards

Anver

if hlped pls mark points

Read only

Former Member
0 Likes
623

HI,

as you said, you know how o find out the user-Exits, so when you have the list

of the user exits, then see that function module, there in the below, you will know

whether this exit will have the Screens or not, so there if that exit will have the

Sub screens, then it will become a Screen Exit ..

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

Read only

Former Member
0 Likes
623

Hi..

there are two db tables.. specific for the EXITS..

check these tables

1. MODSAP is for SAP Enhancement

2. MODACT is for Modifications

in the table modsap if you check for the table entries..

there will be a field con. typ. if you select screen exits for this field..

it will list the screen exit available.. then you can refer for which transaction in the usual way..

regards

kothai

Read only

0 Likes
623

Hi All,

Thanks.

Read only

Former Member
0 Likes
623

hi,

i got it .........................

the transaction code is ME21N and package name is ME

the exit is

<b>AMPL0001</b>- User subscreen for additional data on AMPL.

check this out. please reply back if u have any issues

Read only

0 Likes
623

Hi,

Thanks.

Read only

0 Likes
623

Hi,

Can you tell me how can we implement this...?

Regards