‎2007 May 10 1:35 PM
Hi frendz,
Plz help me with user exit material, how it shld b implemented, how to work with that and how they can b used.
‎2007 May 15 6:14 AM
Hi,
check below links.
User Exits.
-
http://www.erpgenie.com/sap/abap/code/abap26.htm
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
menu exits.
http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
http://www.sappoint.com/abap/userexit.pdf#search=%22MENU%20EXITS%20%2C%20SAP%22
Thanks and Regards,
Pavankumar
‎2007 May 11 8:18 AM
Hi,
Refer to the following links i hope u will get some idea about user exit.
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.sap-img.com/abap/what-is-user-exits.htm
http://www.planetsap.com/userexit_main_page.htm
http://www.easymarketplace.de/userexit.php
http://expertanswercenter.techtarget.com/eac/knowledgebaseAnswer/0,295199,sid63_gci982756,00.html
http://sap.ittoolbox.com/documents/popular-q-and-a/debugging-a-user-exit-or-program-3022
http://help.sap.com/saphelp_nw04/helpdata/en/81/8c5738ee806b0ee10000009b38f889/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/bf/ec07a25db911d295ae0000e82de14a/content.htm
Regards,
Sudha
‎2007 May 11 8:56 AM
Hi,
User Exit is nothing Enahncement of the Standard Program with out changing the Exsisting Functionality. In user exits 1st step is finding the correct exit and
2nd step is implementing the logic.
T-Codes are
SMOD - To find the UserExit
CMOD - To Implement the logic
Follow the steps.
1. Once you find the User Exit Go to CMOD there you have to give the project name that project name should get from your Functional people, or if you know no problem.
2. Click on Create button it will asks save it local or Package.
3. In Enhancements it will give the All Exits Names then double click on your exit
4. It will take you into a Functional Module nothing but your Exit.
in that Exit you will find Include Program i.e. Eg: ZXQSMU01 where you are going to implement your logic.
5. Double Click on the Include program it will asks create object click enter
it will creates there you can write your logic save it local or any package and Activate it.
6. You need not to pass any values from Functional module/Exit to Include program that import/export values automatically program will access, you don't bother directly you can access the import/export etc. values in the program.
Finally your Exit and Project also Activate it. then check your requirement reached or not.
if any clarifications reply me.
Regards
Ganesh
‎2007 May 11 9:52 AM
hi
good
go through the below links
http://www.planetsap.com/userexit_main_page.htm
http://www.easymarketplace.de/userexit.php
http://www.sap-img.com/abap/what-is-user-exits.htm
thanks
mrutyun^
‎2007 May 15 6:14 AM
Hi,
check below links.
User Exits.
-
http://www.erpgenie.com/sap/abap/code/abap26.htm
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
menu exits.
http://www.sapdevelopment.co.uk/enhance/mod_sapmenu.htm
http://www.sapdevelopment.co.uk/enhance/enhancehome.htm
http://www.sappoint.com/abap/userexit.pdf#search=%22MENU%20EXITS%20%2C%20SAP%22
Thanks and Regards,
Pavankumar