<?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 Joining two tables having no common fields using one select query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581796#M1860297</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to join two tables which are &lt;STRONG&gt;NOT&lt;/STRONG&gt; having any field in common using only one select query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Sep 2014 09:33:20 GMT</pubDate>
    <dc:creator>former_member590333</dc:creator>
    <dc:date>2014-09-05T09:33:20Z</dc:date>
    <item>
      <title>Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581796#M1860297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to join two tables which are &lt;STRONG&gt;NOT&lt;/STRONG&gt; having any field in common using only one select query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 09:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581796#M1860297</guid>
      <dc:creator>former_member590333</dc:creator>
      <dc:date>2014-09-05T09:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581797#M1860298</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;What do you mean?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to do a join they should have some common fields&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, 05 Sep 2014 09:35:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581797#M1860298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T09:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581798#M1860299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is only possible in the Nth dimension, please see the online documentation for joins using the LEFT OUTER SPACE syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 09:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581798#M1860299</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2014-09-05T09:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581799#M1860300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Identify a third table (or more tables) with common fields with your two tables, or change your question either removing JOIN or removing NO COMMON FIELDS, else you wont get many responses and will be left alone in outer space, as suggested by &lt;SPAN class="j-post-author"&gt;&lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="33038" data-externalid="" data-presence="null" data-userid="19490" data-username="thomas.zloch" href="https://answers.sap.com/people/thomas.zloch"&gt;Thomas&lt;/A&gt;.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you acturally require what you written, better execute two select and merge the two internal tables merging every record from first table with every record of second table, til no more memory is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 09:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581799#M1860300</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-09-05T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581800#M1860301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It might help us to help you, if you define what tables you are talking about (assuming they aren't custom Z tables.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581800#M1860301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T10:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581801#M1860302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that mean I need to identify third table having common fields from both the tables and then performing join of those three tables in single select query?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prajakta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:22:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581801#M1860302</guid>
      <dc:creator>former_member590333</dc:creator>
      <dc:date>2014-09-05T10:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581802#M1860303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If None of the fields are Common in Table , Then it would not be feasible to use Join (Left Or Right)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. If You want data in single Row then&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Instead You may loop your Table and modify Fields of other table &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. If You want to Append data then &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; you may use Appending Clause with Select Query&amp;nbsp; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 10:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581802#M1860303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T10:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Joining two tables having no common fields using one select query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581803#M1860304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes as Raymond says &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to do a join between three tables, the third table has to be used as link&lt;/P&gt;&lt;P&gt;&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, 05 Sep 2014 10:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-two-tables-having-no-common-fields-using-one-select-query/m-p/10581803#M1860304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-05T10:38:59Z</dc:date>
    </item>
  </channel>
</rss>

