<?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: Regarding range tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186921#M465840</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;Thank you all for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, the user would enter either one or a range of ids ( this is master data).&lt;/P&gt;&lt;P&gt;I need to get the details for each of these ids. The selection criteria entered by the user would be filled in a range table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My range table can have EQ or BT in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to hit the DB to get the values of these ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i still do a select * from table where id IN &amp;lt;range table name&amp;gt;.... even though it has both EQ and BT entries? Will it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2007 06:31:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-24T06:31:06Z</dc:date>
    <item>
      <title>Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186916#M465835</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;I have a range table which gets populated with the following data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S.....O.......Low................High&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------" /&gt;&lt;P&gt;I......BT......&amp;lt;lower id&amp;gt;.......&amp;lt;higher id&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to do some processing for each of the values in the range table, ie, all ids in the 'between' range. How do i get the individual ids in that range?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186916#M465835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186917#M465836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case u have to get all the values which falls in this ranges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from t001w into  table i_t001w where werks in r_werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so here i_t001 will contains all the records which falls for  given range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186917#M465836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186918#M465837</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;The question is not clear , please mention waht kind of processin u want &lt;/P&gt;&lt;P&gt;and how is the range filled ( through some user input or something else )  ...based on waht ? &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;Soumyadip Pal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186918#M465837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186919#M465838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you range refer to a transparent table/databse view use you range in a select instruction to get individual values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT field FROM table WHERE field IN range.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:24:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186919#M465838</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-04-24T06:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186920#M465839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Suraj,&lt;/P&gt;&lt;P&gt;Its not a good practice to validations on range tables, try to avoid it. If it has to been done, then check the entries from where your taking the values to populate the table depending on range.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186920#M465839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding range tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186921#M465840</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;Thank you all for your inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, the user would enter either one or a range of ids ( this is master data).&lt;/P&gt;&lt;P&gt;I need to get the details for each of these ids. The selection criteria entered by the user would be filled in a range table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My range table can have EQ or BT in that case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now need to hit the DB to get the values of these ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can i still do a select * from table where id IN &amp;lt;range table name&amp;gt;.... even though it has both EQ and BT entries? Will it work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2007 06:31:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-range-tables/m-p/2186921#M465840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-24T06:31:06Z</dc:date>
    </item>
  </channel>
</rss>

