PDA

Ver la Versión Completa : Error en reporte S_ALR_87012294


MZM
27/10/10, 20:10:23
Buenas Tardes, quisiera saber si por favor pueden ayudarme con esto:

Intento ejecutar el reporte S_ALR_87012294 (Libro de Documentos Compacto) y arroja un Dump (o error en tiempo de ejecucion). Quisiera saber si hay que correr algun programa o nota??. Lo curioso es que ocurre solo con algunas clases de documentos, no todas, con algunas se ejecuta bien.

Gracias!!

Tonijua
27/10/10, 21:07:46
Que info te entrega el DUMP.?

MZM
28/10/10, 13:39:13
Que info te entrega el DUMP.?


Hola, el error que arroja es el siguiente:

Err.tmpo.ejec. COMPUTE_BCD_OVERFLOW
Excep. CX_SY_ARITHMETIC_OVERFLOW
Fecha y hora 28.10.2010 09:59:01



Texto breve
Overflow during the arithmetical operation (type P) in program "J_1AF004".



¿Qué ha sucedido?
Error in the ABAP Application Program

The current ABAP program "J_1AF004" had to be terminated because it has
come across a statement that unfortunately cannot be executed.



¿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.

Anál.errores
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_ARITHMETIC_OVERFLOW', was not
caught in
procedure "DISPLAY_OTHER_DATA" "(FORM)", nor was it propagated by a RAISING
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
An overflow was discovered in an ongoing arithmetical operation with
operands of type P. Possible causes are:

1. The result field of type P is too small for the result.

2. The result or a intermediate result has more than 31 decimal places.

Notas para corregir errores
The result field must be enlarged, if this is still possible. It may
also be possible to break up the current process into subprocesses so
that only smaller values occur.


There may already be a solution to the error in the SAP notes system.
If you have access to the SAP notes system first try searching with the
following keywords:
"COMPUTE_BCD_OVERFLOW"
"BCD_FIELD_OVERFLOW" (Until release 4.0a, this runtime error occurred at this
position)
"J_1AF004" or "J_1AF004"
"DISPLAY_OTHER_DATA"

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




He estado consultado notas en el Market Place, y menciona algo de ordenes de fabricacion de materiales, al parecer al valorarlo hay un campo que se desborda por los decimales, son mas grandes que lo que permite el campo.


Pero aun no logro dar con la solucion....

Casper
28/10/10, 14:31:53
El error dice que el importe es mayor que la cantidad de caracteres que admite el o los campos de importes del reporte. Deberías buscar una nota con la palabras clave que te indica el mismo error.....fiajte que en la ultima parte de da unas pistas de como buscar una nota en SAP.

Saludos
Gaspar Cetuné

MZM
28/10/10, 15:18:06
Si, he buscado notas en SAP pero no hay una especifica para el programa J_1AF004, las hay para otro tipo de programas y transacciones.. por ende pudiesen ser otro tipo de soluciones..

Karla V.
16/01/17, 20:27:32
Hola, tengo un problema con una variable que la estoy llenando con el campo bsis-DMBTR, el problema es que los montos en la tabla bsis aparecen divididos entre 100 y para que muestre la informacion correcta debo multiplicarlos por 100, el problema es que me da un error de overflow porque no caben los montos en la variable, la variable es tipo P con 2 decimales, existe algun otro tipo de variable q pueda usar y que le quepan montos con mas digitos?