what is diff b/w user exits and cutomer exits
Answer Posted / chinna rayudu
User Exits: 1.These are forms, so they are called by sap
standard programs using perform.
2. Inside the form you can read and change almost any
global data from host program.
3. User exits doesn't have any clasification.
4. These are basically desined for SD module only
Customer Exits: 1. These are functions, so they are called
using call functions.
2. Inside the function you can only access your
import/export/changing/table/parameters
3. These exits have function, module, screen exits.
4. These are available for mm, sd,fi, hr almost for all
modules
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we access the correction and transport system? : abap data dictionary
Explain what is the significance of hide?
Explain get cursor field?
In SAP Script,How to display a single field(like matnr)at the right end of the form.
difference between Valuation type and valuation category?
What are number ranges?
when do you need to create an internal table with header line ? and with out a header line?
What is the difference between data elements and domains?
what is call back in alv?
please give the remaining answers.
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
Define spool request?
Can i Have Some Realtime Examples On Modulepool programming.
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
What are ranges?