‎2013 Feb 12 4:48 AM
Hi all,
I am confusing between the Customer and User Exit.
There is no doubt , I found a lot of help docs about this in SCN & Google. But unable to find the exact difference between these two.
As per my knowledge Customer Exits are like Three digit ending function modules where an include program is there to make enhancements . So I will create a project and enhance the standard program by adding the customer exits using CMOD & SMOD. I am ok with that and working fine also.
So what is USER EXITS & TCODES for modifying this one.
Regards,
Praveen
‎2013 Feb 12 5:08 AM
Hi Praveen ,
User Exits are one of the techniques involved in Enhancement Frameworks by SAP mainly for module SD.
That doesn't need any creation of project or implementation.
SAP has provided various hook points where custom codes can be added to change the processing flow of standard tcode.
Coding can be added by either using SSCR code or using Implicit Enhancements.
Go through this link also
http://help.sap.com/saphelp_nw70/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
‎2013 Feb 12 5:11 AM
‎2013 Feb 12 5:15 AM
Hi Praveen,
User exits are used for only in SD module.
Other modules like MM , FI, PP ...etc we have the Customer exit , under customer exits we have screen exits, menu exits ..etc...
User exits as below:
Ex:
USEREXIT_SAVE_DOCUMENT_PREPARE
USEREXIT_SAVE_DOCUMENT'
Link find the user exits:
‎2013 Feb 12 5:22 AM
Hi.
It’s really difficult to answer but USER EXIT is based on some business action like "when click on SAVE button"
But CUSTOMER EXIT is adding our customized logic in std process flow. Don’t base on any business action mostly.
Regards.
NJ
‎2013 Feb 12 5:25 AM
Moderator Message: Read sap help thoroughly, thread locked.
If you find the difference between modification & enhancement, then you will know the difference between user exit and customer exit.