<?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: Inner join command is not supporting pooled table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037409#M718652</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;U can't perform JOIN with Pooled or Cluster tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trying to join A018 and KONP .... here A018 is Pooled table... Look at below threads...&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="805693"&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="2975129"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Nov 2007 04:39:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-14T04:39:10Z</dc:date>
    <item>
      <title>Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037406#M718649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Forum,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to abap. I tried passing fields of two tables into a single table using inner join command. But one of the tables is a pooled table so the command "inner join" is not supporting that. How to pass the fields in those two tables into a single table? Kindly help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgrds,&lt;/P&gt;&lt;P&gt;Mahathi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:08:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037406#M718649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037407#M718650</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;You can use FOR ALL ENTRIES in such case.&lt;/P&gt;&lt;P&gt;You will get data in two tables. Then LOOP at one internal table and read the another internal table and move the data to third internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037407#M718650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037408#M718651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;used for all entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read table itab into wa with key field wa-field.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037408#M718651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037409#M718652</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;U can't perform JOIN with Pooled or Cluster tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trying to join A018 and KONP .... here A018 is Pooled table... Look at below threads...&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="805693"&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="2975129"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your problem..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if useful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037409#M718652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037410#M718653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please give an example..Suppose two table BSEG &amp;amp; BKPF. out of two BSEG is a spooled one. Now pls tell me who to write code for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037410#M718653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037411#M718654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please give an example..Suppose two table BSEG &amp;amp; BKPF. out of two BSEG is a spooled one. Now pls tell me how to write code for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037411#M718654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037412#M718655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please give an example..Suppose two table BSEG &amp;amp; BKPF. out of two BSEG is a spooled one. Now pls tell me how to write code for this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 04:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037412#M718655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T04:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inner join command is not supporting pooled table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037413#M718656</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;You will have three internal tables&lt;/P&gt;&lt;P&gt;data it_bkpf type table of bkpf.&lt;/P&gt;&lt;P&gt;data it_bseg type table of bseg.&lt;/P&gt;&lt;P&gt;data it_final &amp;lt;define the fields from both the table which you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from bkpf into it_bkpf.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it_bppf is not initial.&lt;/P&gt;&lt;P&gt;select * from bseg into it_bseg for all entries in it_bkpf where....&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at it_bkpf.&lt;/P&gt;&lt;P&gt;loop at it_bseg where..&lt;/P&gt;&lt;P&gt;move data here in final table&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;endloop&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just a rough idea &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2007 05:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/inner-join-command-is-not-supporting-pooled-table/m-p/3037413#M718656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-14T05:00:27Z</dc:date>
    </item>
  </channel>
</rss>

