Welcome to SAP Central
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Differences In Between User Exits & Customer Exits

Go down

Differences In  Between User Exits & Customer Exits Empty Differences In Between User Exits & Customer Exits

Post  sailesh Mon Mar 12, 2012 4:39 pm


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.

6.While changing User-exit,Access Key is required, whereas in
Customer-exit no access key is needed.

sailesh

Posts : 1
Join date : 2012-02-01
Age : 36
Location : Hyderabad

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum