<?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: Fill an internal table using RANGES in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400130#M1406128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wouldn't really make sense to just loop at the select options and build your final internal table. Make a select query on your custom table zsd_ctrl_export with all the mentioned select-options in the where conditions and populate the final internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Nov 2009 17:44:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-26T17:44:14Z</dc:date>
    <item>
      <title>Fill an internal table using RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400127#M1406125</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 need to create an internal table with a join of several select options for then update another internal table.&lt;/P&gt;&lt;P&gt;I've this:&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_auart FOR zsd_ctrl_export-auart,&lt;/P&gt;&lt;P&gt;                s_kunnr FOR zsd_ctrl_export-kunnr,&lt;/P&gt;&lt;P&gt;                s_matnr FOR zsd_ctrl_export-matnr,&lt;/P&gt;&lt;P&gt;                s_kwmenge FOR zsd_ctrl_export-kwmenge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i need to create a table with for all values in different select options i need to fill a table with this structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for exemple:&lt;/P&gt;&lt;P&gt;s_auart have values from Z200 to Z600&lt;/P&gt;&lt;P&gt;s_matnr have 2 or 3 materials&lt;/P&gt;&lt;P&gt;s_kunnr have some values&lt;/P&gt;&lt;P&gt;s_kwmenge have 1 value only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at end my final table most be like this&lt;/P&gt;&lt;P&gt;AUART KUNNR MATNR KWMENGE&lt;/P&gt;&lt;P&gt;Z200     19999   1111111 1&lt;/P&gt;&lt;P&gt;Z300      19999   111111  1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i do "loop's" for a range ?&lt;/P&gt;&lt;P&gt;&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;Edited by: Ricardo Filipe Pimenta on Nov 26, 2009 5:41 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400127#M1406125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T16:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fill an internal table using RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400128#M1406126</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;In your case , you can loop on select option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 16:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400128#M1406126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T16:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Fill an internal table using RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400129#M1406127</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 loop on your select options and fill the final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write your logic to handle 'I" (Include), 'E' (Exclude), 'EQ' and the rest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400129#M1406127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T17:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fill an internal table using RANGES</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400130#M1406128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It wouldn't really make sense to just loop at the select options and build your final internal table. Make a select query on your custom table zsd_ctrl_export with all the mentioned select-options in the where conditions and populate the final internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2009 17:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fill-an-internal-table-using-ranges/m-p/6400130#M1406128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-26T17:44:14Z</dc:date>
    </item>
  </channel>
</rss>

