what is meant by LUW?(Both at database level and screen level)?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vijay
LUW is the span of time during which database updates must
be performed.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / manas
There are various work process in the SAP system. Whenever
we doing database update, enqueue, dequeue, dialogs, each
step is known one Logical Unit of Work.It is for
consistency in data and work process. While moving from one
screen to another there will be two LUW while calling BAPI,
COMMIT WORK it will have two LUW.
Is This Answer Correct ? | 0 Yes | 0 No |
Is there Any Module in SAP for Internal Audit?
Explain how to create any functions? How to go about it?
what is leave to TRANSACTION?
Badi concepts
wat is EDI Administration & EDI Administration procedure?
In module pool, when table controls are used the command that is written in both PBO and PAI is
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
Difference between the sub-routines and function modules
In Interactive Report ,can I have more than 20 interactive Lists? Is it Possible ,If Yes How can i do it?
Have you processed BDCs ?
what is the T.Code to function module?
What is the use of PROTECT and ENDPROTECT?