Hi,
Im getting a short dump when i try to display/maintain (SM30) a ztable in production.
Kidly check the dump below.
No memory space available for extending table "EXTRACT_VL".
What happened?
You attempted to extend an internal table, but the required space
was not available.
Error analysis
The internal table "EXTRACT_VL" could not be enlarged further.
To extend the internal table "EXTRACT_VL", 8192 bytes of memory space was
needed, but none was available.
At this point, the table "EXTRACT_VL" had 839456 eintries.
Please note:
To facilitate error handling, the internal table "EXTRACT_VL" was deleted.
Information on where termination occurred
The termination occurred in the ABAP/4 program "SAPLZPPX" in
"FILL_EXTRACT".
The main program was "SAPMSVMA".
The termination occurred in line 2756
of the source code of program "LSVIMFXX" (when calling the editor 27560)
027540 ENDIF.
027550 EXTRACT = TOTAL.
> APPEND EXTRACT.
027570 ENDLOOP.
027580 VIM_COLL_MAINKEYS_BEG_IX = 1.
027590 IF REC NE 9 AND REC NE 0.
027600 PERFORM MOD_EXTRACT_AND_MAINKEY_TAB USING 'A' 0.
027610 ENDIF.
027620 DESCRIBE TABLE EXTRACT LINES MAXLINES.
027630 MARK_EXTRACT = MARK_TOTAL.
Thanks
SM