Ver Mensaje Individual
  #2  
Viejo 23/09/08, 17:18:06
Mike Mike is offline
Senior Member
 
Fecha de Ingreso: mar 2006
Localización: Venezuela
Mensajes: 144
Prueba con la funcion

call function 'F4_DXFILENAME_TOPRECURSION'
exporting
i_location_flag = 'A'
i_server = ' '
* i_path = search_dir
filemask = '*.txt'
fileoperation = 'R'
importing
o_path = wa_file
exceptions
rfc_error = 1
error_with_gui = 2
others = 3.

espero te sirva
Responder Con Cita