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
Name the abap/4 modularization techniques? : abap modularization
What is the difference between scrolling a table horizontally and vertically?
What is sap abap tables?
Where do you create indexes in abap?
What are the mandatory fields to be filled for BAPI_CUSTOMER_CREATEFROMDATA1
What are the user interfaces of interactive lists?
What is the syntax for ‘call transaction’?
What is view? Explain the different types of view?
What is sap abap data classes?
How do you display a data in a detail list?
What are the client dependant objects in abap / sap?
What application areas are you comfortable in?
Difference between sy-tabix and sy-index? Where it is used?
Explain the advantages/disadvantages of logical databases?
Define database layer?