Answer Posted / 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 |
Post New Answer View All Answers
Workbench request are client dependent or client independent
Mention what is alv programming in abap?
Persistent class
what is difference between set screen and call screen ?
What are base tables of an aggregate object?
Difference between sap script and report?
What is the use of enqueue function module? : sap abap data dictionary
What is a table cluster? : abap data dictionary
What is use of transparent table in abap? How it is different from pool tables?
How do you find if a logical database exists for your program requirements?
What are internal tables? How do you get the number of lines in an internal table?
How do you use structures in the abap programs?
What is repository info. Systems? : abap data dictionary
Explain how to Handle the internal tables in ABAP?
How can we use / display table in a screen?