<?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 Open SQL supports Righ outer join? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933786#M1486209</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;Does Open SQL supports right outer join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched on help.sap.com but did not found any reference for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, any idea why is this not supported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 May 2010 08:39:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-03T08:39:58Z</dc:date>
    <item>
      <title>Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933786#M1486209</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;Does Open SQL supports right outer join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched on help.sap.com but did not found any reference for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, any idea why is this not supported?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 08:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933786#M1486209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T08:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933787#M1486210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The obvious starting point for such investigations is the online ABAP help, because it's fast and easy - you know already the keyword (SELECT), so just do a F1 in the ABAP editor and check out what it says.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, you'll find the online ABAP help also on the web, check out the [SELECT - join|http://help.sap.com/abapdocu_70/en/ABAPSELECT_JOIN.htm] link, where it is explained that open SQL supports outer joins (though you cannot use multiple outer joins).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers, harald&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 09:28:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933787#M1486210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T09:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933788#M1486211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this link..http://help.sap.com/erp2005_ehp_04/helpdata/EN/66/f9545ed3654bd4b55bf7a5b9953a53/frameset.htm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards.&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 09:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933788#M1486211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933789#M1486212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Harald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The OP wants to know why RIGHT OUTER JOIN is not supported in Open SQL. I assume the OP knows about the LEFT OUTER JOIN statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the RIGHT OUTER JOIN is same as the LEFT OUTER JOIN with the RHS &amp;amp; LHS tables interchanged. Please correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 09:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933789#M1486212</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-05-03T09:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933790#M1486213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piyush,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RIGHT OUTER JOIN is one of the JOIN operations that allow you to specify a JOIN clause. It preserves the unmatched rows from the second (right) table, joining them with a NULL in the shape of the first (left) table. A LEFT OUTER JOIN B is equivalent to B RIGHT OUTER JOIN A, with the columns in a different order.&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; Karthick.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 09:53:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933790#M1486213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T09:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933791#M1486214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas / Harald,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, LEFT OUTER JOIN is already supported and we are using this in our application as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From SQL perspective it's tables interchanged, but constraint comes when the same table has to participate in more than one join - as if it has already participated on right side of the join.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i wanted to know was support for RIGHT OUTER JOIN in open SQL , as in the docu help also they mentioned only LEFT OUTER JOINS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 09:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933791#M1486214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T09:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933792#M1486215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think that RIGHT OUTER JOIN is available in Open SQL. Anyways i don't get this point: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;but constraint comes when the same table has to participate in more than one join - as if it has already participated on right side of the join.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in detail ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 10:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933792#M1486215</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-05-03T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Open SQL supports Righ outer join?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933793#M1486216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, my bad - missed the &lt;EM&gt;right&lt;/EM&gt; part...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though I don't really see any difference between the left and right outer join, because you should always be able to rearrange your sequence of the select (based on the unchangeable priority of the joins you might be forced to define a dictionary view in some cases). The part that is in my opinion the real restriction is that you can only have &lt;STRONG&gt;one&lt;/STRONG&gt; outer join and that open SQL doesn't allow you to define any conditions on the outer join table (e.g. like the simple scenario where you want to use an &lt;EM&gt;outer join&lt;/EM&gt; to find table entries in one table that don't have a corresponding entry in another table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyhow, it's late on my side and maybe I should be more careful with my postings. Hope I didn't blabber. &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 May 2010 10:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/open-sql-supports-righ-outer-join/m-p/6933793#M1486216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-03T10:20:17Z</dc:date>
    </item>
  </channel>
</rss>

