what is the difference between user exit and customer exit?
what is ment by cusomer exit?and what is the difference
between user exit and badi?
Answers were Sorted based on User's Feedback
Answer / malli.gontla
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).
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.
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
User-exit doesn’t have any classification.
In customer-exit we have function-module exit , screen exit
, menu exit.
User exits are Basically designed For SD module.
Costomer exits Are available for MM,SD,FI,HR…..Basically
designed for all modules.
diff b/w user exit and badi
In user exits we go by general method for enhancements
while BADIs we use objects (oops concepts)
methods for enhancement
UserExits r used for adding additional functionality to the
existing SAP standard transactions.Using UserExits we can
add additional functionality standard SAP functionality
without making any changes to the original code.BADI is a
standardized interface for ABAP sources that enables
partners and customers to enhance SAP-delivered programs in
their namespace.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / kamala
User exit - A user exit is a three character code that
instructs the system to access a program during system
processing.
SXX: S is for standard exits that are delivered by SAP.
XX represents the 2-digit exit number.
UXX: U is for user exits that are defined by the user. XX
represents the 2-digit exit number
Customer exit - The R/3 enhancement concept allows you to
add your own functionality to SAP’s standard business
applications without having to modify the original
applications. SAP creates customer exits for specific
programs, screens, and menus within standard R/3
applications. These exits do not contain any functionality.
Instead, the customer exits act as hooks. You can hang your
own add-on functionality onto these hooks.
Is This Answer Correct ? | 0 Yes | 0 No |
How would you set the formatting options statically and dynamically within a report?
List some of the many different ways that the sap standard functionality can be changed by a customer?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
What are the payroll related infotypes? : abap hr
can we write at-line-selection and at-user-command at a time in same program. plz some body help me to know this answer.
What are RFCs? How do you write RFCs on SAP side?
who will release request number?
What is a multiple line field?
Difference between check table and value table.
3 Answers vCentric Technologies,
dear friends, do you know how to configure web dynpro and adobe into ECC6.0 IDES?
What are the commands used for interactive reports?
What does the insert statement in extract datasets do?