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 tmg?
Which table stores the programs created?
What is interactive reporting?
THANKS ALL. i CLEARED THE INTERVIEW OF INFOSYS BASED ON THIS QUESTION SET. IT REALLY WORKS. LONG LIVE ALLINTERVIEW.COM
How to read files and process BDC's automatically ?
What is the full form of spro? : sap abap hr
What happens if only one of the commands set screen and leave screen is used without using the other?
What are the different control break statements available inside a loop?
What is its? : abap hr
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?
Why are insert and append statement used in sap abap?
Explain the use of table maintenance allowed?
What are the difference between call screen and leave screen?
What is delivery class? : abap data dictionary