Hi,
When I execute a report I am getting run time error as TSV_TNEW_PAGE_ALLOC_FAILED.
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.
Error analysis
The internal table "\PROGRAM=ZZFO_MKTG_INFO_RPT\DATA=IT_VBELN[]" couldnot be
further extended. To enable
error handling, the table had to be delete before this log was writt
As a result, the table is displayed further down or, if you branch t
the ABAP Debugger, with 0 rows.
At the time of the termination, the following data was determined fo
the relevant internal table:
Memory location: "Session memory"
Row width: 2308
Number of rows: 1456124
Allocated rows: 1456124
Newly requested rows: 4 (in 1 blocks)
Can any one suggest how to rectify this error?
I tried to change the data declaration of the internal table
like
DATA : IT_VBELN TYPE STANDARD TABLE OF TYPE_IT_VBELN.
But I doubt if it will work.
Some of my friends suggested to contact Basis team.
Can any one suggest how to proceed with?
Regards,
Rajesh