2007 Jan 15 1:31 PM
Hi Experts,
What are User Exits ? I searched this sdn.sap.com for User Exits .I didnt understand User Exits ,even I browsed the given links .Could any one
give step by step using simple example.
Thanks in Advance
sagar.
2007 Jan 15 1:37 PM
Exits are basically pieces of code that allows you to modify the behaviour of the standard system, without change it so that an upgrade won't affect your modifications.
Pls. refer to OSS note to better understand them
regards
Roberto Mazzali
pls. reward if helpful
hi saga i was trying to find it in english bu i an unabel to..
2007 Jan 15 1:37 PM
Exits are basically pieces of code that allows you to modify the behaviour of the standard system, without change it so that an upgrade won't affect your modifications.
Pls. refer to OSS note to better understand them
regards
Roberto Mazzali
pls. reward if helpful
2007 Jan 15 1:49 PM
2007 Jan 15 2:14 PM
they are hints and suggestions by SAP.
go to service.sap.com/notes
and search in the website for your doubts
regards
roberto
2007 Jan 16 12:40 PM
Hi
There are basically two things
1) User Exit
2) Custom Exits(Function exit, field exit , screen exit)
User exits are specific to SD Module
u can check program MV45AFZZ , and search USEREXIT
For Function exit , go to CMOD Tcode , create project
then assign enhancement to , TRY U can use enhancement LMR1M001 .
and assign EXIT_SAPLMR1M_003 .
Try
2007 Jan 16 12:54 PM
hi
user exit are strategic location in the sap-standard programming, whrere you can impement extra functionality ot we can change the standard flow...
to fing the user-exit we have to goto SMOD transaction.. there u have to enter the Exit id then you will get the exits available... in CMOD you have to create a project and endter the EXITID( IF U WANTO IMPLEMETN normally the project will be created at the starting of the Implementation as a developer u no need to create a project)
in the SMOD if you double click on the exit.. u will enter to se37(function module editor... here there will find an INCLUDE .. here u have to write thecode.
when the standard program is running the system will chek whether the exit is implemented or not... then if it is implemented the system will execute you r code in the EXIT.
follow these links for more info
http://sapwiki.iwoars.net/index.php/Userexit
http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
Please Close this thread.. when u r problem is solved
Reward if Helpful
Regards
Naresh Reddy K
Message was edited by:
Naresh Reddy
2007 Jan 17 6:50 AM
Hi Naresh Reddy,
http://sapwiki.iwoars.net/index.php/Userexit
this is working but in some other language .How to convert it to English
with regards,
sagar
2007 Jan 17 6:50 AM
Hi Naresh Reddy,
http://sapwiki.iwoars.net/index.php/Userexit
this is working but in some other language .How to convert it to English
with regards,
sagar
2007 Jan 17 7:35 AM
hi saga i was trying to find it in english bu i an unabel to..
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |