INTERVIEW QUESTIONS
SAP
SAP ABAP
DETAILS
Question: What is the unit of work?
Answer: The R/3 system is multi user system and many users access the same information at the same time, which is mainly DATA. Consider the case where one user is modifying a record, and second user is trying to delete the same record. If the second user is successful in deleting the record then the first user will face problem for modifying the record that is already deleted. The avoid such situation, R/3 system has provided Logical Unit of Work.
|
Question:
What is the unit of work?
Answer:
The R/3 system is multi user system and many users access the same information at the same time, which is mainly DATA. Consider the case where one user is modifying a record, and second user is trying to delete the same record. If the second user is successful in deleting the record then the first user will face problem for modifying the record that is already deleted. The avoid such situation, R/3 system has provided Logical Unit of Work. Source: CoolInterview.com
Inseparable sequence of database operations that must be executed either in its entirety by a database commit or not at all. From the point of view of a database system, LUWs play an important role in ensuring data integrity. Source: CoolInterview.com
Answered by: Susie | Date: 5/12/2009
| Contact Susie
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|