difference between user-exit and customer-exit?
Answers were Sorted based on User's Feedback
Answer / srishilampothuganti
in user-exit we have to use subroutines
in cutomer-exit we have to use function modules .
this is the major diffenrence.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / vandan
Customer Exits : In standard programs we can find function
modules. with in that fm's we can find includes. There we
have access to writing our own code. No need of Access key.
Through package we can find Enhasement and we can impliment
our code in SMOD and CMOD tcode's.
User Exits : In standard programs we have Subroutines
wich will b started with User-exit. based on formal
parameters of subroutine we will impliment our code.For
implimentation we must require Access key.
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ramuyadavbsc
User-Exit: USER EXIT AVILABLE ONLY IN SD MODULE
USEREXIT IN THE FORM OF SUBROUTINEES
USEREXIT NEED ACCESSKEY
IN USER EXIT WE ARE DIRECTLY WRITTING THE CODE THROUGH
ACCESSKEY
USEREXIT IS ALSO CALLD AS MODIFICATIONS.
HERE FIND USER-EXIT ARE LIGHT DIFFCULT
CUSTOMER-EXIT:CUSTOMEREXITS IN THE FORM OF FUNCTION MODULES
CUSTOMEREXITS ARE DIFFERENT TYPES THEY ARE
1.FUNCTION-EXIT
2.MENU-EXIT
3.SCREEN-EXIT
4.FIELD-EXIT
THESE ARE IMPLEMENTED USING CUSTOMER-EXIT
HERE EXITS ARE ESSILY FIND OUT USE DIFFERENT WAYS LIKE
USING CALL CUSTOMER, SMOD, SE84 ARE USED TO FIND THE
ENHANCEMENTS
Is This Answer Correct ? | 1 Yes | 0 No |
What are work process in ABAP?
will where conditions in a sql query help improve performance?
What is processing class, where we do them and why? : sap abap hr
can any post me all steps in MM ,SD, PP FLOW in detail?
What is step-loop?
if while coding power goes off , how to retrieve the codes?
Can we create a field without data element ? If yes what is the difference?
how many main windows you can maintain in a smartform? wt is the types of window in smartform?
Can we create Enhancements of our own, i.e. customer defined?
What is img? : sap abap hr
explains how to handle the table control in bdc
difference between enhancement and modifying