Ver Mensaje Individual
  #3  
Viejo 18/07/12, 19:24:02
Avatar de MetalGod
MetalGod MetalGod is offline
Senior Member
 
Fecha de Ingreso: jun 2012
Localización: Tandil - Argentina
Mensajes: 110
con ese metodo que pone ahi como solucion no me anduvo, lo hice con esta funcion:


CALL FUNCTION 'NUMERIC_CHECK'
EXPORTING
string_in = valor
IMPORTING
* string_out =
htype = v_tipo
EXCEPTIONS
OTHERS = 1.

IF v_tipo EQ 'NUMC'.
"aca entra si la variable es numerica
ELSE.
""
ENDIF.

igual gracias
Responder Con Cita