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 is the syntax of packed number?
What is narrow casting and wide casting?
Do we create table fields with out data elements and domains?
Differentiate between ooabap and abap?
Explain buffering concept usage?
Differentiate database index and match code.
What are the functional areas? User groups? And how does abap/4 query work in relation to these?
Why is pretty printer user in abap?
Explain Catch Command in ABAP?
What is the difference between select statement and provide statement ? : abap hr
How to find the return code of an stmt in abap programs?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What is processing class, where we do them and why? : sap abap hr
What is meant by stacked list?
what precautions or prerequisites do you follow to update a record into database table and how