<?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: difference between joins &amp;for all entries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562471#M857279</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES retrieves all the table entries depending on another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joins: To select the data from more than one database table with atleast one field&lt;/P&gt;&lt;P&gt; at once in to these same internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 02 Jan 2011 11:20:41 GMT</pubDate>
    <dc:creator>chandra_sekhar3</dc:creator>
    <dc:date>2011-01-02T11:20:41Z</dc:date>
    <item>
      <title>difference between joins &amp;for all entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562467#M857275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;difference between joins &amp;amp;for all entries&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562467#M857275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T06:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins &amp;for all entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562468#M857276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4804793"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4915075"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4823908"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562468#M857276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T06:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins &amp;for all entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562469#M857277</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;Join statement is used to create a view on two or more tables that is we can select the enetries from two or more tables simultaneously.. Like if we want VBAK( SO header tab) and VBAP(SO item tab) details in single work area we go for join statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For all enetries option is used when we want to select data intio the table on the basis of already existing internal table data. Like we have SO header deatils in vbak_itab internal table and now we want SO item deatails in separate vbap_itab then we will go for this option..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the syntax that will help in understanding..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points!!!!!!!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562469#M857277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T06:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins &amp;for all entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562470#M857278</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;Joins are used to fetch data from two database table based on certain joining condition.But for all entries is used to fetch data from database table based on the data present in the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shibin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Mar 2008 06:08:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562470#M857278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-18T06:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: difference between joins &amp;for all entries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562471#M857279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES retrieves all the table entries depending on another table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;joins: To select the data from more than one database table with atleast one field&lt;/P&gt;&lt;P&gt; at once in to these same internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Jan 2011 11:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-joins-for-all-entries/m-p/3562471#M857279</guid>
      <dc:creator>chandra_sekhar3</dc:creator>
      <dc:date>2011-01-02T11:20:41Z</dc:date>
    </item>
  </channel>
</rss>

