<?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: doubt in multiple select options in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983617#M704480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowri Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ranges for multiple selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Useful..&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;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 07:40:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-31T07:40:09Z</dc:date>
    <item>
      <title>doubt in multiple select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983615#M704478</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;I have a report in this report now running with single select option for sales org. but  i want to make multiple select option, it means i want to select 3 different S.organisation . For that i created range. if i gives the multiple input it will correct output or not. Otherwise i want to make code change also? I have confusion regarding this. can anyone plz guid this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gowri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 07:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983615#M704478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T07:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in multiple select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983616#M704479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowri,&lt;/P&gt;&lt;P&gt;As far as I can understand from your message, I think there is no problem at all. Suppose you have declared a select-options:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select-options: s_vkorg for vbak-vkorg.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Then this sentence for selecting sales documents should work:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select * from vbak where vkorg in s_vkorg.
  ...
endselect.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;...regardless of whether the select-options is populated with a single value, a single range, or several single values, or several ranges, or a mix of that all. Please note that a select options (in the example &amp;lt;i&amp;gt;s_vkorg&amp;lt;/i&amp;gt;) is actually an internal table, and thus can store several entries. So I don't really understand why you need a range.&lt;/P&gt;&lt;P&gt;But anyway, if you &amp;lt;b&amp;gt;do&amp;lt;/b&amp;gt; need a range, the behaviour is exactly the same as the select-options, that is, you can use it in a "select... from... where..." sentence.&lt;/P&gt;&lt;P&gt;I hope it helps. Best regards,&lt;/P&gt;&lt;P&gt;Alvaro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 07:38:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983616#M704479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T07:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in multiple select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983617#M704480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowri Sankar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ranges for multiple selection. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Useful..&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;Chitra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 07:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983617#M704480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T07:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: doubt in multiple select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983618#M704481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Gowri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your range: gr_salesorg....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your selection:&lt;/P&gt;&lt;P&gt;SELECT ...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;WHERE salesorg &amp;lt;b&amp;gt;IN&amp;lt;/b&amp;gt; gr_salesorg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 07:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-multiple-select-options/m-p/2983618#M704481</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2007-10-31T07:40:09Z</dc:date>
    </item>
  </channel>
</rss>

