<?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: select data from cluster table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369927#M182357</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;there're extra tables to improve the performance for fi-documents - for customer: bsid, bsad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are existing views in standard - one is VF_DEBI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Jun 2006 10:25:06 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2006-06-02T10:25:06Z</dc:date>
    <item>
      <title>select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369922#M182352</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;Is there any method joining the BSEG, BKPF and KNA1 tables?&lt;/P&gt;&lt;P&gt;I want to select some customer who has an accounting doc in BKPF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369922#M182352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369923#M182353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu cannot join Cluster tables, You have to select them indivudally and loop through the internal table or use the FOR ALL ENTRIES clause for the subsequent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note :Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369923#M182353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369924#M182354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya   by  using  kunnr(Customer Number 1) from kna1.&lt;/P&gt;&lt;P&gt;u  find  the information abt customer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and  for  account doc  number..&lt;/P&gt;&lt;P&gt;by using  this kunnr u can get BELNR(Accounting Document Number) from BSEG..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;join b/w bseg and bkpf  is  not  possible&amp;lt;/b&amp;gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369924#M182354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369925#M182355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But "For All Entries" is used with internal tables. How to use with the 3 tables?&lt;/P&gt;&lt;P&gt;Any Examples?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369925#M182355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369926#M182356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select your values form the kna1 and bkpf into to internal table and then use for all-entries with bseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wasim Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:22:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369926#M182356</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-06-02T10:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369927#M182357</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;there're extra tables to improve the performance for fi-documents - for customer: bsid, bsad&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and there are existing views in standard - one is VF_DEBI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369927#M182357</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-06-02T10:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369928#M182358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any method joining the BSEG, BKPF and KNA1 tables?&lt;/P&gt;&lt;P&gt;You can INNER JOIN KNA1 and BKPF first with your conditions and select it to an internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FOR ALL ENTRIES for BSEG selection with the above internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Thomas. &lt;/P&gt;&lt;P&gt; Please mark points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369928#M182358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369929#M182359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi macy,&lt;/P&gt;&lt;P&gt;you cannot use join for cluster tables.&lt;/P&gt;&lt;P&gt;you can fetch data from cluster table and then based on the result you could use FOR ALL ENTRIES addition for doing other validation from the other tables.There is no other go..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark all useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369929#M182359</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-06-02T10:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369930#M182360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which Information do you need from BSEG, BKPF, KNA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometimes you can Use BSID or BSAD. They are faster to&lt;/P&gt;&lt;P&gt;select than BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 10:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369930#M182360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T10:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: select data from cluster table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369931#M182361</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;If you want to select the account document of a customer it should be better to use the secondary index table for customer accounting BSID (open item) and BSAD (cleared item) instead of use BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jun 2006 11:02:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-data-from-cluster-table/m-p/1369931#M182361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-02T11:02:48Z</dc:date>
    </item>
  </channel>
</rss>

