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
The loop-endloop on extract datasets can be used without any kind of errors. State true or false. : abap modularization
How do you connect to the remote server if you are working from the office for the client in remote place?
I just wanted to know that when I am recruiting somebody, I am generating his personal no also. Then I want to give him training also. Now I just want to create 2 scenarios to clear my doubts? : sap abap hr
Where do you create indexes in abap?
Explain the different types of view?
What is the length of function code at user-command?
What is the tcode for sapscript forms?
What does an exec sql statement do in abap? What is the disadvantage of using it?
Write syntax for message error (report)?
How do you import pay scale data from non sap to sap? : sap abap hr
Update types in Call transaction method. What is the difference?
How can you display frames (horizontal and vertical lines) in lists?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What is the difference between a dialog program and a report?
What does the insert statement in extract datasets do?