<?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 Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481512#M559169</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u can't use "=" when u are using select-options..... this is used when parameters is being used insted select-options.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;shardul shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 08:59:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T08:59:52Z</dc:date>
    <item>
      <title>Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481510#M559167</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;select lfart,lfdat,....&lt;/P&gt;&lt;P&gt;from likp &lt;/P&gt;&lt;P&gt;into..&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;lfart in s_lfart&lt;/P&gt;&lt;P&gt;and lfdat in s_lfdat&lt;/P&gt;&lt;P&gt;and..&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;when ever  i select "=" option throgh multiple selection for a select option field(lfart) on selection screen.then the abov select query is failing since s_lfart is not initial.hw can i resolve it (even though i have used between in select query ).&lt;/P&gt;&lt;P&gt;hw to write the abv query when "=" is selected on the selection screen for  that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:55:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481510#M559167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481511#M559168</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;In  that case you can think of using FOR ALL ENTRIES and then use check the values agisnt LOW OR HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lfart,lfdat,....&lt;/P&gt;&lt;P&gt;from likp &lt;/P&gt;&lt;P&gt;into..&lt;/P&gt;&lt;P&gt;for all entries in s_lfart&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;( lfart = s_lfart-low or lfart = s_lfart-high )&lt;/P&gt;&lt;P&gt;and lfdat in s_lfdat&lt;/P&gt;&lt;P&gt;and..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481511#M559168</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-06T08:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481512#M559169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u can't use "=" when u are using select-options..... this is used when parameters is being used insted select-options.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;shardul shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 08:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481512#M559169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T08:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481513#M559170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Padma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot use "=" while using Select option because, select option holds multiple values and you shall be trying to check a single value against many values. &lt;/P&gt;&lt;P&gt;if you would like to use "=" you should be checking it agains a single value out of Select option. i.e. either with S_LFDAT-HIGH / S_LFDAT-LOW. or use in between them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481513#M559170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481514#M559171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;When you declare Parameters then only you can use '=' in the where condition&lt;/P&gt;&lt;P&gt;parameters:p_lfart like likp-lfart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select....from likp...into table itab where lfart&amp;lt;b&amp;gt; =&amp;lt;/b&amp;gt; p_lfart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you declare SELECT-OPTIONS then only you can use 'IN' in the where condition&lt;/P&gt;&lt;P&gt;select-options:s_lfart for likp-lfart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select....from likp...into table itab where lfart&amp;lt;b&amp;gt; IN&amp;lt;/b&amp;gt; s_lfart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481514#M559171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481515#M559172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select lfart,lfdat,....&lt;/P&gt;&lt;P&gt;from likp &lt;/P&gt;&lt;P&gt;into..&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;lfart &amp;lt;b&amp;gt;eq s_lfart-low&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and lfdat in s_lfdat&lt;/P&gt;&lt;P&gt;and..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481515#M559172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481516#M559173</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;refer this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select lfart,lfdat,....&lt;/P&gt;&lt;P&gt;from likp &lt;/P&gt;&lt;P&gt;into..&lt;/P&gt;&lt;P&gt;where &lt;/P&gt;&lt;P&gt;lfart EQ s_lfart&lt;/P&gt;&lt;P&gt;and lfdat EQ s_lfdat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:06:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481516#M559173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481517#M559174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have declare lfart as select-option on selection screen.when i click on for multiple selection arrow button in that i will select "=" as option .that mean i have selected the "=" as value in option field of select-option table(sign,option,low,high).then i have to correct the selcet query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Padma.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481517#M559174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select options</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481518#M559175</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;you can't use '=' option while working with SELECT-OPTIONS. &lt;/P&gt;&lt;P&gt;you get that('=') option only when you provide the &amp;lt;b&amp;gt;s_field-LOW&amp;lt;/b&amp;gt; value for the select-option input field in that case system performs all the iptions like EQ('=') , GT, LT ...except BT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ashok reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 09:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/2481518#M559175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T09:09:15Z</dc:date>
    </item>
  </channel>
</rss>

