<?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: down load to excel sheet in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296338#M788849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check parameters.&lt;/P&gt;&lt;P&gt;and pass it according to your req,&lt;/P&gt;&lt;P&gt;like file name &amp;amp; type  &lt;/P&gt;&lt;P&gt;separated by...!!&lt;/P&gt;&lt;P&gt;and atlast pass the formated internal table &lt;/P&gt;&lt;P&gt;and generate file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    BIN_FILESIZE                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      filename                        = txtfile&lt;/P&gt;&lt;P&gt;     filetype                        = 'ASC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    APPEND                          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     write_field_separator           = 'X'&lt;/P&gt;&lt;P&gt;     confirm_overwrite               = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                        = it2_oh&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jan 2008 06:18:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-15T06:18:19Z</dc:date>
    <item>
      <title>down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296330#M788841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to down load a list which is displayed hierarchially into an excel sheet.&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;         18271218         qiuwiquw&lt;/P&gt;&lt;P&gt;          289283           djksdjskd&lt;/P&gt;&lt;P&gt;1001&lt;/P&gt;&lt;P&gt;         23232             ssdsdsd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 04:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296330#M788841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T04:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296331#M788842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii Abhi, &lt;/P&gt;&lt;P&gt;you can use function 'GUI_DOWNLOAD' to generate excel file to your system. &lt;/P&gt;&lt;P&gt;you need to pass internal table and set other parameters. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.............. &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>Tue, 15 Jan 2008 05:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296331#M788842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296332#M788843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i should get first record and the corresponding records of that in other columns and second record and its records and so  on in one excel sheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296332#M788843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296333#M788844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow menu path&lt;/P&gt;&lt;P&gt;System --&amp;gt; List --&amp;gt; Save --&amp;gt; Local File --&amp;gt; spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:42:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296333#M788844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:42:15Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296334#M788845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All these modifications needs to be done in the interna table itself....and that internal table should be passed in the function module which will download into an excel sheet...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 05:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296334#M788845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T05:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296335#M788846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii abhi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explain your req. clearly.&lt;/P&gt;&lt;P&gt;i dont understand, why cant u use 'GUI_DOWNLOAD'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do you want to have same data in excel file which is in your internal table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;explain your req. in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Maharshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296335#M788846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296336#M788847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have used ws_download in my program.&lt;/P&gt;&lt;P&gt;But i got all the fields in one column of the excel sheet and also i should also display data heirarchially.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:08:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296336#M788847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296337#M788848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; declare an internal table with string field.&lt;/P&gt;&lt;P&gt; append header record.&lt;/P&gt;&lt;P&gt; concatenate item record with comma delimiter and append to internal table. hence do the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use 'GUI_DOWNLOAD'  specifing field separator as ',' (comma) and give the output file extension as '.csv'.&lt;/P&gt;&lt;P&gt;You can find header and item data according to ur requirement (in different columns).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:10:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296337#M788848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296338#M788849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check parameters.&lt;/P&gt;&lt;P&gt;and pass it according to your req,&lt;/P&gt;&lt;P&gt;like file name &amp;amp; type  &lt;/P&gt;&lt;P&gt;separated by...!!&lt;/P&gt;&lt;P&gt;and atlast pass the formated internal table &lt;/P&gt;&lt;P&gt;and generate file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  call function 'GUI_DOWNLOAD'&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    BIN_FILESIZE                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      filename                        = txtfile&lt;/P&gt;&lt;P&gt;     filetype                        = 'ASC'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    APPEND                          = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;     write_field_separator           = 'X'&lt;/P&gt;&lt;P&gt;     confirm_overwrite               = 'X'&lt;/P&gt;&lt;P&gt;    tables&lt;/P&gt;&lt;P&gt;      data_tab                        = it2_oh&lt;/P&gt;&lt;P&gt;            .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:18:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296338#M788849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: down load to excel sheet</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296339#M788850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u maharshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jan 2008 06:35:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/down-load-to-excel-sheet/m-p/3296339#M788850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-15T06:35:27Z</dc:date>
    </item>
  </channel>
</rss>

