cancel
Showing results for 
Search instead for 
Did you mean: 

TSV_TNEW_PAGE_ALLOC_FAILED* - No more storage space available for extending

Former Member
0 Kudos

Hi

Im loading data from one DSO1 to DSO3. While loading im doing LOOKUP for ZDATE infoobject which is avialbe in DSO2.

SO i written the code in "EndRoutine" . I called all the data from DSO2 into ITAB Internal table and the processing in the "EndRoutine" and then populating the data into ZDATE in the transformations between DSO1 -> DSO3.

But im getting shortdump during dataloading TSV_TNEW_PAGE_ALLOC_FAILED - No more storage space available for extending an internal table.

So how can i make internal table size more. I mean memory space if internal table.

Regards

kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is purely the memory issue. you can resolve this by reducing the data selections. For the temporary solution remove the OLAP variable in the data selection if its there and run with less selection It may help and try to use the option in infopackage scheduler as PSA only and Update subseqently in data targets

Note 425207 - SAP memory management, current parameter ranges

Hope it Helps

Chetan

@CP..