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 handle table control in bdc? : abap bdc
How do you convert non-char field into char type fields ?
Explain get pernr concept when we use logical data base? : abap hr
What is meant by write lock? : sap abap data dictionary
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
What are the kinds of foreign key fields?
What are the data types of internal tables?
What is the use of 'table index'?
What is the difference between synchronous and asynchronous update? : abap bdc
What are the different types of luws?
What are pool tables?
What happens Update command is used without where clause ?
Why do we use events and actions in web dynpro?
How do you find out whether a file exits on the presentation server?
What are pooled tables? : abap data dictionary