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
Abstract class and interface, multiple inheritance, live example
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
How to call other programs?
What are authorization objects and what statement is used to perform an authorization check in an abap program?
What are the disadvantages of using explicit enhancement?
What is a development class? : abap data dictionary
How you attach search help to data element? : sap abap data dictionary
What is the bapi?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
In delivery processing which step comes first picking, packing, posting goods issue ?
What are internal tables? : abap hr
Is it possible to bring select option in module pool screens?
What is a subroutine?
In the MM module for finding out the standard cost what is the view one has to look at?
What is the difference of update types in call transaction method ? : abap bdc