<?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: alphanumeric values in Select-Options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813480#M1588276</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;this is no good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"A1(8" is also in this range, "A2_5", "A3  8" and  "A7$§" too. I don't think you want those values in your logic, but only combinations of letters and numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should look for another way in your programming logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 07:10:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-17T07:10:09Z</dc:date>
    <item>
      <title>alphanumeric values in Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813477#M1588273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAP gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a select-options for a report like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : opt1(4) type c.&lt;/P&gt;&lt;P&gt;select-options : g_count for opt1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_count would take alphanumeric values like for example&lt;/P&gt;&lt;P&gt;A123 to AB46  . Now it is required to take all the values range &lt;/P&gt;&lt;P&gt;from A123 to AB46 in an internal table .&lt;/P&gt;&lt;P&gt;How do i solvthis .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;ABAP Developer1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 06:48:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813477#M1588273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T06:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813478#M1588274</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;Can you pls explain your question.&lt;/P&gt;&lt;P&gt;Your G_COUNT itself acts as an internal table with G_COUNT-LOW as A123 and G_COUNT-HIGH as AB46.&lt;/P&gt;&lt;P&gt;If you are asking to get all the values from A123, A124, A124.....AB46, then I guess it is a little difficult in ABAp to handle this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;guru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 06:56:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813478#M1588274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T06:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813479#M1588275</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; it is not possible for select-option to get values between  'A123'  AND 'AB1234' ETC ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; you have to pass those values with  static values  while passing  in selection screen .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; OR  you can maintain one table with this values and after selecting those  values  you can pass through ranges  .&lt;/P&gt;&lt;P&gt;&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;Deepak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 06:59:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813479#M1588275</guid>
      <dc:creator>deepak_dhamat</dc:creator>
      <dc:date>2011-03-17T06:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: alphanumeric values in Select-Options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813480#M1588276</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;this is no good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"A1(8" is also in this range, "A2_5", "A3  8" and  "A7$§" too. I don't think you want those values in your logic, but only combinations of letters and numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should look for another way in your programming logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 07:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-values-in-select-options/m-p/7813480#M1588276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-17T07:10:09Z</dc:date>
    </item>
  </channel>
</rss>

