cancel
Showing results for 
Search instead for 
Did you mean: 

Memory space problem for internal table.

Former Member
0 Kudos

Hi,

we are fetching payroll data in Prod system through Pyxx_Read_payroll_data FM,

and we got DUMP, runtime Error 'TSV_TNE_PAGE_ALLOC_FAILED'.

Error Message from St22:

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

I read note about this dump in market place and the error is coming because we are occupying full space of the workprocess, its unable to extend.

Now I refreshed several table, I like to measure memory of my current program at runtime, how can I do this?

And If some one came across this problem, please provide solution for the same.

Regards

James.

Accepted Solutions (0)

Answers (2)

Answers (2)

i040689
Advisor
Advisor
0 Kudos

Hi,

zttz/roll_extension, maybe able to be be increased here also, you can check the memory dump to see that amount of

used at time dump was issue compare this to memory settinga and information in tcode st02.

Regards

Adrienne

Former Member
0 Kudos

Hi

Please check below parameters throughly,

Ztta/roll_area

Abap/heap_area_total

Abap/heap_area_dia

Abap/heap_area_nondia

OSS note 137932 would point you to correct solution.

regards,

nagaraju