what is the difference between user-exit & customer-exit?
Answer Posted / mahadeo d. kedari
Difference Between User Exit and Customer Exit in SAP:::
1)--User Exit is the include program.Where we need the access key to add the code.
-- Customer exit are the functions where we does not need access key to add the code
2)--User exit are the empty sub routines that SAP Provides,we can fill the code as per the requirement
--Customer exit are provided to the customer in the form of function module which holds the INCLUDE in the customer namespace
3)--The user exit affects the SAP Standards.
--The Customer exit does not affects SAP Standards
4)--A user exit is a three character code that instructs the system to access a program during system processing
--SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the difference between tables and structures?
If I want to execute a program only in background not in foreground is there any option for this? : abap bdc
What primary key and foreign key relationship
What is direct input method ?
Did you create any joins?
Can you create a table with fields not referring to data elements? : abap data dictionary
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
What are the organizational related infotypes? : abap hr
What is collective search help? : sap abap data dictionary
Are you familiar with all steps for setting up a workflow?
What are the different types of luws. What are they?
What are the names of the function modules that will be generated upon activation of a lock object?
What is the use of at new statement ?
What are base tables of an aggregate object? : abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?