Ver Mensaje Individual
  #2  
Viejo 30/09/08, 17:23:02
andyoscky andyoscky is offline
Miembro Honorario
 
Fecha de Ingreso: mar 2006
Mensajes: 73
dato

Y hace algo asi
no entendi bien pero me parece que es tu problema
data: data type DATE8,
fecha(10) type c,
sigo(1) type c.

sigo = 's'.
fecha = '28.02.2008'.
while sigo eq 's'.
replace '.' with '' into fecha.
if sy-subrc ne 0.
sigo = 'n'.
endif.
endwhile.
condense fecha NO-GAPS.
data = fecha.
Responder Con Cita