<?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: ITAB extension? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645566#M1093402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use dynamic internal table for this. please search in this forum with key work " dynamic internal table ", you can find lot of thread related to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Oct 2008 12:21:21 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2008-10-21T12:21:21Z</dc:date>
    <item>
      <title>ITAB extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645565#M1093401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an itab and filled it with necessary data and displayed it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What my requirement is that for example when user entered 5 different werks (plant) to select data, I need to show the stock status of these werks...&lt;/P&gt;&lt;P&gt;And it is not predictable how many werks she will enter to select, it may be 3 or 5 or even more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I arrange my itab to show these info?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;deniz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:09:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645565#M1093401</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:09:14Z</dc:date>
    </item>
    <item>
      <title>Re: ITAB extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645566#M1093402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use dynamic internal table for this. please search in this forum with key work " dynamic internal table ", you can find lot of thread related to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645566#M1093402</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2008-10-21T12:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: ITAB extension?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645567#M1093403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take the werke/plants the person has selected, i.e. 3 out of 5, and save it one range table (itab with values). Use this itab to form an outer loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the inner loop use the itab with all master data and extension WHERE&lt;/P&gt;&lt;P&gt;and form a condition like: WHERE [inner_loop_wa]-WERK EQ [outer_loop_wa]-WERK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e.:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT werk_selection_itab INTO werk_selection_wa.&lt;/P&gt;&lt;P&gt;    LOOP AT masterdata_itab INTO masterdata_itab_wa WHERE masterdata_itab_wa-werk EQ     werk_selection_wa-werk.&lt;/P&gt;&lt;P&gt;    &lt;EM&gt;...further processing...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;    + ...i.e. COLLECT masterdata_itab_wa INTO result_itab.+&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;Hope that helps a little.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Norbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Oct 2008 12:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/itab-extension/m-p/4645567#M1093403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-21T12:24:25Z</dc:date>
    </item>
  </channel>
</rss>

