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


Please Help Members By Posting Answers For Below Questions

What is system-land-scape of your project?

569


What is the syntax for call transaction? : abap bdc

592


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

660


what is the difference between hashed & sorted internal tables?

1627


what are the two methods of modifying sap standard tables ?

554






How many main windows will be there in a page window?

543


Explain Catch Command in ABAP?

823


What are the types of subroutines?

610


can anyone do BDC or BAPI for F-02 and F-04 transactions.If it LSMW also.Kindly let me know.

3028


Differentiate between report and dialog program

592


What are the difference between call screen and leave screen?

599


What is the use of enqueue function module? : sap abap data dictionary

579


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

588


What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?

897


What are the two levels in defining a match code ?

587