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
Can multiple abap systems connect to abap database?
What is erp? : sap abap hr
how can we use the text randomly or circularly in smartforms.... means... suppose i have 'abap' horizantally... but i want it in vertically... how can... plz any body tell me this....
Explain the different types of data dictionary objects?
What is the function of a domain? : abap data dictionary
What is the difference between open_form and close_form?
What are interface/conversion programs in SAP?
Write the bdc table structure? : abap bdc
What are domains and data element? : abap hr
How to debug rfc function module?
when do you need to create an internal table with header line ? and with out a header line?
what is the difference between Blocked ALV and interactive ALV?
What is “call mode”?
Explain how is batch input process different from processing on line?
identify valid statement when coding a field exit ? a) submit RSCA101X b)MESSAGE E101 C)MESSAGE I101 d)BREASK-POINT