<?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: Help on select options. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192897#M760731</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;Using Range is the absolute method which u r using u can go for select options directly why do u want to go wit the range method....Select options will inernally create this structure so u will not be facing with the issues...&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;Sana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2007 04:57:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-20T04:57:03Z</dc:date>
    <item>
      <title>Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192896#M760730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gurus!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a report where in i am putting the values in select-options. but yj eproblem i have is when i am not putting any values i am getting the correct output.&lt;/P&gt;&lt;P&gt;but with the same data i am putting the values in low or high i am not getting any data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i think i need to put all the entrioes of the select option in an internal table or ranges i dont know and then we give some code like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges : ra_stotal for ztsd120-zlow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ra_stotal-sign = 'I'.&lt;/P&gt;&lt;P&gt;ra_stotal-option = 'BT'.&lt;/P&gt;&lt;P&gt;ra_stotal-low = zlow-low.&lt;/P&gt;&lt;P&gt;ra_stotal-high = zlow-high.&lt;/P&gt;&lt;P&gt;append ra_stotal.&lt;/P&gt;&lt;P&gt;clear ra_stotal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me if this is what i got to do if so how?&lt;/P&gt;&lt;P&gt;or is there some other way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 04:52:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192896#M760730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T04:52:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192897#M760731</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;Using Range is the absolute method which u r using u can go for select options directly why do u want to go wit the range method....Select options will inernally create this structure so u will not be facing with the issues...&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;Sana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 04:57:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192897#M760731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T04:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192898#M760732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :ra_stotal for ztsd120-zlow,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this.. it will solve your problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx,&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 04:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192898#M760732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T04:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192899#M760733</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;  Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges : ra_stotal for ztsd120-zlow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ra_stotal-sign = 'I'.&lt;/P&gt;&lt;P&gt;ra_stotal-option = 'BT'.&lt;/P&gt;&lt;P&gt;ra_stotal-low = zlow-low.&lt;/P&gt;&lt;P&gt;ra_stotal-high = zlow-high.&lt;/P&gt;&lt;P&gt;append ra_stotal.&lt;/P&gt;&lt;P&gt;clear ra_stotal.&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 f1 f2 from table itno itab&lt;/P&gt;&lt;P&gt;where stotal in ra_stotal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;pRashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 04:59:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192899#M760733</guid>
      <dc:creator>former_member386202</dc:creator>
      <dc:date>2007-12-20T04:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192900#M760734</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;As suggested select-options will take care whether you are giving values in high or low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are giving values in low, then it will take the specific value only.&lt;/P&gt;&lt;P&gt;If you are giving values in high, it wil take o for low and the value for high.So internally program will fetch the data for the range 0 to the value specified in high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 05:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192900#M760734</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-12-20T05:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192901#M760735</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;There is no need for any range as Select Option it self behaves as a Range.&lt;/P&gt;&lt;P&gt;Just make sure that while getting the data from the table in where clause you are saying &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,......&lt;/P&gt;&lt;P&gt;where zlow in so_zlow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should fix ur problem.&lt;/P&gt;&lt;P&gt;Please revert back if still there are issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 05:16:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192901#M760735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T05:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192902#M760736</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;  We need not use any ranges for that...only select-options is enough. You can directly use the query and in condition use IN operator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg. select * from table into It_tab where condition in s_xxx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is fetch you the required data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 05:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192902#M760736</guid>
      <dc:creator>former_member282823</dc:creator>
      <dc:date>2007-12-20T05:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help on select options.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192903#M760737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mona,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the below code in BOLD letter....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you are having a problem in SELECT-OPTIONS because ...might be u r using EQ in where condition of your select query. Whenever u r using SELECT-OPTIONS, it should be "IN" in the where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-  SELECT  &amp;lt;field names&amp;gt;&lt;/P&gt;&lt;P&gt;           FROM MARA&lt;/P&gt;&lt;P&gt;           INTO TABLE  &amp;lt;it_tablename&amp;gt;&lt;/P&gt;&lt;P&gt;          WHERE matnr &lt;STRONG&gt;IN&lt;/STRONG&gt;  s_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;HK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2007 05:49:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-on-select-options/m-p/3192903#M760737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-20T05:49:27Z</dc:date>
    </item>
  </channel>
</rss>

