2019 Jan 08 10:50 AM
We have an internal table with 1.6 million records. We use the delete statement with index on this .
DELETE itab INDEX l_tabix. it goes to a dump of No more memory available to extend an internal table.
Can the memory be extended?
Cleo
2019 Jan 08 3:00 PM
You can change the following memory parameters if you doing in dialog change this (abap/heap_area_dia) and background use the value (
abap/heap_area_nondia) and total value also ( abap/heap_area_total)
2019 Jan 08 3:00 PM
You can change the following memory parameters if you doing in dialog change this (abap/heap_area_dia) and background use the value (
abap/heap_area_nondia) and total value also ( abap/heap_area_total)
2019 Jan 14 5:59 PM
The first thing to check is the ABAP dump. If possible supply the dump (as a file) so we can look into it and advise you. Although you can increase memory allocation using the report RSMEMORY but if you have multiple App servers then you need to run the report and adapt the parameters on the App server where the Tx is executed.