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
Which commands are used for interactive reports?
What are the components in sap application server?
What is append structure?
What are the types of table fields in the sap abap?
What is the difference between tables and structures?
What are types of select statements?
What is partner selection?
What is a collect statement?
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
what is defference between repository and non repository Object?
What are system fields for secondary lists?
Static and instance variable and method with live example. Why and when to use
Explain the disadvantages of different types of bdc's?
Explain the client concept of sap.
How can one distinguish between different kinds of parameters? : abap modularization