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: 

download all exits!!

Former Member
0 Kudos

Hi

Is ther any program for downloading all the exits like we do with programs?

Regards

Gunjan

2 REPLIES 2

Former Member
0 Kudos

Hai Gunjan

Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT

If you know the Exit name, go to transaction CMOD. Choose menu Utillities->SAP Enhancements.

Enter the exit name and press enter.

You will now come to a screen that shows the function module exits for the exit.

1. MODSAP & MODSAPT is the table.

2. Where we can give the enhancement name.

3. Component type will be E

for getting the FMs.

E Function exit

S Screens

T Tables

C GUI code

Have look at this links

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf

http://www.sapgenie.com/abap/ole.htm

http://help.sap.com/saphelp_46c/helpdata/en/59/ae3f2e488f11d189490000e829fbbd/frameset.htm

http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIOFFI/BCCIOFFI.pdf

Thanks & regards

Sreenivasulu P

Former Member
0 Kudos

Hi Gunjan,

You can use the code in the link for listing all exits in Tcode.

<a href="http://www.sap-img.com/ab038.htm">Finding the user-exits of a SAP transaction code</a>

Regs,

jaga