Hi Experts,
I am geting runtime error TSV_TNEW_PAGE_ALLOC_FAILED in DEV system.
Short text
No more storage space available for extending an internal table.
Information on where terminated
Termination occurred in the ABAP program "******" -in "FILL_*****".
The main program was "****** ".
In the source code you have the termination point in line 2 of the (Include) program "Z*****".
The program "Z*****" was started as a background job.
Job Name....... "BIDTPR_45130_1"
Job Initiator.. "BW-BATCH"
Job Number..... 14032400
and the line number 21 contains the Select statement which is executed successfully for other loads.
Error analysis
The internal table "{O:718*\CLASS=ZCL_ROYALTY_DATA_PROCESSING}\DATA=GT_GBL_REP_PROJ" could not be further extended. To
enable error handling, the table had to be delete before this log was written. As a result, the table is displayed further down or, if you branch to
the ABAP Debugger, with 0 rows.At the time of the termination, the following data was determined for the relevant internal table:
Memory location: "Session memory"
Row width: 442
Number of rows: 17500540
Allocated rows: 17500540
Newly requested rows: 32 (in 1 blocks).
I have also deleted some files form server and after that loading one file at a time ,then also facing same issue in step -DTP of the process Chain.
I have followed some discussion like TSV_TNEW_PAGE_ALLOC_FAILED ABAP runtime error but that was marked as not answered.
Please help me to resolved this issue.
Thanks ,
Tulika