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 steps carried the ALE?
Explain the disadvantages of logical databases?
How many main windows can create in Scripts?
what is the meaning of SCREEN-INPUT = '0/1', SCREEN-ACTIVE = '0/1'. in event AT SELECTION-SCREEN OUTPUT
what is abap token?
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?
how to debug the program based on the user
What is the difference between LSMW and BDC?
as a developer how u will decided which internal table we will use for requirement?
Between select .........endselect write one statement executes the cursor goes to dump analysis?what is the statement ?
What do you understand by work area and internal tables in abap? Why do we use it?
How to change selection screen dynamically?