<?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/1781542#M336801</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its not necessary to use database view for inner join. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;select mkpf&lt;SUB&gt;mblnr mkpf&lt;/SUB&gt;mjahr mseg&lt;SUB&gt;zeile mseg&lt;/SUB&gt;bukrs mseg&lt;SUB&gt;bwart                MKPF&lt;/SUB&gt;BUDAT MKPF&lt;SUB&gt;CPUTM MSEG&lt;/SUB&gt;MATNR MSEG&lt;SUB&gt;WERKS MSEG&lt;/SUB&gt;EBELN &lt;/P&gt;&lt;P&gt;MSEG&lt;SUB&gt;EBELP  MSEG&lt;/SUB&gt;ERFMG&lt;/P&gt;&lt;P&gt;INTO  TABLE ht_mkpfmseg&lt;/P&gt;&lt;P&gt;FROM MKPF INNER JOIN MSEG&lt;/P&gt;&lt;P&gt;ON   mkpf&lt;SUB&gt;mandt = mseg&lt;/SUB&gt;mandt &lt;/P&gt;&lt;P&gt;AND    MKPF&lt;SUB&gt;MBLNR = MSEG&lt;/SUB&gt;MBLNR&lt;/P&gt;&lt;P&gt;AND MKPF&lt;SUB&gt;MJAHR = MSEG&lt;/SUB&gt;MJAHR&lt;/P&gt;&lt;P&gt; where mkpf~budat &amp;gt; '20040721'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*Please mark all the helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Jan 2007 12:17:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-03T12:17:12Z</dc:date>
    <item>
      <title>inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781540#M336799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi it is necessary to use data base view for inner join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781540#M336799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781541#M336800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;it is not necessary, you can use the tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika Ahuja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781541#M336800</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-01-03T12:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781542#M336801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No its not necessary to use database view for inner join. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example: &lt;/P&gt;&lt;P&gt;select mkpf&lt;SUB&gt;mblnr mkpf&lt;/SUB&gt;mjahr mseg&lt;SUB&gt;zeile mseg&lt;/SUB&gt;bukrs mseg&lt;SUB&gt;bwart                MKPF&lt;/SUB&gt;BUDAT MKPF&lt;SUB&gt;CPUTM MSEG&lt;/SUB&gt;MATNR MSEG&lt;SUB&gt;WERKS MSEG&lt;/SUB&gt;EBELN &lt;/P&gt;&lt;P&gt;MSEG&lt;SUB&gt;EBELP  MSEG&lt;/SUB&gt;ERFMG&lt;/P&gt;&lt;P&gt;INTO  TABLE ht_mkpfmseg&lt;/P&gt;&lt;P&gt;FROM MKPF INNER JOIN MSEG&lt;/P&gt;&lt;P&gt;ON   mkpf&lt;SUB&gt;mandt = mseg&lt;/SUB&gt;mandt &lt;/P&gt;&lt;P&gt;AND    MKPF&lt;SUB&gt;MBLNR = MSEG&lt;/SUB&gt;MBLNR&lt;/P&gt;&lt;P&gt;AND MKPF&lt;SUB&gt;MJAHR = MSEG&lt;/SUB&gt;MJAHR&lt;/P&gt;&lt;P&gt; where mkpf~budat &amp;gt; '20040721'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*Please mark all the helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:17:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781542#M336801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781543#M336802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padmam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  You can use views for joining. It is not mandatory that you should use views while joining. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  But one point you should remember is; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;Database views&amp;lt;/i&amp;gt; implement an &amp;lt;i&amp;gt;inner join&amp;lt;/i&amp;gt;. The other view types implement an &amp;lt;i&amp;gt;outer join.&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the following link for more information,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21ec5d446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Ali S&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 12:18:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781543#M336802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T12:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781544#M336803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;   But one point you should remember is; &lt;/P&gt;&lt;P&gt;&amp;gt; ]&amp;lt;i&amp;gt;Database views&amp;lt;/i&amp;gt; implement an &amp;lt;i&amp;gt;inner&lt;/P&gt;&lt;P&gt;&amp;gt; join&amp;lt;/i&amp;gt;. The other view types implement an &amp;lt;i&amp;gt;outer&lt;/P&gt;&lt;P&gt;&amp;gt; join.&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just to be absolutely correct - there is a special view type "Projection View", where no join used at all &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 19:19:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781544#M336803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-03T19:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781545#M336804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some more info:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DB views: inner join&lt;/P&gt;&lt;P&gt;Maintenance views: Outer join&lt;/P&gt;&lt;P&gt;Help views: Outer join&lt;/P&gt;&lt;P&gt;Projection view: Only fields of one table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jan 2007 03:39:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join/m-p/1781545#M336804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-04T03:39:42Z</dc:date>
    </item>
  </channel>
</rss>

