Application Development 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: 

Dump:No roll storage space of length 3129352 available for internal storage

Former Member
0 Kudos
1,853

Hi Experts,

While running a background job for the program RPTEXTPT, I am getting the following Runtime Error:

"No roll storage space of length 3129352 available for internal storage."

Please suggest what is the interpretation for this error message and hot to fix it.

Thanks in advance.

3 REPLIES 3

former_member555112
Active Contributor
0 Kudos
252

Hi,

It is probably because a huge amount of data is getting appended in your internal table.

Kindly invetstigate the dump in ST22.

Regards,

Ankur Parab

GauthamV
Active Contributor
0 Kudos
252

The error is related to memory issue, check with your basis team.

Former Member
0 Kudos
252

Hi,

The above two replies suggests two different cases.

Please confirm whether it a Memory issue to be tackled by BASIS team or is it due to the large amount(an overflow issue).

Please find:

Error analysis

The internal table "\PROGRAM=RPTEXTPT\FORM=DISPLAY_ITEMS\DATA=IPTEXERROR_COL[]"

could not be enlarged further.

Memory location: "Session memory"

You attempted to extend the data structure for the management of the

memory blocks for table "\PROGRAM=RPTEXTPT\FORM=DISPLAY_ITEMS\DATA=IPTEXERROR_C

OL[]". However, the 3129352 bytes required for

this were no longer available in the specified memory area.

The amount of memory requested is no longer available.