cancel
Showing results for 
Search instead for 
Did you mean: 

dump while runing program

Former Member
0 Kudos

Hi

getting following dump while running custom program

Runtime Error TSV_TNEW_PAGE_ALLOC_FAILED

No storage space available for extending the internal table.

You attempted to extend an internal table, but the required space was not available .

can any help how to solve this.

Thanks in advance

rk

Accepted Solutions (0)

Answers (1)

Answers (1)

RichHeilman
Developer Advocate
Developer Advocate
0 Kudos

It seems that your custom program is taking a lot of memory. You will need a developer to look over it and figure where to FREE the internal tables that aren't being used anymore. I ran across this same error a while back, there were like 5 internal tables that were holding a huge amount of data that I was able to FREE up during program execution, then program ran fine.

Regards,

Rich Heilman

Former Member
0 Kudos

Rich, what do you mean "FREE the internal tables that aren't being used anymore"? Are you saying that you set a "refresh itab" statement at the end of you code? Please help, as I am also having this dump error.