what is meant by LUW?(Both at database level and screen level)?
Answer Posted / 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 |
Post New Answer View All Answers
What are the basic components of dialog program?
In events, start-of-selection is a default event. When we have to use this event explicitly? Why?
Persistent class
Does every abap/4 have a modular structure? : abap modularization
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 many types of buffering? : abap data dictionary
What are the different types of luws. What are they?
Explain difference between primary key and unique key?
In which table the material master data is stored?
Explain how to create any functions?
What are the events driven batch jobs?
What is sequence of event triggered in report?
What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?
What is asap methodology? : sap abap hr
How is conversion of data types done between abap/4 & external level? : abap data dictionary