Ver Mensaje Individual
  #5  
Viejo 20/08/09, 19:57:38
TBARILLAS TBARILLAS is offline
Junior Member
 
Fecha de Ingreso: jun 2009
Mensajes: 19
codigo


DESPUES DE EJECUTARSE EL LLAMADO A LA FUNCION SIGUIENTE:

call function 'WS_DOWNLOAD'
EXPORTING
filename = p_arch_nuevo
TABLES
data_tab = it_tab_reg
EXCEPTIONS
file_open_error = 1
file_write_error = 2
invalid_filesize = 3
invalid_table_width = 4
invalid_type = 5
no_batch = 6
unknown_error = 7
gui_refuse_filetransfer = 8
others = 9.

AQUI SY-SUBRC ES IGUAL A 2.
Responder Con Cita