Skip to Content
0
Former Member
Nov 03, 2005 at 12:02 PM

Downloading ITAB Contents to Excel

26 Views

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