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
Explain what is sequence of event triggered in report?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
What is a table cluster? : abap data dictionary
What is an update task?
Explain the difference between call screen and leave screen?
What is sap script? Describe its components.
What is the max no of match code id’s that can be defined for one match code object?
How to write a code in tab control? : abap bdc
what will happen if called program is not executable ?
1 . how do u design technical documentation in abap ? 2 . what u currently devloped in sap abap ?
Difference between transparent tables and pooled tables? : abap hr
Explain the difference between domain and data element?
What is is a match code? : abap data dictionary
What is a view? : abap data dictionary