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: 

TSV_TNEW_PAGE_ALLOC_FAILED

hymavathi_oruganti
Active Contributor
0 Kudos

Hi,

I am getting runtime error "TSV_TNEW_PAGE_ALLOC_FAILED ".

what can i do to avoid this dump?

I understand that using "package size" option with select statement into internal table may solve this problem.

But to fill the internal table we are not using select statement , infact we are getting data into itab using "read dataset" from application server.

Can any one help me in solving this problem.

Thanks in advance.

5 REPLIES 5

Former Member
0 Kudos

Did you check this thread? This might not be exactly related but you might get some hints

https://forums.sdn.sap.com/click.jspa?searchID=12785347&messageID=3832470

b_deterd2
Active Contributor
0 Kudos

Hi,

There is a memory problem, probably because your dataset is very big (too big).

First of all you should get in contact with your basisconsultant to see if the profile parameters for memory like :

abap/buffer_size

zcsa/table_buffer_area

rtbb/buffer_length

rsdb/obj/buffersize

abap/heap_area_dia

abap/heap_area_nondia

abap/heap_area_total

...

are still valid. Maybe these parameters can be enlarged.

Regards,

Bert

abdul_hakim
Active Contributor
0 Kudos

Hi

Even you will get this error when u have exceeded the size alloted for your internal table.Check with your BASIS team incase if you want to extend the table space.

Regards,

Hakim

Former Member
0 Kudos

hi ,

What version of Kernel/OS version you have ? em/max_size_mb was only valid until 4.6D Kernel until patch 569 under Linux and AIX. It has since been replaced with em/total_size_mb .

This parameter should be bigger than em/initial_size_MB . You can put that to your total Physical RAM size.

Please check note 425207 regarding this.

0 Kudos

Hi,

You have to follow this note 896886

My best regards