what is diff b/w user exits and cutomer exits
Answers were Sorted based on User's Feedback
Answer / chinna rayudu
User Exits: 1.These are forms, so they are called by sap
standard programs using perform.
2. Inside the form you can read and change almost any
global data from host program.
3. User exits doesn't have any clasification.
4. These are basically desined for SD module only
Customer Exits: 1. These are functions, so they are called
using call functions.
2. Inside the function you can only access your
import/export/changing/table/parameters
3. These exits have function, module, screen exits.
4. These are available for mm, sd,fi, hr almost for all
modules
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / sateesh r
user exit:
user exits in the form of subroutiens.
For user exit we need Access Key.
it can be used for SD module.
Customer Exit:
for C.Exit we dont want Access key.
In customer Exit we have function module exit
menu exit
screen exit.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sreenivasa rao yarru
user-exits not come under enhancement
but custmer exits are enhancements
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / swamy
user_exit:in the form of the subroten this is mostly using
Sd module
customer_exit:in the form of the function module .
It has a four types
1.screen exit
2.menu exit
3.function exit
4.field exit
Is This Answer Correct ? | 0 Yes | 0 No |
Can a transparent table exist in data dictionary but not in the data base physically?
explaine about factory calender.
What are the types of search helps? : sap abap data dictionary
What are the fields in a bdc_tab table? : abap bdc
How many interactive lists?
3. After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then?
wat does BDCRECXX contains?
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
how to copy standard sap program to z program
What is the difference between open sql & native sql ?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Different types of luws. What are they?