<?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 select query and read dataset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424274#M822378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to read an excel sheet from the application server into an internal table that i hv created.can you help me to write  select query &amp;amp;read dataset statement?&lt;/P&gt;&lt;P&gt;suppose the internal table name is T_a and it has fields f1 to f7 which are all present in the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 2:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 08:52:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-14T08:52:22Z</dc:date>
    <item>
      <title>select query and read dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424274#M822378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to read an excel sheet from the application server into an internal table that i hv created.can you help me to write  select query &amp;amp;read dataset statement?&lt;/P&gt;&lt;P&gt;suppose the internal table name is T_a and it has fields f1 to f7 which are all present in the excel sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 2:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424274#M822378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: select query and read dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424275#M822379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your Excel file of type "Comma Separated Values" (CSV)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424275#M822379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: select query and read dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424276#M822380</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;select f1 f2 f3 f4 f5 f6 f7&lt;/P&gt;&lt;P&gt;from TABLE&lt;/P&gt;&lt;P&gt;into table T_a.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table T_a with key f1 = &amp;lt;val1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mansi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Feb 14, 2008 2:33 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 08:54:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424276#M822380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T08:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: select query and read dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424277#M822381</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;The file is a .xls sheet not a csv file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 09:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424277#M822381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T09:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: select query and read dataset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424278#M822382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mansi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read the file from the application server into my internal table having fields f1.....f7 using the read dataset statement.So can you provide the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 09:04:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-and-read-dataset/m-p/3424278#M822382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-14T09:04:10Z</dc:date>
    </item>
  </channel>
</rss>

