what is the difference between user-exit &
customer-exit?
Answers were Sorted based on User's Feedback
Answer / ajith kumar
customer-exit is based on enhancements concept where
in we add further required functonality to the sap
objects based on the enhancement facility provided by
the sap.Eg screen-exit,menu-exit,field-exit etc.User-exit
is also used to provide more features to the sap object like
enhancements,but technically user-exit is a modification to
sap objects because we are here modifiying the sap objects.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / sainath
Both customer Exits and User exits are Enhancements only.The
difference between these are:
1) User Exits are done using subroutines and it will ask for
access key.
Tcode for userexits : SPRO
2)Customer Exits are done through function module.
Tcode for customer exits : SMOD
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / sweta patel
user exit it is used to adds some additional functionality to standard functionality always through the 'subroutine'.
customer exit it is used to adds some additional functionality to standard functionality always through the 'Function module'.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shamim khan
i think tcode SPRO will give all the customer-exits and
SMOD/CMOD for user-exits.
Is This Answer Correct ? | 1 Yes | 5 No |
Do you know any other patterns if yes.. explain
Run Time Analysis - Transaction code?
What are the events driven batch jobs?
what is Initialization Purpose?
How to create standard text and how do u transfer it ?
What is the definition of modification in an sap system and how do they impact an upgrade?
what is the way to precide search helps in POV?
What is the difference of update types in call transaction method ? : abap bdc
IS DOMAIN IS REUSABLE ? IS DOMAIN IS CLIENT DEPENDENT OR CLIENT INDEPENDENT..
how to debug dialog box?
can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.
i had to write the code in such a way that duplicate entries should not entered in sap data base