cancel
Showing results for 
Search instead for 
Did you mean: 

parameters problem

Former Member
0 Kudos

Hello,

when i try to extract a data from the Tcode VA05, i get the dump

"TSV_TNEW_PAGE_ALLOC_FAILED", the dump suggests some memory parameters

adjustement, but i don't know witch one should be changed and witch

value we should set.

could you please give us an advise?

is there any way to launch this extraction via a background job so it

does not consume lot of memory and generates dumps?

thanks for your help

Regards,

nana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

please check the ST22 memory dump when this error occurred , it gives memory allocation to the t-code when the program terminated. mostly that heap could have been exhausted (default 2GB).

See if the user can reduce the selection crieterion as suggested

snehal_patel
Participant
0 Kudos

Increase your swap memory

Former Member
0 Kudos

Thank youuuu very much

we are reduce the selection, its work fine

Thx a lot

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello

This error is caused as there is no sufficeint internal mamory for processing your data fetch from VA05

Now the solution can be

1.Try to reduce the search criteria ,like reduce the records you want to fetch in one run

2. if possible try to do the fetch with background job

3. If using any z program ,then ask ABAPer to otimise the select statements

4. it is never advisible to change memory parameters for 1 record or program or 1 fetch

5. If it is system wide program ,then the parametrs should be changed only with standard notes for release,OS and databse dependant

6. the note which explian the dump Note 20527 - Runtime error TSV_TNEW_PAGE_ALLOC_FAILED

Hope this helps

success!!!