Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Internal Table

Former Member
0 Likes
607

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

5 REPLIES 5
Read only

Sm1tje
Active Contributor
0 Likes
578

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.

Read only

Former Member
0 Likes
578

maximum size of the internal table is 2gb...you cannot store more than 2gb data in one internal table.

Regards.

Dara.

Read only

Former Member
0 Likes
578

Hi,

there must be some instance parameter which basis must have set..

REWARD IF USEFUL

Read only

Former Member
0 Likes
578

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.

Read only

Former Member
0 Likes
578

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.