Dear Friends,
Please help me to resolve the below problem.
I am downloading the contents of itab to Excel using the function WS_DOWNLOAD with the file type WK1, the data table I am passing to this function module is T_DWNLD_TAB_F which has the following definition.
DATA: T_DWNLD_TAB LIKE TABLE OF T_DOWNLOAD WITH HEADER LINE.
DATA: T_DWNLD_TAB_F LIKE TABLE OF T_DOWNLOAD_F WITH HEADER LINE.
I am facing the below problem,
The contents are not properly downloaded, I am getting some BINARY Characters in Excel File.
I am working in the version 4.0B, in which the function GUI_DOWNLOAD is not supported.
Regards,
Usha