<?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: select-options in screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545127#M852880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two ways to remove this error&lt;/P&gt;&lt;P&gt;Search as ABC05 to ABC20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use NUMC (not numeric) as said above. NUMC can have number + character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 1 is recommended as it is the standard way of doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Mar 2008 00:32:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-27T00:32:09Z</dc:date>
    <item>
      <title>select-options in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545124#M852877</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;  I am using select option for MARA-MATNR. I am trying to fetch materials from MARA by entering a range like ABC5 to ABC20. Though ABC5 is less than ABC20, the program is throwing an error stating "lower limit is greater than higher limit".&lt;/P&gt;&lt;P&gt;Is there any way to eliminate this error? Same error I am getting with MARA table for same selection. Please guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545124#M852877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T22:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545125#M852878</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;Since MATNR is of type CHAR, it just does a character comparision for your data&lt;/P&gt;&lt;P&gt;ABC5 and ABC20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first three characters are same but 4th character '5' is greater than '2' hence the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try creating a type with NUMC and use it to create your select option. I think it might solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 22:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545125#M852878</guid>
      <dc:creator>rajasekhar_matukumalli3</dc:creator>
      <dc:date>2008-03-26T22:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545126#M852879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, type n will accept only numbers, not characters. The system is throwing error "enter a numeric value".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Mar 2008 23:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545126#M852879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-26T23:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545127#M852880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two ways to remove this error&lt;/P&gt;&lt;P&gt;Search as ABC05 to ABC20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use NUMC (not numeric) as said above. NUMC can have number + character.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Option 1 is recommended as it is the standard way of doing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 00:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545127#M852880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-27T00:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: select-options in screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545128#M852881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try creating a variable of type NUMC? It should accept both numbers and characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: VAR1(10) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 00:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-in-screen/m-p/3545128#M852881</guid>
      <dc:creator>rajasekhar_matukumalli3</dc:creator>
      <dc:date>2008-03-27T00:50:04Z</dc:date>
    </item>
  </channel>
</rss>

