Application Development and Automation 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: 
Read only

ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED

Former Member
0 Likes
3,467

Dear All,

I find a short dump error when running a auto clearing background job: SAPF124. It shows no storage space available for extending an internal table. In sapnote: 1322182, it shows the following by using tcode: SHMM. Could you advice if the following value is correct or not. thanks!

My parameter are:

ztta/roll_area: 6000320

ztta/roll_extension: 60000000

abap/heap_area_total: 2000000000

abap/heap_area_dia: 2000000000

abap/heap_area_nondia: 2000000000

em/initial_size_MB: 9000

In ST02, it shows"

St22 short dump:

Rdgs,

Emily

5 REPLIES 5
Read only

former_member184455
Active Participant
0 Likes
3,184

Hi Emily,

from the ST22 pictures one cannot see which internal table lead to the dump (--> Source Code Extract of dump) and how many entries it had when the dump occured (--> Chosen Variables).

Did you have a look into these notes: 1918723, 1250607 ?

Regards, Randolf

Read only

0 Likes
3,184

Dear Randolf,

Thanks for your advice. I have checked notes 1918723 and 1250607, do I need implement notes to my system? my sap_appl is release 600. Package: SAPKH60006.

And also here is my finding in parameter, could you advice if any area is incorrect?

Rdgs,
Emily

Read only

0 Likes
3,184

Hi Emily,

both notes are vaild for SAP_APPL 600 and talk about memory shortage when running SAPF124. Whether they solve your problem I cannot judge.

I don't think you have a problem with parameter settings, but rather with application SAPF124. Therefore it would be interesting in which code position the dump happened, and how many entries the internal table had in the moment of dump. This information can be found in the dump in ST22.

Regards, Randolf

Read only

0 Likes
3,183

Hi Randolf,

I just provide dump screen from code position. Could you instruct me how to fix? Or Could I send you file extract from ST22 because it's too much dump screen?

Rdgs,
Emily

Read only

0 Likes
3,183

Hi Emily,

It looks like you get a dump when calculating sub-totals in ALV. If this still happens after implementing the two mentioned notes, you could abstain from doing sub-totals, or display smaller result sets in  the ALV.

Best Regards, Randolf