<?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 How exclude multiple values which are not in sequence ( range ) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375659#M1041038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requiremnt is to exclude multiple values which are not in sequence  in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Hari priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Aug 2008 05:39:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-30T05:39:31Z</dc:date>
    <item>
      <title>How exclude multiple values which are not in sequence ( range )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375659#M1041038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abapers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requiremnt is to exclude multiple values which are not in sequence  in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to restrict some values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please provide sample code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Hari priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 05:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375659#M1041038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-30T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude multiple values which are not in sequence ( range )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375660#M1041039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Hari Priya  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use select options Multiple selection Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there you can you single value/range of value and with Include or Exclude Function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Deva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 05:43:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375660#M1041039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-30T05:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude multiple values which are not in sequence ( range )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375661#M1041040</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;Go through the below coding. Here in the selection screen you can exclude the all the PO number which starts from series 72.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : s_ebeln FOR ekko-ebeln .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   s_ebeln-low = '72*'.&lt;/P&gt;&lt;P&gt;   s_ebeln-sign = 'E'.&lt;/P&gt;&lt;P&gt;   s_ebeln-option = 'CP'.&lt;/P&gt;&lt;P&gt;   append s_ebeln.&lt;/P&gt;&lt;P&gt;   clear s_ebeln.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 05:46:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375661#M1041040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-30T05:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude multiple values which are not in sequence ( range )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375662#M1041041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Explain Clearly !!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 05:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375662#M1041041</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2008-08-30T05:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: How exclude multiple values which are not in sequence ( range )</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375663#M1041042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT-OPTIONS : s_matnr FOR mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITILIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'E'.  " E means Excluding.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-low = '1000'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'E'.&lt;/P&gt;&lt;P&gt;s_matnr-option = 'EQ'.&lt;/P&gt;&lt;P&gt;s_matnr-low = '1500'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'E'. &lt;/P&gt;&lt;P&gt;s_matnr-option = 'BT'.&lt;/P&gt;&lt;P&gt;s_matnr-low = '2000'.&lt;/P&gt;&lt;P&gt;s_matnr-high = '3000'.&lt;/P&gt;&lt;P&gt;append s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START_OF_SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM MARA INTO TABLE itab WHERE mara IN s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above &lt;STRONG&gt;s_matnr&lt;/STRONG&gt; has values 1000,1500, 2000 - 3000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the above code fetches all the values excluding 1000,1500 and between 2000 and 3000.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Aug 2008 06:56:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-exclude-multiple-values-which-are-not-in-sequence-range/m-p/4375663#M1041042</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-08-30T06:56:28Z</dc:date>
    </item>
  </channel>
</rss>

