11. what is the difference between user-exit &
customer-exit?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / venktaeswarlu.bandi
user-exit: is the client independent
customer-exit: is the client depedent
user exit is called by using the perform statement
where as customer exit is called by using the call function
statement .
Is This Answer Correct ? | 1 Yes | 5 No |
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What do you like best about working for, in this company?
how can we get what are the exits available for va01 transaction?
What are the domains and data elements?
HI ALL!HOW CAN WE SEND SMS THROUGH SAP ECC5 (NOT THROUGH ECC6)???ANY BODY KNOW THOSE PROCEDURE KY GIVE REPLY.....
what is the difference b/w driver program & print program?
How do you handle in Call Transaction?
Why do we use abstract class
how to send the form to mail?
4 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
any 1 having notes on SAP-ABAP certification, or even if any 1 could provide the url for getting notes on SAP-ABAP certification, would be appreciated.
Can you print decimals in type n? What is difference between float and packed data type?
What is asynchronous and synchronous update?