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: 

Short dump : TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Kudos

Hi,

I am getting the short dump TSV_TNEW_PAGE_ALLOC_FAILED in production box while fetching BSEG table. can anyone help me out of this. Thanks in advance.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Chinmaya,

Just go through the following link:

Hope this will help.

Regards,

Nitin.

4 REPLIES 4

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Hello,

Have a look at the heap_Area assigned to the internal tables in RZ11 txn.

and after that figure out how many records you are fetching from BSEG.

Rgds,

Sandeep

Former Member
0 Kudos

Hi Chinmaya,

Just go through the following link:

Hope this will help.

Regards,

Nitin.

0 Kudos

Check the length of the row you are fetching

former_member181995
Active Contributor
0 Kudos

Reason : Poor performance of programming, not enough main memory

You must use proper index and keys of bseg , or if possible than try relying your code according to this blog(Avoide BSEG if possible):

and for performance check:

And if you are getting this error in Standard SAP program than need not to worry just search for the OSS ,i'm sure there would be pleanty of OSS on Same.