<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: problem while using 'WS_DOWNLOAD' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710299#M1106486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try for text file (.TXT). &lt;/P&gt;&lt;P&gt;and check the output. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;Try and check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Maharshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 06:12:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T06:12:33Z</dc:date>
    <item>
      <title>problem while using 'WS_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710298#M1106485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am using the following function to download internal table data to Excel format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WS_DOWNLOAD'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   filename                 = wf_dsktp&lt;/P&gt;&lt;P&gt;   filetype                 = 'DBF'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    data_tab                = tb_sprinter&lt;/P&gt;&lt;P&gt;    fieldnames              = tb_fieldnames&lt;/P&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   :&lt;/P&gt;&lt;P&gt;   :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here I am filling the tb_fieldnames with the required headings. But the problem is ...&lt;/P&gt;&lt;P&gt;In excel I am  getting the headings truncated after 10 characters. Do I need to pass aNy&lt;/P&gt;&lt;P&gt;other parameters to get the complete heading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before calling the function if I check tb_fieldnames in debugging, I see the full headings .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest the needful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 05:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710298#M1106485</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-11-03T05:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: problem while using 'WS_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710299#M1106486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try for text file (.TXT). &lt;/P&gt;&lt;P&gt;and check the output. &lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;Try and check. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Maharshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710299#M1106486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T06:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: problem while using 'WS_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710300#M1106487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I checked the Excel in a similar way , but The heading is not coming. Its truncated after 10 characters.&lt;/P&gt;&lt;P&gt;I think , I am missing some parametes while calling the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:14:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710300#M1106487</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-11-03T06:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem while using 'WS_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710301#M1106488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rudra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[ws_download|http://sapearth.com/index.php?option=com_fireboard&amp;amp;func=view&amp;amp;catid=9&amp;amp;id=20]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710301#M1106488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T06:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem while using 'WS_DOWNLOAD'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710302#M1106489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravanthi,&lt;/P&gt;&lt;P&gt;the fm WS_DOWNLOAD is working fine except for one thing that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In excel I am getting the headings truncated after 10 characters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 06:55:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-while-using-ws-download/m-p/4710302#M1106489</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-11-03T06:55:07Z</dc:date>
    </item>
  </channel>
</rss>

