‎2006 Nov 10 12:40 PM
‎2006 Nov 10 12:58 PM
Hi Willard,
Execute the transaction CMOD.
Give a project name.
Press create button and then give the short text..
Press "Enhancement assignments" in the application toolbar..
It will prompt you to save the project..
Save it..
THen in the "Enhancement assignments" screen give the enhancement name..
Then go to the initial screen of cmod..
Press the "activate project" button or CTRL + F3..
This will actiavate your user exit code..
Find some more link:
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.pdf
Reward points if this Helps.
Manish
‎2006 Nov 13 4:38 PM
Hi
Do you want to make use of an user exit? Or do you want to provide user exit?
I assume, you want to make use of an user exit. In this case, you are nothing to do with CMOD.
Function exit, menu exit and screen exit are only enhancements but not user exit. <b>User exit is almost a modification</b> (because you are writing something in SAP area) <b>where SAP provides an empty routine where you can mention your INCLUDE name and write coding your include. To do that you need SAP Modification Key.</b>
The difference between the actual modifications in SAP programs and user-exit modifications is - at the time of update SAP will ignore this area.
Regards
Surya.
‎2006 Nov 13 6:19 PM
User exits
Types of User Exits:
Working Process:
Activating the Exit
TCode: CMOD
· Here create a project à give small Description
· Here we have to enter our enhancement and activate the project.
Award points if helpful,
Thanks
Aneesh
‎2006 Nov 14 7:23 AM
Hi,
Check the following links for User Exits
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
www.sappoint.com/abap/userexit.pdf
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
http://help.sap.com/saphelp_nw04/helpdata/en/c8/19763443b111d1896f0000e8322d00/content.htm
Please reward points.
‎2006 Nov 14 7:28 AM
Hi
<b><i>in order to find out the user exits for any tcode,</i></b>
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
<b><i>if hlped pls mark points</i></b>
‎2006 Nov 14 7:30 AM
Have a look at below link. It will give you steps to create the user exits.
http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec079f5db911d295ae0000e82de14a/frameset.htm
Best Regards,
Vibha
*Please mark all the helpful answers