<?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: Performing multiple joins on table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931224#M1150399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1-Help for JOIN (in Rel. 7.00). Coincidentally I just found that today and learned about that limit. It will be difficult to get close to this limit in a reasonable fashion though...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 16:07:40 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2008-12-11T16:07:40Z</dc:date>
    <item>
      <title>Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931218#M1150393</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;   I would like to know if performing joins on more than 10 tables has some performance issues? If so, is there any limit on the joins that can be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there another way out for this problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 12:09:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931218#M1150393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T12:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931219#M1150394</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 is no limit as such to use number of joins but if you have 10 tables(with huge data) obviously you will run into performance issues.&lt;/P&gt;&lt;P&gt;Better use join on 2-3 tables and then do your operations on the internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 12:13:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931219#M1150394</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2008-12-11T12:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931220#M1150395</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;Refer to 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="3362009"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 12:13:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931220#M1150395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T12:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931221#M1150396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There can be a maximum of 24 "JOIN" joining 25 Tables or views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance issue will depend on the fields used for restricting data.&lt;/P&gt;&lt;P&gt;There is no problem in Joining 3 or more tables your where clause should be covering the important fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 12:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931221#M1150396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931222#M1150397</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 are talking about performance then always use for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 14:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931222#M1150397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931223#M1150398</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; There can be a maximum of 24 "JOIN" joining 25 Tables or views.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Can you show where this is documented?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 15:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931223#M1150398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T15:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931224#M1150399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;F1-Help for JOIN (in Rel. 7.00). Coincidentally I just found that today and learned about that limit. It will be difficult to get close to this limit in a reasonable fashion though...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:07:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931224#M1150399</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-12-11T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931225#M1150400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm a bit embarassed - I looked at that as well and missed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder if that limit would include the tables that are included in the views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:12:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931225#M1150400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T16:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931226#M1150401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I had to bet, I'd say no, not included...do you have time to try out with a little test program? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:21:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931226#M1150401</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-12-11T16:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931227#M1150402</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;If you are talking about performance then always use for all entries.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wonder, if we can have a thread once, without this statement...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931227#M1150402</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-12-11T16:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931228#M1150403</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; If I had to bet, I'd say no, not included...do you have time to try out with a little test program? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Probably not so little, but maybe sometime. I know there are standard SAP views with upwards of 13 or 14 tables, but I doubt if they would be compatable for joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 16:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931228#M1150403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T16:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931229#M1150404</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;&lt;/P&gt;&lt;P&gt;    You can uase joins rather than nested loops....&lt;/P&gt;&lt;P&gt;    Up to three joins are okey, more joins degrade performance....&lt;/P&gt;&lt;P&gt;    Better practice is to use for all entries....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Krishna...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 14:38:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931229#M1150404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T14:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931230#M1150405</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;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; If I had to bet, I'd say no, not included...do you have time to try out with a little test program? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; Probably not so little, but maybe sometime. I know there are standard SAP views with upwards of 13 or 14 tables, but I doubt if they would be compatable for joining.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Rob&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How about a self join?  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 14:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931230#M1150405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T14:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Performing multiple joins on table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931231#M1150406</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;&amp;gt; How about a self join?  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Sounds OK - what are your results? &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Dec 2008 14:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/performing-multiple-joins-on-table/m-p/4931231#M1150406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-15T14:50:35Z</dc:date>
    </item>
  </channel>
</rss>

