what is the unit of work
Answers were Sorted based on User's Feedback
Answer / dushyanta kumar
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.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kubera
Logical Unit Work..
You can define this way --> it is the span of time during
which any database updates must be performed (in all or
nothing manner) or canceled.
Commit Work or Rollback work..
Commit work -> performs all the actions relevant to the
execution of tasks.
Rollback work -> cancels actions relevant to the execution
of tasks.
Is This Answer Correct ? | 1 Yes | 0 No |
How do you control printer functions from sapscript?
how will you go for row level locking of a z table
2 Answers HP, IIIT, KPIT, Rajiv Gandhi University of Knowledge Technologies RGUKT,
What is a type group?
How to find user exit
Which transaction code can I used to analyze the performance of ABAP program.?
How many types of data classes are there in sap abap? : abap data dictionary
Explain what is sequence of event triggered in report?
List some of the many different ways that the sap standard functionality can be changed by a customer?
What is BAPI ? & its used & functionality.
Mention the various databases integrities?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What are two methods of modifying sap standard tables?