‎2008 Apr 25 7:26 AM
Hi Guys,
How do resolve the following run time error:
Short Text
No roll storage space of length 3389448 available for internal table.
Error Analysis
The internal table could not be enlarged further...
Your help will greatly appreciated...
Thank you,
Ndumi
‎2008 Apr 25 7:31 AM
Prevent storing that much records in an internal table, or ask basis to do something about roll area. Show them your problem, and they should be able to help you.
‎2008 Apr 25 7:34 AM
maximum size of the internal table is 2gb...you cannot store more than 2gb data in one internal table.
Regards.
Dara.
‎2008 Apr 25 7:36 AM
Hi,
there must be some instance parameter which basis must have set..
REWARD IF USEFUL
‎2008 Apr 25 7:58 AM
1) Try selecting particular records and delete the rest with respect to the conditions. Give more conditions to eliminate during select statements.
2) Use two internal tables , check the tables based on the line numbers . i.e select the first I table until line no xxxx and use the second select from the rest of the lines.
‎2008 May 08 3:24 PM
Check Note : Note 1166259 - Problems with shared memory in marketing applications
Cause and Prerequisites
The setting for the size of shared memory (abap/shared_objects_size_MB) is too low.