What Is Roll Area In ABAP?
Answers were Sorted based on User's Feedback
The roll area is a memory area with a set (configurable) size that belongs to a work process. It is located in the heap of the virtual address space of the work process.
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / showkath
The roll area is a memory area with a set (configurable) size that belongs to a work process. It is located in the heap of the virtual address space of the work process.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / megha suman
The roll area is a memory area with a set (configurable) size that belongs to a work process. It is located in the heap of the virtual address space of the work process.
When the context of a work process changes, the data is copied from the roll area to a common resource called the roll file. To prevent repeated copying, another roll buffer is located in between that is part of the shared memory.
he roll area consists of 2 segments. The first segment, which can be set with the parameter ztta/roll_first, is assigned to the work process first as memory. If this is used up, the work process has more memory assigned to it. The amount of memory is determined by the difference between the parameters ztta/roll_area and ztta/roll_first.
Is This Answer Correct ? | 0 Yes | 0 No |
how we will create a bullets in sap-scripts
What is an on”*-input filed” statement?
for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.
What are the data types of the external layer? : abap data dictionary
What is a data class? : abap data dictionary
How do you do Recording and what will you do?
Can i know some of the Realtime tickets that anyone has been faced ?
What is sap script? Describe its components.
What is COMMIT concept in BAPI?
which table contains the details of all Tcodes?
What is the use of a pretty printer?
Define Internal Table?