Hi experts iam getting error at abap program in processchain
ERROR: ABAP/4 processor: TSV_TNEW_PAGE_ALLOC_FAILED
and it leads to short dump :
What happened?
You attempted to extend an internal table, but the required space was
not available.
error analysis:
The internal table "\DATA=G_T_AXIS_V2" 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: 62
Number of rows: 2349872
Allocated rows: 2349872
Newly requested rows: 256 (in 1 blocks)
Source Code Extract :
>>APPEND ls_axis TO g_t_axis_v2.
so please give what is the issue why it has happened and let know the solution.
Thank in advance
Bharati.