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 the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What is direct input method ?
What is the collect statement?
How to create a button in selection screen ?
What do you mean by transparent tables in sap abap? : abap data dictionary
What is logical database? : abap hr
Difference between Read and Get cursor?
What is foreign key relationship? : abap hr
Create any functions? How to go about it?
How to create any functions? How to go about it?
What is the symbol to do “concatenation” operation in nw abap 7.4 ?
What do you do when the system crashes in the middle of a BDC batch session?
Polymorphism real time scenario
What is sequence of event triggered in report?
Explain what is sap script?