<?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: Diff between database view and inner join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798231#M1311222</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besides REUSE as pointed out by Prabhudas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views can be buffered in the SAP table buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution times on the database are the same for views and joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2009 16:47:24 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2009-06-17T16:47:24Z</dc:date>
    <item>
      <title>Diff between database view and inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798229#M1311220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to select data from multiple tables. I need to choose between 2 options. &lt;/P&gt;&lt;P&gt;1) create a database view and use this view for select.&lt;/P&gt;&lt;P&gt;2) write an inner join in abap prorgam.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which cases we should create a view and in which cases we should use a inner join?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the factors which decide these?&lt;/P&gt;&lt;P&gt;Pls advice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rupali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798229#M1311220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T16:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between database view and inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798230#M1311221</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;Both are same..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you use regulary and used view in Multiple programs then create view..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If inner join in abap prorgam between two or more table used in less Programs and do not want to&lt;/P&gt;&lt;P&gt;create View (Means not to create transport request) then go for JOin in Program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:20:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798230#M1311221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T16:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between database view and inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798231#M1311222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rupali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;besides REUSE as pointed out by Prabhudas:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Views can be buffered in the SAP table buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution times on the database are the same for views and joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 16:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798231#M1311222</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2009-06-17T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between database view and inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798232#M1311223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To use a view or a join depends on how frequently are you going to use the program and how big the tables are. Views are data dictionary objects and hence will occupy some memory. So if the program is not used that frequently or if the view created may not be useful for other programs, then better use inner join.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 18:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798232#M1311223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T18:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: Diff between database view and inner join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798233#M1311224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2009 18:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-database-view-and-inner-join/m-p/5798233#M1311224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-17T18:25:08Z</dc:date>
    </item>
  </channel>
</rss>

