what is a difference between user exist and coustmer exist?
Answer Posted / usha
Strictly speaking a user exit is any place within standard
SAP, where SAP have added a mechanism for client specific
code to be executed.
Customer exits are maintained with transaction CMOD. They
are constructed in such a way that all development is in
the customer name range, so no access keys are required.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the significance of technical settings (specified while creating a table in the data dictionary) ?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
What are the uses of secondary indexes?
What is the structure of the bdc table? : abap bdc
Can you print decimals in type n?
What is view proxy in abap?
What is the function of a domain? : abap data dictionary
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
How do you activate a function exit?
What is an internal table?
What is a predefined type in abap?
When you prefer lsmw?
What is at exit-command:?
What is the meaning of client independent?
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?