11. what is the difference between user-exit &
customer-exit?
Answer Posted / rams
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-exit doesn’t have any classification. In customer-
exit we have function-module exit , screen exit
, menu exit and TABLE EXITS OR CUSTOMER INCLUDES
user exits are only related to SD module and are
subroutines only where as customer exits are the
function modules which are applicable for all the
modules.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you print decimals in type n? What is difference between float and packed data type?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
How the at-user command serves mainly in lists?
What is exception class and test class. How to use it?
How to transfer data into line items using batch input session method? : abap bdc
How to know if the value entered contains records or not?
Differentiate between report and dialog program
What is “call mode”?
What are screen painter? Menu painter? Gui status?
Can you create an internal table dynamically?(at run time)
How do you populate data into a multiple line field? : abap bdc
What is an internal table?
List some of the many different ways that the sap standard functionality can be changed by a customer?
Explain how is batch input process different from processing on line?
When value table becomes check table?