Hi all
i m using the uccheck for change all program to unicode now i have some "problem" old version has
CALL FUNCTION 'WS_DOWNLOAD'
EXPORTING
filename = dpfad
filetype = 'DBF'
TABLES
data_tab = itab_dbase
fieldnames = headers
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
OTHERS = 99.
SAP told me DBF with cl_gui_frontend_services=>gui_download
is not possible.
know somebody a way or a Object to download these ?