<?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: Download Excel Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913402#M1483178</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Apr 2010 13:21:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-28T13:21:10Z</dc:date>
    <item>
      <title>Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913397#M1483173</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;&lt;/P&gt;&lt;P&gt;I want to download the data to excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently i have used GUI_DOWNLOAD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is &lt;/P&gt;&lt;P&gt;   I have three internal table.&lt;/P&gt;&lt;P&gt;   1. Contains Data in the Rows.&lt;/P&gt;&lt;P&gt;   2. Contais the Ranges like where the data should be placed in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       eg: row 1 column 2&lt;/P&gt;&lt;P&gt;             row 2 column 4 Base on this data needs to be downloaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any function module to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 12:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913397#M1483173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T12:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913398#M1483174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;prepare ur internal table with type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add first row as the column heading&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then add the table data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then pass it to function module 'SAP_CONVERT_TO_XLS_FORMAT'.&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;Md Ziauddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 12:46:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913398#M1483174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T12:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913399#M1483175</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;Thanks for your time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But data will not be downloaded as i specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal table contains data&lt;/P&gt;&lt;P&gt;     1. Table1-&amp;gt; Contains Data. &lt;/P&gt;&lt;P&gt;                          First row-&amp;gt; 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 12:51:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913399#M1483175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T12:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913400#M1483176</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;Sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 1 contains the data as follows&lt;/P&gt;&lt;P&gt;                 1         1              Value1&lt;/P&gt;&lt;P&gt;                 1         1               value 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table 2 contians&lt;/P&gt;&lt;P&gt;            rowno    columnno &lt;/P&gt;&lt;P&gt;                1          1                     &lt;/P&gt;&lt;P&gt;                2          2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I download the data &lt;/P&gt;&lt;P&gt;    Value1 from Table1 should come in First Row First Coulmn&lt;/P&gt;&lt;P&gt;    Value2 should come in 2nd row 2nd column.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 12:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913400#M1483176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T12:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913401#M1483177</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;See this site and follow it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/articles/Download_to_excel.asp" target="test_blank"&gt;http://www.thespot4sap.com/articles/Download_to_excel.asp&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 13:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913401#M1483177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T13:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913402#M1483178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 13:21:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913402#M1483178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913403#M1483179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; is there any function module to do this&lt;/P&gt;&lt;P&gt;No, it doesn't exist, you must code it yourself, copy an existing function module and adapt it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 14:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913403#M1483179</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-04-28T14:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913404#M1483180</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;&lt;/P&gt;&lt;P&gt;I think that un axample can help finding the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, i sugest this for help  Programe of example "XXLSTEST"  whith the FM "CALL FUNCTION 'XXL_SIMPLE_API'"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reguards,&lt;/P&gt;&lt;P&gt;M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 15:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913404#M1483180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T15:09:42Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913405#M1483181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prepared an seperate internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By combining the common data into tmp table and downloaded the data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 May 2010 14:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/download-excel-program/m-p/6913405#M1483181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-11T14:31:25Z</dc:date>
    </item>
  </channel>
</rss>

