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 the length of function code at user-command?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
What are the personnel administration related infotypes? : abap hr
Write the bdc table structure? : abap bdc
What are the different types of luws. What are they?
When a program is created and need to be transported to prodn does selection texts always go with it? If not how do you make sure? Can you change the cts entries? How do you do it?
How does the system handle roll areas for external program components?
what are the two methods of modifying sap standard tables ?
What does an EXEC SQL stmt do in ABAP? What is the disadvantage of using it?
Give examples of transparent table?
What is the difference between rfc and bapi function modules? : abap bdc
What is the step-by-step process to create a table in data dictionary? : abap data dictionary
How memory management happens for internal tables and work areas in abap?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How to write a bdc – how do you go about it?