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: 

Memory issue with the internal table (Very Urgent)

Former Member
0 Kudos

Hi,

Can anyone suggest me on this. When ever I try to run a custom program, its going on a dump with the below error messages. I tried to rerun the program, but every time I am getting the same error.

TSV_TNEW_BLOCKS_NO_ROLL_MEMORY

No roll storage space of length 102736 available for internal storage.

SYSTEM_IMODE_TOO_LARGE

SYSTEM_NO_ROLL

Unable to fulfil request for 8192 bytes of memory space.

4 REPLIES 4

Former Member
0 Kudos

Hi,

Remove the the internal tables memory by using FREE statement after processing the internal table.

Also u can ask your Basis person to increase the page area.

Reward if helpful.

Regards,

Umasankar.

Former Member
0 Kudos

check the logic to fetch data into internal tables, check if u r looping and appending data into same internal table, paste ur code for more help

Former Member
0 Kudos

try to free tha itabs which ever u donn require.

this is a memory problem.

u can see the same in debug mode i think..like how much memory ur itabs r occupying.

Former Member
0 Kudos

Hi,

This error occurs when your memory buffer becomes full. This would have occured in your case when you tried to fill an internal table in the program.so ask your BASIS person to test the DB parameters.

<b>Reward points</b>

Regards