Hi,
While executing a select statement my program is giving dump.
<b>ShrtText</b>
No storage space available for extending an internal table.
<b>What happened?</b>
You attempted to extend an internal table, but the required space was
not available.
<b>Error analysis</b>
The internal table "IT_49" could not be enlarged further. To allow
error handling, the table had to be deleted before this log was
created. So, if you branch to the ABAP debugger from the display
of this log, the table will there be displayed with 0 rows.
At the moment of the termination, the following data was
determined for the respective internal table:
Storage location: "Session memory"
Row width: 7936
Number of rows: 1594
Allocated rows: 1594
Newly requested rows: 2 (in 1 blocks)
Please let me know how to solve this problem.
Thanks in advance
Suresh