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
What is pass by value and what is pass by reference? Which is better?
What are the kinds of foreign key fields?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
What is the sap abap?
What are the basic object types? : sap abap hr
How is the command suppress-dialog useful?
Explain about interactive report?
What are the different types of mode (run code) in call transaction method?
What is view? Explain the different types of view?
What is buffering in abap?
What are null values? : abap data dictionary
What is the use of 'table index'?
What are the different function modules used in sapscript?
What is sap script? Describe its components.
What is the use of table control in bdc is it same in module pool table control? : abap bdc