what is diff b/w user exits and cutomer exits
Answer Posted / dushyanth kumar
User exit - A user exit is a three character code that
instructs the system to access a program during system
processing.
SXX: S is for standard exits that are delivered by SAP.
XX represents the 2-digit exit number.
UXX: U is for user exits that are defined by the user. XX
represents the 2-digit exit number
Customer exit - The R/3 enhancement concept allows you to
add your own functionality to SAP’s standard business
applications without having to modify the original
applications. SAP creates customer exits for specific
programs, screens, and menus within standard R/3
applications. These exits do not contain any functionality.
Instead, the customer exits act as hooks. You can hang your
own add-on functionality onto these hooks.
User exits are basically modifications done to the std. pgm
for whic u need to have access code,this is not reccomended
in sap as during upgradation none of the mod. will come
thru.
In contrast customer exits are enhancements done to the
std pgm in the space provided by sap so that during
upgrading versions this also will be available.
Customer exits types
Function exits, Field exits, screen exits.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What kind of financial periods exist in sap? What is the relavent table for that?
What is generic buffering?
What is locking ?
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
Can we make use of flow logic control key words in abap/4 and vice-versa?
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
Why do we use logical blocks in abap program?
what is field string ? & where we are using field strings?
How to know if the value entered contains records or not?
Search help exit details.
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
Explain the differences between at selection-screen and at selection-screen output?
What do you mean by pooled tables in sap abap? Also explain what do you mean by table pool? : abap data dictionary
What are the data types of the external layer? : abap data dictionary
Explain read dataset in sap abap?