‎2006 Aug 18 6:24 AM
hi.
i have not worked on user exit.can anyone give me simple example how to do user exit? or is there any document showing step by step example of user exists..
‎2006 Aug 18 6:28 AM
HI,
check this link for step by step implementation of user exit.
http://www.sapbrain.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html
Regards,
HRA
‎2006 Aug 18 6:29 AM
Hi puru,
User exits are hooks in standard SAP code, which allow you to add functionality. The positioning of these exits has been defined by SAP, so often you can't find one where you need it!
The implementation of user exits depends on the module. Some (and more, as you go to later releases) are implemented using CALL CUSTOMER-FUNCTION (see help documentation for this ABAP statement) - these are controlled from transactions CMOD and SMOD - have a look at the online documentation - transaction CMOD, menu Utilities --> Online Manual.
check this link:
http://www.allsaplinks.com/user_exit.html
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
regards,
keerthi.
‎2006 Aug 18 6:36 AM
hi puru,
check these links..
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://www.planetsap.com/userexit_main_page.htm
http://help.sap.com/saphelp_nw04/helpdata/en/c8/1975cc43b111d1896f0000e8322d00/content.htm
http://www.planetsap.com/Userexit_List.htm
hope this helps,
do reward if it helps,
priya.
Message was edited by: Priya
‎2006 Aug 18 6:42 AM
User exit have serval ways:
1 Modification,just change standard code in program
2 Tcode:cmod ,smod. u can use Tcode:smod to see this user-exit has components and then u implemt this user-exit according to your requestion in Tcode:cmod.
3 Tcode:se18,se19. u can use Tcode:se18 to see this BADI has methods or screen and then u implemt this BADI in Tcode:se19
U can find more detail information at www.help.sap.
‎2006 Aug 18 6:56 AM
Hi all.
if anyone have material on user exists, please mail me.
my mail id if: <b>r.badhe@rediffmail.com</b>.
Thanks.