difference between user exit and customer exit dont tell
both are same but there is another difference is there if
anybody knows reply immediately
Answer Posted / unknown
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 ? | 19 Yes | 6 No |
Post New Answer View All Answers
Explain data dictionary in abap?
In the `select' statement what is group by ?
What is the Process to transfer IDOC from Outbound System to Inbound system.
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Why lsmw does not support call transaction method? : abap bdc
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization
What are the differences between domain and data element?
In selection screen I have three fields, plant mat no and material group. If I input plant how do I get the mat no and material group based on plant dynamically?
how to capture the errors in bdc Call transaction method?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are the different types of parameters? : abap modularization
what is the transaction transaction for setting parameters rdisp/buffermode
What are the basic objects of the data dictionary? : abap data dictionary
What is the difference between rfc and bapi function modules? : abap bdc