Ver Mensaje Individual
  #1  
Viejo 04/03/08, 18:16:54
Avatar de DavidXD_XD
DavidXD_XD DavidXD_XD is offline
Moderator
 
Fecha de Ingreso: ago 2006
Localización: Lima - Perú
Mensajes: 1,251
Problema DUMP

Hola gente tengo un problemon, resulta que toy haciendo un smartform y el programa se cierra con un DUMP con la siguiente excepcion

Errores tiempo ejecución BCD_BADDATA

>> Dump breve ABAP no almacenado completamente (muy grande)

Packed field contains incorrect BCD format.

Análisis error

An arithmetic operation in the current program "/1BCDWB/SAPLSF00000020 "
attempts
to process a field of type P that contains an invalid
BCD format.

Possible reasons:
1. If the field is part of a field string and its current contents are
hex 20: the field string was deleted with MOVE SPACE ... instead of
CLEAR.
2. The VARYING parameter was incorrectly placed within a DO loop,
e.g. because the TIMES parameter was too large.
Similar for WHILE ... VARY.
3. A FIELD-SYMBOL was incorrectly assigned.

Yo paso como parametro al smartform una tabla con un campo de tipo P con 2 decimales ... ojala alguien me pueda ayudar

PD: Adjunto la imagen del debugg
Imágenes Adjuntas
Tipo de Archivo: jpg dump.JPG (74.6 KB, 21 visitas)
__________________
David Carballido Córdova
Responder Con Cita