<?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: join select from cluster tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672871#M297200</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;join will not work for pooled and cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;FOR ALL ENTRIES&amp;lt;/b&amp;gt; insted of JOIN&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Nov 2006 09:19:41 GMT</pubDate>
    <dc:creator>anversha_s</dc:creator>
    <dc:date>2006-11-23T09:19:41Z</dc:date>
    <item>
      <title>join select from cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672867#M297196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems join select does not function from cluster tables. How to avoid that.(maybe you have an example). &lt;/P&gt;&lt;P&gt;I get message:"You cannot use comparisons with column column references in pool and&lt;/P&gt;&lt;P&gt;cluster tables: "KONV~KNUMV". column references in pool and cluster&lt;/P&gt;&lt;P&gt;tables: "KONV~KNUMV". column references in pool and cluster tables:&lt;/P&gt;&lt;P&gt;"KONV~KNUMV". references in pool a..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I use SELECT konv&lt;SUB&gt;knumv konv&lt;/SUB&gt;kposn konv&lt;SUB&gt;stunr konv&lt;/SUB&gt;kschl konv~kwert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE S000  from konv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN vbrk ON&lt;/P&gt;&lt;P&gt;vbrk&lt;SUB&gt;knumv = konv&lt;/SUB&gt;knumv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN VBRP ON&lt;/P&gt;&lt;P&gt;VBRP&lt;SUB&gt;POSNR = KONV&lt;/SUB&gt;kposn and&lt;/P&gt;&lt;P&gt;vbrp&lt;SUB&gt;vbeln =  vbrK&lt;/SUB&gt;vbeln&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE vbrk&lt;SUB&gt;fkdat le datumhigh and vbrk&lt;/SUB&gt;fkdat ge&lt;/P&gt;&lt;P&gt; datumlow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;modify zresult from table s000.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672867#M297196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: join select from cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672868#M297197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hi&lt;/P&gt;&lt;P&gt;U cant use JOIN in POOLED or cluster tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use FOR ALL ENTRIES IN ITAB for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECT konv-knumv konv-kposn konv-stunr konv-kschl konv-kwert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE S000 from konv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbrk into corresponding fields of table itab for all entries in S000 where knumv = s000-knumv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        MANAS PANDA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        MANAS PANDA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672868#M297197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: join select from cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672869#M297198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot use joins on cluster tables.&lt;/P&gt;&lt;P&gt;You will have to select the data individually either by using FOR ALL ENTRIES or SELECT with in the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SELECT data from 1 table, SELECT data form 2 table using FOR ALL ENTRIES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SELECT data from 1 tab&lt;/P&gt;&lt;P&gt;   loop at the internal and get data from the 2nd one.&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 all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672869#M297198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: join select from cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672870#M297199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't think Join will work for Cluster tables.&lt;/P&gt;&lt;P&gt;Go for For all entries statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:17:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672870#M297199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-23T09:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: join select from cluster tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672871#M297200</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;join will not work for pooled and cluster table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use &amp;lt;b&amp;gt;FOR ALL ENTRIES&amp;lt;/b&amp;gt; insted of JOIN&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2006 09:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/join-select-from-cluster-tables/m-p/1672871#M297200</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-23T09:19:41Z</dc:date>
    </item>
  </channel>
</rss>

