cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED in SRM

Santosh21n
Explorer
0 Kudos

Hi Experts,

Please help me find out resolution for the below dump in SRM system.

Any SAP Notes for this please...

Category Resource Shortage Runtime Errors TSV_TNEW_PAGE_ALLOC_FAILED Date and Time 01/28/2019 03:10:24 Short text No more storage space available for extending an internal table. What happened? You attempted to extend an internal table, but the required space was not available.

How to correct the error The amount of storage space (in bytes) filled at termination ti Roll area...................... 6201712 Extended memory (EM)........... 2002720576 Assigned memory (HEAP)......... 1978365344 Short area..................... " " Paging area.................... 24576 Maximum address space.......... 4294967295 If the error occures in a non-modified SAP program, you may be find an interim solution in an SAP Note. If you have access to SAP Notes, carry out a search with the fo keywords: "TSV_TNEW_PAGE_ALLOC_FAILED" " " "SAPLBBP_PD" or "LBBP_PDF57" "GETLIST_GETBYHEADER"

This is happeing in standard program "SAPLBBP_PD" at the below select query

>>>>> SELECT * FROM bbp_pdview_list 821

APPENDING CORRESPONDING FIELDS OF TABLE et_pdlist

WHERE object_type IN r_object_type

AND subtype IN r_subtype

AND object_id IN r_object_id

AND process_type IN r_process_type

AND src_guid IN r_src_guid

AND src_object_type IN r_src_object_type

AND src_object_id IN r_src_object_id

AND src_logsys IN r_src_logsys .... and so on...

Please let me know if any one faces same issue? any SAP note to fix this? what action is needed from ABAPER side?

Accepted Solutions (0)

Answers (6)

Answers (6)

Sriram2009
Active Contributor
0 Kudos

Hi Santosh.

If possible you can raise the SAP support ticket to get the right note to fix this issue.

Regards

SS

Santosh21n
Explorer
0 Kudos

Ok Thanks.

BGarcia
Active Contributor
0 Kudos

Hi Santosh,

Most probably you're doing a search with too many open criterias. Try to check note 2452026 and check if that fits your business scenario that leads into this dump.

Kind regards,
Garcia

Santosh21n
Explorer
0 Kudos

Hi Gracia,

This note 2452026 is not in SRM system.

Regards

Santosh

Sriram2009
Active Contributor
0 Kudos

Hi Santosh.

1. Could you share the full dumps as text format attachment.

2. Is this standard T-code / any Z reports? it happen one or every day?

BR

SS

Santosh21n
Explorer
0 Kudos

dump.txt

Hi Sriram,

PFA dump text file.

Its the standard program "SAPLBBP_PD" that user runs and its happening daily.

Pls let me know your thoughts.

Regards

Santosh

Santosh21n
Explorer
0 Kudos

Hi Sriram,

I have attached the text file of dump,Could you please let me know your thoughts on it.

Regards

Santosh

former_member230159
Contributor
0 Kudos

H Santosh,

Its not a correction note,you need the SPS ( & kernel) according to the mentioned in the note. Then the ZAMM will be implemented as per the SPS and kernel.

Regards,

Manjunath

former_member230159
Contributor
0 Kudos

Hi Santosh,

Yes you can refer to the SAP note 88416.

Regards,

Manjunath

Santosh21n
Explorer
0 Kudos

Hi Manjunath,

It says that Note cant be implemented.

Regards

Santosh

former_member230159
Contributor
0 Kudos

Hi Santosh,

To resolve this ( and avoid in future ) please check the wiki here

TSV_TNEW_PAGE_ALLOC_FAILED

Regards,

Manjunath Hanmantgad

Santosh21n
Explorer
0 Kudos

Thanks Manjunath.

I referred this link, so we can use 88416 note to fix this issue? or will Basis perform the activity of increasing the memory??

Regards

Santosh