what is the difference between user-exit & customer-exit?
Answer Posted / kldiradhika
1.
USER EXITS are FORMS and are called by SAP standard programs
using PERFORM.
CUSTOMER EXITS are FUNCTIONS so they are called using CALL
FUNCTION (or more exactly CALL CUSTOMER FUNCTION).
2.
Inside the form (user exit) you can read and change almost
any global data from host program.
Inside a function (customer exit) you can only acces your
import/export/changing/tables parameters.
3.
User exits are more flexible because you have more
information to use in your code but on the other hand , it
is very easy to manipulate erroneously global data and lead
the standard program to a dump or even to make database
inconsistent.
Customer exits are more restrictive but you are sure any
change you can make to any parameters will never lead to
inconsistency
4.
User-exit doesn’t have any classification.
In customer-exit we have function-module exit , screen exit
, menu exit.
5.
User exits are Basically designed For SD module.
Costomer exits Are available for MM,SD,FI,HR…..Basically
designed for all modules.
| Is This Answer Correct ? | 174 Yes | 8 No |
Post New Answer View All Answers
how to modify the standard method as per your requirement
What is your approach to find exit and BAdi?
Exception handling and how does it transfer from called method to calling method?
What is the diff between database view and maintenance view?
Can a constructor be declared private? If yes then in which scenario?
How to Raise a Particular Ticket in Realtime ?
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
How many types of data classes are there in sap?
Explain the different types of data dictionary objects?
What is logo in sap script?
How do you validate the selection criteria of a report? And how do you display initialvalues in a selection screen?
What are the differences between domain and data element?
Will 50,000 records be uploaded directly into APP's Server?
What are the classifications of the sap abap data classes?
How to transfer the objects? Have to transferred any objects?