‎2007 Feb 08 4:12 AM
Hi,
i am new to SAP enhancement and modifications.
please can anybody suggest the way to implement the function module exits.
Thanks and regards
Manju
‎2007 Feb 08 4:24 AM
HI,
1) Use the project management (transaction: CMOD) function to edit function modules for function module exits.
2) Use the button for editing components to go directly to the function module editor (display mode).
3) DO NOT change the function module itself. It is especially important that you do not alter the interface in any way. The function module, however, contains an INCLUDE statement for an include program that you have to create in the customer namespace.
4) Select the include name beginning with ZX. This automatically takes you to the editor of the include program, where you can enter your code.
Regards,
Sesh
‎2007 Feb 08 4:19 AM
Hi
go thru these urls:
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
http://softwarefinder.mbtmag.com/search/for/Home-SAP-User-Exits-Tutorial.html
http://www.sapbrain.com/TUTORIALS/TECHNICAL/user_exits_tutorial.html
http://searchsap.techtarget.com/sDefinition/0,290660,sid21_gci871107,00.html
if you have any doubts let me know
regards
Shiva
‎2007 Feb 08 4:24 AM
HI,
1) Use the project management (transaction: CMOD) function to edit function modules for function module exits.
2) Use the button for editing components to go directly to the function module editor (display mode).
3) DO NOT change the function module itself. It is especially important that you do not alter the interface in any way. The function module, however, contains an INCLUDE statement for an include program that you have to create in the customer namespace.
4) Select the include name beginning with ZX. This automatically takes you to the editor of the include program, where you can enter your code.
Regards,
Sesh
‎2007 Feb 08 4:26 AM
Hi,
Check these links.
http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction
https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=312792
https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=1320078
https://forums.sdn.sap.com/click.jspa?searchID=672084&messageID=2669896
http://www.allsaplinks.com/user_exit.html
Regards,
Priyanka.