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 is selection text in ABAP
What are the advantages/ dis-advantages of logical databases?
What is size category?
How does the interface between the dynpro and the abap/4 modules take place?
How do you know that data is updated in call transaction
what is check table..what is domain?
What is the difference between leave transaction and call transaction?
what is Badi ?
Have you used SAP supplied programs to load master data?
How to handle table control in BDC?
Polindrome Program for string and Polindrome Program for numbers in ABAP
check sy-subrc = 0 and if sy-subrc =0 difference explian