<?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: Clustertables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968390#M397550</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to join cluster table like BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can perform a selection from BSEG into internal table IT_BSEG and then do the second selection on BSET using 'FOR ALL ENTRIES in IT_BSEG'.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Feb 2007 15:42:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-26T15:42:36Z</dc:date>
    <item>
      <title>Clustertables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968389#M397549</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;  I have tried  that Cluster tables BSEG and BSET cannot be joined using ABAP Quick Viewer.&lt;/P&gt;&lt;P&gt;i.e is SQ01, SQ02, SQ03------Tcodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody let me know, is it possible in any other way or through Quick viewr only is it possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Manju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:36:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968389#M397549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clustertables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968390#M397550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to join cluster table like BSEG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can perform a selection from BSEG into internal table IT_BSEG and then do the second selection on BSET using 'FOR ALL ENTRIES in IT_BSEG'.&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;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:42:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968390#M397550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T15:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clustertables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968391#M397551</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;As a suggestion, try to avoid using select on cluster tables if you are not providing all the key fields in where clause, it will give major performance issue.&lt;/P&gt;&lt;P&gt;There are alternatives for that which your Functional person can suggest you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968391#M397551</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-02-26T15:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Clustertables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968392#M397552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read BSEG efficiently,check this link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="373481"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you get this data,you can use "select for all entries of itab_BSEG".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Beejal&lt;/P&gt;&lt;P&gt;**reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968392#M397552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T15:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Clustertables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968393#M397553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi another way around is...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. See all tables that are getting collected in a cluster BSEG... and Pick the table which contains data u want... Then do similar thing with BSET and then use Join condition to link two tables / or more table to get desired output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Darshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2007 16:24:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clustertables/m-p/1968393#M397553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-26T16:24:55Z</dc:date>
    </item>
  </channel>
</rss>

