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 the meaning of sap r/3?
How to get the table name from a field? NOTE:if only the field name is given in a flat file.
What are the system table used in abap?
How many lists you can have in a Interactive Report?
What is modularization and its benefits?
What is Routine in ABAP and Types of routines?x
how do you send the BDCDATA table in a Call Transaction statement
cardinality 1:6 wat view?
Is there any BAPI to retrieve list of customers and their sales areas i.e., Cust No, Distr Channel and Division for all the customers.
Proxy Programming with ABAP - How to develop the Proxy identification through programming
Have you set up a back ground job ? How to create a background job without a variant ?
Can you print decimals in type n? What is difference between float and packed data type?