<?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: Joining table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638689#M1283405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no filed like MOABW in catsdb.&lt;/P&gt;&lt;P&gt;That is the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 05:27:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T05:27:36Z</dc:date>
    <item>
      <title>Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638687#M1283403</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;I needed to make a join with CATSDB- AWART  TABLE  field with T554T-AWART and  SPRSL = SY-LANGU  and MOABW = ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is another primary key in T554T table called MOABW how to join these table filed with catsdb &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastian John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:08:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638687#M1283403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638688#M1283404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select &amp;lt;fields&amp;gt;&lt;/P&gt;&lt;P&gt;into table &amp;lt;itab&amp;gt;&lt;/P&gt;&lt;P&gt;from catsdb as a inner join T554T as b &lt;/P&gt;&lt;P&gt;on  a&lt;SUB&gt;awart = b&lt;/SUB&gt;awart &lt;/P&gt;&lt;P&gt;     a&lt;SUB&gt;MOABW = b&lt;/SUB&gt;MOABW&lt;/P&gt;&lt;P&gt;where sprsl = sy-langu and&lt;/P&gt;&lt;P&gt;MOABW = ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:14:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638688#M1283404</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-05-21T05:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638689#M1283405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no filed like MOABW in catsdb.&lt;/P&gt;&lt;P&gt;That is the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:27:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638689#M1283405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638690#M1283406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you can put another join condition for T554S-MOABW and t554T-MOABW.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638690#M1283406</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2009-05-21T05:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638691#M1283407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When multiple SAP tables are logically joined, it is always advisable to use inner join to read the data from them. This certainly reduces the load on the network. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence we have &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"catsdb as a inner join T554T  as b "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;since AWART exists in both the  tables innerjoin would be perfect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the syntax goes like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select &amp;lt;field1&amp;gt; &amp;lt;field1&amp;gt; &amp;lt;field1&amp;gt; &amp;lt;field1&amp;gt;           ====&amp;gt; the fields u want to select&lt;/P&gt;&lt;P&gt;into table &amp;lt;itab&amp;gt;                                               ====&amp;gt;name of the internal table &lt;/P&gt;&lt;P&gt;from catsdb as t1 inner join T554T as t2 &lt;/P&gt;&lt;P&gt;       on t1&lt;SUB&gt;awart = t2&lt;/SUB&gt;awart                              ~ indent denotes the mapping &lt;/P&gt;&lt;P&gt;       t1&lt;SUB&gt;MOABW = t2&lt;/SUB&gt;MOABW&lt;/P&gt;&lt;P&gt;       where sprsl = sy-langu and      |&lt;/P&gt;&lt;P&gt;       MOABW = ?                          |    your select condition goes here&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 05:33:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638691#M1283407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T05:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638692#M1283408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 08:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638692#M1283408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-25T08:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Joining table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638693#M1283409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sebastian.&lt;/P&gt;&lt;P&gt;Did you find the solution for the above requirement.&lt;/P&gt;&lt;P&gt;If yes then pls provide me the solution.&lt;/P&gt;&lt;P&gt;I have got the same requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Obaid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Apr 2015 10:54:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/joining-table/m-p/5638693#M1283409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-29T10:54:24Z</dc:date>
    </item>
  </channel>
</rss>

