Skip to Content
0
Mar 23, 2019 at 08:38 PM

TSV_TNEW_PAGE_ALLOC_FAILED - No more memory available to add rows to an internal table.

45852 Views Last edit Mar 24, 2019 at 03:08 AM 3 rev

While accessing the TM Rate table by following the below path, facing the short dump.

NWBC -> Master Data -> Rate Tables -> Maintain Rate Table -> Provide the Rate Table name -> Click on 'Continue' -> Getting the short dump now without displaying the table

Analysis from short dump:

What happened?
An attempt was made to add rows to an internal table. There was no
memory available for this however.

Information on where terminated
The termination occurred in ABAP program "/SCMTMS/CL_UI_RATE2_ASSISTANCECP",
in "_FILL_TABLE_M_DIM_PARTIAL". The main program
was "SAPMHTTP". In the source code, the termination point is in line 126 of (Include)
program "/SCMTMS/CL_UI_RATE2_ASSISTANCECM03F".

Technical Analysis:

We have implemented the OSS Note 2716170 but still facing the same issue. We have sent a issue to SAP and still waiting for response.

BASIS Analysis:

This is no technical issue- again an attempt to add too many data to internal table.

Internal tables have limits which cause the mentioned dump when reached, this is to protect systems.

Please respond with resolution if anyone have faced the same issue in TM. This is critical because no one is able to access the Rate table in production.