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
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How do you delete duplicate records from internal table?
What is a 'z' report?
Can i Have Some Examples on Enhancements.
How can end-of-selection be used?
What are the different modes of processing batch input sessions? : abap bdc
Difference between Field groups and internal tables?
How do you Export a session ?
What is the use of dequeue function module? : sap abap data dictionary
What is the significance of the screen number ‘0’?
How do you display a data in a detail list?
what is leave to TRANSACTION?
What is off cycle payroll run
What are conditional chain statement?
Mention the various databases integrities?