PDA

Ver la Versión Completa : ERROR EN (Opciones para visualizar orden SPOL


rinconabdul
27/03/08, 14:14:09
Hola!!!!

tengo el siguiente problema Al intentar visualizar 17000 paginas por el procedimiento Oden SPOOL>TRANSMITIR>EXPORTAR COMO TEXTO se demora demasiado tiempo y al visualizar por Opciones para visualizar orden SPOL y darle uin rango de paginas envia el siguiente mensaje de error.

Err.tmpo.ejec. TIME_OUT
Fecha y hora 27.03.2008 10:07:34



Texto breve
Time limit exceeded.



¿Qué ha sucedido?
The program "SAPLSPRR" has exceeded the maximum permitted runtime without
interruption and has therefore been terminated.




¿Qué puede hacer?
Note down which actions and inputs caused the error.


To process the problem further, contact you SAP system
administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look
at and manage termination messages, and you can also
keep them for a long time.

Programs with long runtime should generally be started as background
jobs. If this is not possible, you can increase the system profile
parameter "rdisp/max_wprun_time".

Depending on the cause of the error, you may have to take one of the
following measures:
- Endless loop: Correct program;
- Dataset resulting from database access is too large:
Instead of "SELECT * ... ENDSELECT", use "SELECT * INTO internal table
(for example);
- Database has unsuitable index: Check index generation.

If the error occures in a non-modified SAP program, you may be able to
find an interim solution in an SAP Note.
If you have access to SAP Notes, carry out a search with the following
keywords:

"TIME_OUT" " "
"SAPLSPRR" or "LSPRRU11"
"GET_SPOOL_LINE"

If you cannot solve the problem yourself and want to send an error
notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File
(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.
Restrict the time interval to 10 minutes before and five minutes
after the short dump. Then choose "System->List->Save->Local File
(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP
program: The source code of the program
In the editor, choose "Utilities->More
Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which
actions and input led to the error.