PDA

Ver la Versión Completa : Dump TSV_TNEW_PAGE_ALLOC_FAILED


Liliana Llerena
05/08/09, 13:12:50
Saludos a todos,

Alguien puede ayudarme por favor!
Crie un programa z que retornar un datos en un txt, los datos son baseados de las tablas DFKKKO e DFKKOP, el programa roda en Job, cuando corro el programa por empresa y por mes se cancela con este dump: TSV_TNEW_PAGE_ALLOC_FAILED :(

No storage space available for extending the internal table.
What happened?
You attempted to extend an internal table, but the required space was
not available.

Error analysis
The internal table (with the internal identifier "IT_2845728") could not be
enlarged any further. To enable error handling, the internal table had
to be deleted before this error log was formatted. Consequently, if you
navigate back from this error log to the ABAP Debugger, the table will
be displayed there with 0 lines.

When the program was terminated, the internal table concerned returned
the following information:

Line width: 265
Number of lines: 58519637
Allocated lines: 58519648
New no. of requested lines: 3166656 (in 98958 blocks)
...

014630 * Conforme llegada del job hijo finalizado ya importa los datos para
014640 * evitar estoro de memoria 014650 IMPORT itab_saida 014660 count_21
FROM DATABASE indx(st) TO wa_indx ID itab_jobs-memoryid.
014670 FREE MEMORY ID itab_jobs-memoryid.
> APPEND LINES OF itab_saida TO tab_saida_aux.
014690
014700 ADD count_21 TO count_21_aux. 014710 014720

Gracias de antemano!!!
Liliana

sconoredhot
05/08/09, 15:37:43
no estoy seguro pero me parece que te estas quedando sin memoria...