<?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: query sql in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078264#M1970608</link>
    <description>&lt;P&gt;Hi Nick Reyan,&lt;/P&gt;&lt;P&gt;In this kind of scenario,we need to use mediator table for joining.&lt;/P&gt;&lt;P&gt;For brief understanding have a look on below example.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
In our past requirement ,we were trying to find  join between EBAN &amp;amp; AFIH.
Astehre is no direct link between these 2 tables,so we had used mediator table EBKN.&lt;/P&gt;&lt;P&gt; So joinings flow is &lt;STRONG&gt;EBAN -&amp;gt; EBKN -&amp;gt;AFIH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      1)Between EBAN-EBKN&lt;/STRONG&gt; &lt;STRONG&gt; tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;             EBAN.BANFN = EBKN.BANFN &amp;amp; EBAN.BNFPO = EBKN.BNFPO&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      2)Between EBKN-AFIH tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;              EBKN.AUFNR = AFIH.AUFNR&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sagarkumar Darji&lt;/P&gt;</description>
    <pubDate>Tue, 10 Dec 2019 10:49:01 GMT</pubDate>
    <dc:creator>sdsunny372</dc:creator>
    <dc:date>2019-12-10T10:49:01Z</dc:date>
    <item>
      <title>query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078260#M1970604</link>
      <description>&lt;P&gt;if two tables do not have fields in common, how do you make a relationship between the two tables or make sure you use both?&lt;/P&gt;
  &lt;P&gt;( join of table? database logical? )&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 09:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078260#M1970604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-10T09:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078261#M1970605</link>
      <description>&lt;P&gt;"logical database" is obsolete since XXth century...&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078261#M1970605</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-12-10T10:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078262#M1970606</link>
      <description>&lt;P&gt;if you have two tables without relation, you cannot create relation  &lt;/P&gt;&lt;P&gt;are they standard tables ? &lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:09:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078262#M1970606</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2019-12-10T10:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078263#M1970607</link>
      <description>&lt;P&gt;yes, the tables are standard&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078263#M1970607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-12-10T10:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078264#M1970608</link>
      <description>&lt;P&gt;Hi Nick Reyan,&lt;/P&gt;&lt;P&gt;In this kind of scenario,we need to use mediator table for joining.&lt;/P&gt;&lt;P&gt;For brief understanding have a look on below example.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
In our past requirement ,we were trying to find  join between EBAN &amp;amp; AFIH.
Astehre is no direct link between these 2 tables,so we had used mediator table EBKN.&lt;/P&gt;&lt;P&gt; So joinings flow is &lt;STRONG&gt;EBAN -&amp;gt; EBKN -&amp;gt;AFIH&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      1)Between EBAN-EBKN&lt;/STRONG&gt; &lt;STRONG&gt; tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;             EBAN.BANFN = EBKN.BANFN &amp;amp; EBAN.BNFPO = EBKN.BNFPO&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;      2)Between EBKN-AFIH tables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;              EBKN.AUFNR = AFIH.AUFNR&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Sagarkumar Darji&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 10:49:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078264#M1970608</guid>
      <dc:creator>sdsunny372</dc:creator>
      <dc:date>2019-12-10T10:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: query sql</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078265#M1970609</link>
      <description>&lt;P&gt;what are the 2 tables which you are referring to? Once you provide we will try to check how both can be linked&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 15:58:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-sql/m-p/12078265#M1970609</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2019-12-10T15:58:48Z</dc:date>
    </item>
  </channel>
</rss>

