<?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: Range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319123#M508913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E-Excluding(Are not acceptable in the value range, like NE - Not Equal to)&lt;/P&gt;&lt;P&gt;I-Including(Are acceptable in the value range, like EQ -Equal to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Dont forget to reward all the useful replies&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 May 2007 10:04:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-28T10:04:32Z</dc:date>
    <item>
      <title>Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319122#M508912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;if I use a range and I have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table-sign = 'E' .&lt;/P&gt;&lt;P&gt;table-option = 'BT' .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What means sign = E ?&lt;/P&gt;&lt;P&gt;BT means between ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319122#M508912</guid>
      <dc:creator>former_member39123</dc:creator>
      <dc:date>2007-05-28T10:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319123#M508913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E-Excluding(Are not acceptable in the value range, like NE - Not Equal to)&lt;/P&gt;&lt;P&gt;I-Including(Are acceptable in the value range, like EQ -Equal to)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve ur problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;Dont forget to reward all the useful replies&amp;lt;/u&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:04:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319123#M508913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319124#M508914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sign E means excluding option BT means between  it will exclude the value of range which you have defined in low and high value from your select query (if you are using select option there).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319124#M508914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319125#M508915</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;&lt;/P&gt;&lt;P&gt;in ranges or for select options we have 4 options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. low -&amp;gt; starting value or lowest value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. high-&amp;gt; endind value or highest value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. sign -&amp;gt; 'E' or 'I' : include or exclude.&lt;/P&gt;&lt;P&gt;i.e  means that both low and high values to be included in list or exclude from list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. option -&amp;gt; bt for between&lt;/P&gt;&lt;P&gt;                  in -&amp;gt; range of values&lt;/P&gt;&lt;P&gt;                  like -&amp;gt; for strings,&lt;/P&gt;&lt;P&gt;                  .......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful reward some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319125#M508915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319126#M508916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;E means excluding some perticular values for that range. Suppose you want to make a range where you will select the material from 100 to 1000 but you dont want the material from 300 to 400, then the range tablewill be like following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES: LFB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RANGES: R_MATNR FOR MARA-MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_MATNR-SIGN = 'I' &lt;/P&gt;&lt;P&gt;R_MATNR-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '100'&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '1000'&lt;/P&gt;&lt;P&gt;APPEND R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_MATNR-SIGN = 'E' &lt;/P&gt;&lt;P&gt;R_MATNR-OPTION = 'EQ'&lt;/P&gt;&lt;P&gt;R_MATNR-LOW = '300'.&lt;/P&gt;&lt;P&gt;R_MATNR-HIGH = '400'&lt;/P&gt;&lt;P&gt;APPEND R_MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select matnr from mara into it_matnr whele matnr in R_MATNR. &lt;/P&gt;&lt;P&gt;will select all the material from 100 to 1000 except the material fall in the range 300 to 400.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 10:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319126#M508916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319127#M508917</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;E stands for &amp;#147;exclusive&amp;#148; (exclusion criterion - operators are inverted)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 May 2007 11:10:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/range/m-p/2319127#M508917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-28T11:10:53Z</dc:date>
    </item>
  </channel>
</rss>

