<?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: using 3 internal table how we will create join in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382759#M812180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me bya an example, can we use for all entries here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 10:34:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T10:34:13Z</dc:date>
    <item>
      <title>using 3 internal table how we will create join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382757#M812178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we will make join by takin data from 3 internal table , plz tell me in details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 10:15:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382757#M812178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T10:15:56Z</dc:date>
    </item>
    <item>
      <title>Re: using 3 internal table how we will create join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382758#M812179</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;&lt;/P&gt;&lt;P&gt;Loop at the table which is having items or multiple entries &lt;/P&gt;&lt;P&gt;read the second table based on loop value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read the third table based on the first or second table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Modify the first table add the required fields to first field to have them in one&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>Fri, 22 Feb 2008 10:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382758#M812179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T10:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: using 3 internal table how we will create join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382759#M812180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz tell me bya an example, can we use for all entries here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 10:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382759#M812180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T10:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: using 3 internal table how we will create join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382760#M812181</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;How can you use For all entires when the data is in itab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to get the related data from database table then use For all entires&lt;/P&gt;&lt;P&gt;&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>Fri, 22 Feb 2008 10:45:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382760#M812181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T10:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: using 3 internal table how we will create join</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382761#M812182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;assume that 3 itabs have a common fld1  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and we r joining all3 into 4th ,  itab4 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab2 with key fld1 = itab1-flad1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab3 with key fld1 = itab1-flad1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;move corresponding fields from itab1 to itab4.&lt;/P&gt;&lt;P&gt;move corresponding fields from itab2 to itab2.&lt;/P&gt;&lt;P&gt;move corresponding fields from itab3 to itab2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;append itab4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear itab1, itab2 itab3, itab4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now itab4 contains all the join flds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 16:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-3-internal-table-how-we-will-create-join/m-p/3382761#M812182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T16:25:17Z</dc:date>
    </item>
  </channel>
</rss>

