Ver Mensaje Individual
  #5  
Viejo 08/05/08, 14:48:10
Mauricio Hidalgo Mauricio Hidalgo is offline
Senior Member
 
Fecha de Ingreso: may 2006
Localización: Santiago, Chile
Mensajes: 481
Ups!!, entendí mal la pregunta sorry: Prueba con esta

data dirserv type salfile-longname.
data: ifile type table of salfldir with header line.

dirserv = <carpeta ainspeccinar>.
call function 'RZL_READ_DIR_LOCAL'
exporting
name = dirserv
tables
file_tbl = ifile
exceptions
argument_error = 1
not_found = 2
others = 3.
Responder Con Cita