what is meant by LUW?(Both at database level and screen level)?
Answer Posted / mohammad jamaluddin
Logical Unit of Work.its avoid the critical operation in
both database level and in screen level.it means one user
deleting some records and second user trying to modifying
those records but it's creating problem to avoid this
problem we have this LUW feature in SAP R/3.It works like
first user working on one transaction second user work on
the same transaction only possible the first user come out
from transaction then only second user work the
transaction.This is the importence of LUW.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is difference between (internal table types)standard table and sorted table in sap abap....
What is the function of a data element?
What is the use of lock objects?
Why do we use events and actions in web dynpro?
How do you document ABAP programs? Do you use program documentation menu option?
How will you transfer data into a file in application server?
What are the different control break statements available inside a loop?
Application Category?
What are logical data bases used in hr module? : abap hr
What is the difference between the function module and a normal abap/4 subroutine? : abap modularization
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
Can matchcode object contain ids with different update types? : abap data dictionary
What are the different functions used in sap script?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What are the differences between interactive and drill down reports?