<?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: Problem with Ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023983#M1498387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost there, I think &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E | &lt;STRONG&gt;CP&lt;/STRONG&gt; |D+++++++++&lt;EM&gt;1&lt;/EM&gt;++++ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jun 2010 16:34:54 GMT</pubDate>
    <dc:creator>ThomasZloch</dc:creator>
    <dc:date>2010-06-02T16:34:54Z</dc:date>
    <item>
      <title>Problem with Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023981#M1498385</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;&lt;/P&gt;&lt;P&gt;I have range internal table r_proj as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I   |CP    |D*    &lt;/P&gt;&lt;P&gt;I   |NE    |D+++++++++&lt;EM&gt;1&lt;/EM&gt;++++    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want all project Ids starting with D but I do not want those whose cost center starts with 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am putting this condition LOOP AT int_tab WHERE posid IN r_proj. I am still getting the project ID &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D0102C00003171521 which should not come inside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is am doing anyhing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 15:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023981#M1498385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T15:56:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023982#M1498386</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;Write the second line as:&lt;/P&gt;&lt;P&gt;E   |EQ   |D+++++++++&lt;EM&gt;1&lt;/EM&gt;++++    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All "Includes" are connected with 'or', so if the record matches one Include range it is passes the test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Gerd Rother&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 16:22:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023982#M1498386</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-06-02T16:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023983#M1498387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost there, I think &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E | &lt;STRONG&gt;CP&lt;/STRONG&gt; |D+++++++++&lt;EM&gt;1&lt;/EM&gt;++++ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 16:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023983#M1498387</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-02T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023984#M1498388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Uh, sure. I just reversed the NE which was obviously wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gerd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 16:42:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023984#M1498388</guid>
      <dc:creator>gerd_rother</dc:creator>
      <dc:date>2010-06-02T16:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023985#M1498389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks guys....problem is solved..!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jun 2010 17:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-ranges/m-p/7023985#M1498389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-02T17:20:27Z</dc:date>
    </item>
  </channel>
</rss>

