‎2008 Nov 03 5:30 AM
Hi All,
I am using the following function to download internal table data to Excel format.
CALL FUNCTION 'WS_DOWNLOAD'
EXPORTING
filename = wf_dsktp
filetype = 'DBF'
TABLES
data_tab = tb_sprinter
fieldnames = tb_fieldnames
EXCEPTIONS
:
:
Here I am filling the tb_fieldnames with the required headings. But the problem is ...
In excel I am getting the headings truncated after 10 characters. Do I need to pass aNy
other parameters to get the complete heading.
before calling the function if I check tb_fieldnames in debugging, I see the full headings .
Please suggest the needful...
‎2008 Nov 03 6:12 AM
Dear ,
Try for text file (.TXT).
and check the output.
or in excel double click on coulmn and check the data heading. there must be full heading. after double clicking on filed of excel file sure you will get full heading.
Try and check.
-Maharshi
‎2008 Nov 03 6:14 AM
Hi,
I checked the Excel in a similar way , but The heading is not coming. Its truncated after 10 characters.
I think , I am missing some parametes while calling the FM.
‎2008 Nov 03 6:17 AM
Hi Rudra,
[ws_download|http://sapearth.com/index.php?option=com_fireboard&func=view&catid=9&id=20]
Regards,
Sravanthi
‎2008 Nov 03 6:55 AM
Hi Sravanthi,
the fm WS_DOWNLOAD is working fine except for one thing that,
In excel I am getting the headings truncated after 10 characters.
In the link given by you I dont see any thing specified for that. And I have used the same procedure that is given in the link.