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 projection view?
How can end-of-selection be used?
What is erp? : sap abap hr
What is the difference between field-group header and other field groups? : abap modularization
Can we include customizing include or an append structure with pooled or cluster tables?
What is the differences between structure and table in the data dictionary in abap?
HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)
What are the 3 types of function modules in sap?
What are the buffering options in abap?
What are the pooled and cluster tables?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What is match code? : sap abap hr
What will happen when we use single buffered selected?
the problem is that , while i am undergoing with my practice session, i am creating too many new programs.they are occupying much space in my hard-disk. how to delete un-necessary programs completely from my data- base........... plz help me with this .....
What is meant by slab? How is indian slab and us slab? : sap abap hr