Answer Posted / 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 |
Post New Answer View All Answers
How does the interface between the dynpro and the abap/4 modules take place?
What does the ‘suppress dialog’ do?
What is check table?
How would you suppress the display of a parameter on the selection screen?
What are the uses of the information in the data dictionary? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?
Can a constructor be declared private? If yes then in which scenario?
What are the data types of the external layer?
What are the aggregate objects in the data dictionary? : abap data dictionary
please give the remaining answers.
What are the check tables and value tables?
How can I get ascii value of any letter? Is there any function?
What is an “on input filed” statements?
where are the passwords for ITS stores?
Explain the function module in bdc?