<?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: Fetch data from Database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960369#M1489836</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; From Cluster tables, you can get data using Import statements.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be "data cluster" tables &amp;amp; not "cluster" table. BSEG is a cluster table but we use SELECT to fetch the data &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@OP: It is a basic question &amp;amp; you could have ST*W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jun 2010 09:50:08 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2010-06-10T09:50:08Z</dc:date>
    <item>
      <title>Fetch data from Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960365#M1489832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What are the different ways other that SELECT queries and JOINS to fetch data from Database Tables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:18:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960365#M1489832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T09:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960366#M1489833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may check for any standard function modules or BAPIs which SAP has provided to read the data. For eg. to get the sales order information which retrieves the data from VBAK, VBAP tables, we can use the SD_SALES_DOCUMENT_READ FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Vaas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:26:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960366#M1489833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T09:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960367#M1489834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From Cluster tables, you can get data using Import statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other methods include logical databases and Hr infotypes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:38:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960367#M1489834</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2010-06-10T09:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960368#M1489835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naga,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;browse abap help for "database access".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;rea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:42:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960368#M1489835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-10T09:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fetch data from Database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960369#M1489836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; From Cluster tables, you can get data using Import statements.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should be "data cluster" tables &amp;amp; not "cluster" table. BSEG is a cluster table but we use SELECT to fetch the data &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@OP: It is a basic question &amp;amp; you could have ST*W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 09:50:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fetch-data-from-database-table/m-p/6960369#M1489836</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-06-10T09:50:08Z</dc:date>
    </item>
  </channel>
</rss>

