what is the difference between user exit and customer exit?
what is ment by cusomer exit?and what is the difference
between user exit and badi?
Answer Posted / kamala
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the function module and a normal abap/4 subroutine?
What is tcode se16? For what is it used.
Difference between Read and Get cursor?
What is use of transparent table in abap? How it is different from pool tables?
How to set an Enhancement point for a custom report?
Explain what are the problems in processing batch input sessions?
What is modularization and its benefits?
What are standard layouts sets in the sap script?
What are internal tables? How do you get the number of lines in an internal table?
What is gui status? How to create /edit gui status?
if while coding power goes off , how to retrieve the codes?
What is dynpro? what are its components ?
How can you distinguish between different kinds of parameters?
What is sap abap data dictionary?
What is the significance of delivery class? : abap data dictionary