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?
Answer Posted / 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 |
Post New Answer View All Answers
Explain what is the difference between primary key and unique key?
What is help view?
What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why? : abap modularization
What are the differences between table and structure in data dictionary?
What are the different functions used in sap script?
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
How do you validate the selection criteria of a report? And how do you display initial
What is an update task?
How can we omit a leading sign and a leading zero in sapscript?
What are the different abap editors? What is the used of different editors in abap?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What is the t-code for transaction recorder? : abap bdc
Explain the data types of internal tables?
What is human resource information systems (chris)? : sap abap hr
Difference between stand alone CRM and back-end CRM