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 the buffering options in abap?
What are the three ways for searching for Enhancements ?
How do you get output from IDOC?
What does a lock object involve?
what are Table-Controls?
Suppose u r using FOR ALL ENTRIES. What happens when there is no data in the itab which is using all the entries?
What is the purpose of BAPI 'BAPI_SALESORDER_SIMULATE'? Write a sample program.
What are the advantages and disadvantages of ABAP query tool?
What data is contained in data dictionary? : abap data dictionary
Static and instance variable and method with live example. Why and when to use
What are the differences between table and structure in data dictionary?
How to create a link between modified form and modified print program?