<?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 Dynamic internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-tables/m-p/2214613#M474736</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;The problem I am stuck in is that -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; I have two internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT1 with two fields table1 (say, MARA) and field1 (say, MATNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and IT2 with two fields table2 (say, MARC) and field2 (say, MATNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to match whether Field1 = Field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Select query , probably using inner join needs to fetch data&lt;/P&gt;&lt;P&gt;but I am confused how shall I write the Select query.&lt;/P&gt;&lt;P&gt;Plz help.................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 May 2007 14:08:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-09T14:08:17Z</dc:date>
    <item>
      <title>Dynamic internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-tables/m-p/2214613#M474736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;The problem I am stuck in is that -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; I have two internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT1 with two fields table1 (say, MARA) and field1 (say, MATNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and IT2 with two fields table2 (say, MARC) and field2 (say, MATNR)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, I want to match whether Field1 = Field2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the Select query , probably using inner join needs to fetch data&lt;/P&gt;&lt;P&gt;but I am confused how shall I write the Select query.&lt;/P&gt;&lt;P&gt;Plz help.................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 14:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-tables/m-p/2214613#M474736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T14:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-tables/m-p/2214614#M474737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT mara~matnr &lt;/P&gt;&lt;P&gt;FROM mara&lt;/P&gt;&lt;P&gt;INNER JOIN marc&lt;/P&gt;&lt;P&gt;ON marc&lt;SUB&gt;matnr = mara&lt;/SUB&gt;matnr&lt;/P&gt;&lt;P&gt;WHERE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 May 2007 15:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-tables/m-p/2214614#M474737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-09T15:05:23Z</dc:date>
    </item>
  </channel>
</rss>

