<?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: Integer type i value in the selection screen as range with low high values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642288#M1284116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: w_num TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_num FOR w_num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 06:35:01 GMT</pubDate>
    <dc:creator>former_member242255</dc:creator>
    <dc:date>2009-05-08T06:35:01Z</dc:date>
    <item>
      <title>Integer type i value in the selection screen as range with low high values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642286#M1284114</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;I want to add the integer value in the selection screen with low high values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thannks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Madhuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 06:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642286#M1284114</guid>
      <dc:creator>Madhurivs23</dc:creator>
      <dc:date>2009-05-08T06:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Integer type i value in the selection screen as range with low high values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642287#M1284115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;wecan fill the selection-screen values as&lt;/P&gt;&lt;P&gt;SUBMIT... [VIA SELECTION-SCREEN]&lt;/P&gt;&lt;P&gt;           [USING SELECTION-SET &amp;lt;var&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH &amp;lt;sel&amp;gt; &amp;lt;criterion&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH FREE SELECTIONS &amp;lt;freesel&amp;gt;]&lt;/P&gt;&lt;P&gt;           [WITH SELECTION-TABLE &amp;lt;rspar&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA :int TYPE i.&lt;/P&gt;&lt;P&gt;RANGES: r_num  FOR int.&lt;/P&gt;&lt;P&gt;r_num-sign = 'I'. &lt;/P&gt;&lt;P&gt;r_num-option = 'BT'.&lt;/P&gt;&lt;P&gt;r_num-low  = 1.&lt;/P&gt;&lt;P&gt;r_num-high   = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this ranges in the above syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 06:34:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642287#M1284115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T06:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: Integer type i value in the selection screen as range with low high values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642288#M1284116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA: w_num TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_num FOR w_num.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 06:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642288#M1284116</guid>
      <dc:creator>former_member242255</dc:creator>
      <dc:date>2009-05-08T06:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Integer type i value in the selection screen as range with low high values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642289#M1284117</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;   Use the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   data a type i.&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    select-options b for a.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 06:46:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/integer-type-i-value-in-the-selection-screen-as-range-with-low-high-values/m-p/5642289#M1284117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-08T06:46:20Z</dc:date>
    </item>
  </channel>
</rss>

