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 netweaver???what is the relationship with ABAP?
What are the different functions used in sap script?
Write syntax for message error (report)?
When to use logical database?
How collect statement is different from append?
2)In production what is the user exit?
Define batch input session?
What is search help exit? : sap abap data dictionary
How do you populate data into a multiple line field?
What is the difference between getting and get late?
What is going life actually? What is the role of a functional consultant in it? : sap abap hr
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Explain what are the different functions used in sap script?
What is append search help? : sap abap data dictionary
What is the use of start-of-selection.,if not use in report what will happen,?