<?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: inner join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960610#M394963</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva, &lt;/P&gt;&lt;P&gt;  In the statement for the second inner join&lt;/P&gt;&lt;P&gt;inner join kna1 as c &lt;/P&gt;&lt;P&gt;where is the on condition.&lt;/P&gt;&lt;P&gt;Please specify that also and then check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 11:33:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T11:33:16Z</dc:date>
    <item>
      <title>inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960609#M394962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select a&lt;SUB&gt;vbeln a&lt;/SUB&gt;kunag b&lt;SUB&gt;r_desc b&lt;/SUB&gt;create_date c~name1 into corresponding&lt;/P&gt;&lt;P&gt;      fields of table itab from vbrk as a inner join zsdinvrej as b on&lt;/P&gt;&lt;P&gt;         a&lt;SUB&gt;vbeln = b&lt;/SUB&gt;i_vbeln inner join kna1 as c where a&lt;SUB&gt;kunag in s_kunag and b&lt;/SUB&gt;create_date&lt;/P&gt;&lt;P&gt;         in s_fkdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this statement show me error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i adding three table plsea help me solve the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960609#M394962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960610#M394963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva, &lt;/P&gt;&lt;P&gt;  In the statement for the second inner join&lt;/P&gt;&lt;P&gt;inner join kna1 as c &lt;/P&gt;&lt;P&gt;where is the on condition.&lt;/P&gt;&lt;P&gt;Please specify that also and then check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960610#M394963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960611#M394964</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;the problem is with 'inner join kna1 as c', join contion 'ON' is missing...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960611#M394964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960612#M394965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Condition missing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select a&lt;SUB&gt;vbeln a&lt;/SUB&gt;kunag b&lt;SUB&gt;r_desc b&lt;/SUB&gt;create_date c~name1 into corresponding&lt;/P&gt;&lt;P&gt;fields of table itab from vbrk as a inner join zsdinvrej as b on&lt;/P&gt;&lt;P&gt;a&lt;SUB&gt;vbeln = b&lt;/SUB&gt;i_vbeln inner join kna1 as c &amp;lt;b&amp;gt;on&amp;lt;condition&amp;gt;&amp;lt;/b&amp;gt;  where a&lt;SUB&gt;kunag in s_kunag and b&lt;/SUB&gt;create_date&lt;/P&gt;&lt;P&gt;in s_fkdat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:35:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960612#M394965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960613#M394966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the error you are getting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &amp;lt;b&amp;gt;Inner Join as&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INNER JOIN  AS a ON &amp;lt;i&amp;gt;conditions&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;                              AND &amp;lt;i&amp;gt;conditions&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;                              AND &amp;lt;i&amp;gt;conditions&amp;lt;/i&amp;gt;) &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kannaiah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960613#M394966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960614#M394967</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 condition for join 3 on KNA1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;put some condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select a&lt;SUB&gt;vbeln a&lt;/SUB&gt;kunag b&lt;SUB&gt;r_desc b&lt;/SUB&gt;create_date c~name1 into corresponding&lt;/P&gt;&lt;P&gt;fields of table itab from vbrk as a inner join zsdinvrej as b on&lt;/P&gt;&lt;P&gt;a&lt;SUB&gt;vbeln = b&lt;/SUB&gt;i_vbeln inner join kna1 as c on&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;condition&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;where a&lt;SUB&gt;kunag in s_kunag and b&lt;/SUB&gt;create_date&lt;/P&gt;&lt;P&gt;in s_fkdat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 11:41:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960614#M394967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T11:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960615#M394968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this format....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT &amp;lt;choose entries&amp;gt; INTO CORRESPONDING FIELDS OF TABLE IT FROM &amp;lt;table1&amp;gt; INNER JOIN &amp;lt;table2&amp;gt;  ON  &amp;lt;join condition&amp;gt;  INNER JOIN &amp;lt;table 3&amp;gt; ON &amp;lt;join conditions&amp;gt; WHERE &amp;lt;select conditions&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;vinayaka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 12:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1960615#M394968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T12:42:05Z</dc:date>
    </item>
  </channel>
</rss>

