differnce between user and customer exit
Answers were Sorted based on User's Feedback
Difference between user exits & customer exits:
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.
The following document is about exits in SAP :-
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 user 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.
Types of Exits
There are several different types of user exits. Each of
these exits acts as hooks where you can attach or "hang"
your own add-ons.
Menu Exits
Menu exits add items to the pulldown menus in standard SAP
applications. You can use these menu items to call up your
own screens or to trigger entire add-on applications.
SAP creates menu exits by defining special menu items in the
Menu Painter. These special entries have function codes that
begin with "+" (a plus sign). You specify the menu item’s
text when activating the item in an add-on project.
Screen Exits
Screen exits add fields to screens in R/3 applications. SAP
creates screen exits by placing special subscreen areas on a
standard R/3 screen and calling a customer subscreen from
the standard screen’s flow logic.
Function Module Exits
Function module exits add functions to R/3 applications.
Function module exits play a role in both menu and screen exits.
When you add a new menu item to a standard pull down menu,
you use a function module exit to define the actions that
should take place once your menu is activated.
Function module exits also control the data flow between
standard programs and screen exit fields. SAP application
developers create function module exits by writing calls to
customer functions into the source code of standard R/3
programs.
These calls have the following syntax:
CALL CUSTOMER-FUNCTION ‘001’.
Field Exits
Field exits allow you to create your own programming logic
for any data element in the Dictionary. You can use this
logic to carry out checks, conversions, or business-related
processing for any screen field. Example: The data element
BBBNR identifies a company’s international location number.
You might want to set up your R/3 System so that all
international location numbers are larger than 100.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / prasad
Exits are like hooks to carry on additional functionality
without disturbing the standard functionality.
Simply we can differentiate user-exits and customer exits as
user-exits are created using subroutines and customer-exits
through function modules.the other type of enhancement is
through bapi's which is through methods.
| Is This Answer Correct ? | 2 Yes | 4 No |
How do you convert non-char field into char type fields ?
WHAT IS DATA CLUSTER? HOW DO YOU ESTIMATE THE TIME TO FINISH A PARTICULAR OBJECT?
What is internal payroll process? : sap abap hr
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?
Difference between Maintanance view, Help view, Data Base View and Projection View?
What are screen painter and menu painter?
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
What is the exact use of Reuse_alv_field_catlog_merge.
what is call back in alv?
Can we change the IDoc number ? if yes..How ?
scripts are client independent then how to transfer from one client to (i know RSTXR3TR AND SCC1 TCODE )another client?
how to create a button in selection screen?
SAP Basis (1262)
SAP ABAP (3939)
SAPScript (236)
SAP SD (Sales & Distribution) (2717)
SAP MM (Material Management) (912)
SAP QM (Quality Management) (99)
SAP PP (Production Planning) (523)
SAP PM (Plant Maintenance) (252)
SAP PS (Project Systems) (138)
SAP FI-CO (Financial Accounting & Controlling) (2766)
SAP HR (Human Resource Management) (1180)
SAP CRM (Customer Relationship Management) (432)
SAP SRM (Supplier Relationship Management) (132)
SAP APO (Advanced Planner Optimizer) (92)
SAP BW (Business Warehouse) (896)
SAP Business Workflow (72)
SAP Security (597)
SAP Interfaces (74)
SAP Netweaver (282)
SAP ALE IDocs (163)
SAP Business One (110)
SAP BO BOBJ (Business Objects) (388)
SAP CPS (Central Process Scheduling) (14)
SAP GTS (Global Trade Services) (21)
SAP Hybris (132)
SAP HANA (700)
SAP PI (Process Integration) (113)
SAP PO (Process Orchestration) (25)
SAP BI (Business Intelligence) (174)
SAP BPC (Business Planning and Consolidation) (38)
SAP BODS (Business Objects Data Services) (49)
SAP BODI (Business Objects Data Integrator) (26)
SAP Ariba (9)
SAP Fiori (45)
SAP EWM (Extended Warehouse Management) (58)
Sap R/3 (150)
SAP FSCM Financial Supply Chain Management (101)
SAP WM (Warehouse Management) (31)
SAP GRC (Governance Risk and Compliance) (64)
SAP MDM (Master Data Management) (0)
SAP MRS (Multi Resource Scheduling) (0)
SAP ESS MSS (Employee Manager Self Service) (13)
SAP CS (Customer Service) (0)
SAP TRM (Treasury and Risk Management) (0)
SAP Web Dynpro ABAP (198)
SAP IBP (Integrated Business Planning) (0)
SAP OO-ABAP (Object Oriented ABAP) (70)
SAP S/4 HANA Finance (Simple Finance) (143)
SAP FS-CD (Collections and Disbursements) (0)
SAP PLM (Product Lifecycle Management) (0)
SAP SuccessFactors (33)
SAP Vistex (0)
SAP ISR (IS Retail) (28)
SAP IdM (Identity Management) (0)
SAP IM (Investment Management) (0)
SAP UI5 (59)
SAP SCM (Supply Chain Management) (51)
SAP XI (Exchange Infrastructure) (49)
SAP Cloud Platform (34)
SAP Testing (89)
SAP SolMan (Solution Manager) (63)
SAP MaxDB (116)
SAP GUI (15)
SAP AllOther (329)