<?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: select from 6 table into internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180983#M757352</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take care some of the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After the Inner join SORT the internal table.&lt;/P&gt;&lt;P&gt;2. If the table that you will use after this join has a field that is primary key and is having in the table coming from join, you can you DELETE ADJACENT DUPLICATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the internal table is filled before the next select if you are using FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukesh KUmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Dec 2007 08:08:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-15T08:08:37Z</dc:date>
    <item>
      <title>select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180982#M757351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i want to fetch datas from 6 tables to be displayed in one list or grid display.&lt;/P&gt;&lt;P&gt;In which 3 of the tables share a common field and other 3 doesnt relate each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;i have decided to have inner join for 3 tables first.&lt;/P&gt;&lt;P&gt;Then to use 3 select statements to append in to 3 new  internal table using for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can some one help me out?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards for succesful suggestions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 07:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180982#M757351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180983#M757352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can take care some of the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. After the Inner join SORT the internal table.&lt;/P&gt;&lt;P&gt;2. If the table that you will use after this join has a field that is primary key and is having in the table coming from join, you can you DELETE ADJACENT DUPLICATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether the internal table is filled before the next select if you are using FOR ALL ENTRIES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mukesh KUmar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 08:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180983#M757352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T08:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180984#M757353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you said there is not relation between 3 other tables, How are you going to use for all entries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are that tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Dec 2007 09:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180984#M757353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-15T09:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180985#M757354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;help me to  check the entries and make the list out of 6 tables with 3 of them dont have relationship?&lt;/P&gt;&lt;P&gt;shall i append it by entering for all entries?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Dec 2007 07:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180985#M757354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-17T07:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180986#M757355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have combined 2 tables using one inner join, and other 2 tables using other inner join.&lt;/P&gt;&lt;P&gt;i want to combine both the contents of 2 internal tables into one table.&lt;/P&gt;&lt;P&gt;but the fields r over coming other values, bcos both have one field in common from different tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;help me in these issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 15:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180986#M757355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T15:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: select from 6 table into internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180987#M757356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its fine that you guys did some useful things in helping me.&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 06:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-from-6-table-into-internal-table/m-p/3180987#M757356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T06:13:22Z</dc:date>
    </item>
  </channel>
</rss>

