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
Of the two call transaction and session method, which is faster?
What is the bapi?
What are the update types possible? : abap data dictionary
Explain about workbench request and customization requests?
Explain what is sap script? What is the purpose of sap script? Difference between sap script and report?
Write the bdc table structure? : abap bdc
What is sap abap tables?
How do you read files from the presentation server ? : abap bdc
What are the types of views? : sap abap data dictionary
Difference between transparent tables and pooled tables? : abap hr
how do you call third selection screen ?
What is the difference between synchronous and asynchronous update? : abap bdc
Where the payroll results are stored
What is the maximum number of match code id's that can be defined for one match code object ?
Can i Have Some Examples on Enhancements.