<?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 Select-Options not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926824#M1599326</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 select options as below &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :  s_date  FOR ekbe-cpudt NO INTERVALS&lt;/P&gt;&lt;P&gt;                          OBLIGATORY DEFAULT sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i enter three dates in the selection screen, the values are shown below for S_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN    OPTION    LOW            HIGH&lt;/P&gt;&lt;P&gt;I            |EQ         |20110606|00000000                                             &lt;/P&gt;&lt;P&gt;I            |EQ         |20110607|00000000                                            &lt;/P&gt;&lt;P&gt;I            |EQ         |20110608|00000000                                             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my Select Query  I mention for eg .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Ebeln&lt;/P&gt;&lt;P&gt;           ebelp&lt;/P&gt;&lt;P&gt;from    ekbe &lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;where cpudt in s_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the select query fetches only the records for teh first date i.e. 20110606 and not for the other two dates..&lt;/P&gt;&lt;P&gt;Kindly advice...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jun 2011 10:34:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-06-14T10:34:14Z</dc:date>
    <item>
      <title>Select-Options not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926824#M1599326</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 select options as below &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :  s_date  FOR ekbe-cpudt NO INTERVALS&lt;/P&gt;&lt;P&gt;                          OBLIGATORY DEFAULT sy-datum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now when i enter three dates in the selection screen, the values are shown below for S_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN    OPTION    LOW            HIGH&lt;/P&gt;&lt;P&gt;I            |EQ         |20110606|00000000                                             &lt;/P&gt;&lt;P&gt;I            |EQ         |20110607|00000000                                            &lt;/P&gt;&lt;P&gt;I            |EQ         |20110608|00000000                                             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in my Select Query  I mention for eg .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select Ebeln&lt;/P&gt;&lt;P&gt;           ebelp&lt;/P&gt;&lt;P&gt;from    ekbe &lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;where cpudt in s_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the select query fetches only the records for teh first date i.e. 20110606 and not for the other two dates..&lt;/P&gt;&lt;P&gt;Kindly advice...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926824#M1599326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T10:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926825#M1599327</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;Select Ebeln&lt;/P&gt;&lt;P&gt;ebelp&lt;/P&gt;&lt;P&gt;from ekbe &lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;where cpudt in s_date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are passing data to itab? shouldnt it be "into table itab"&lt;/P&gt;&lt;P&gt;is it a typing error,or have you done same in codE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926825#M1599327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T10:37:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926826#M1599328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam;&lt;/P&gt;&lt;P&gt;Please change as below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Select Ebeln
ebelp
into table itab
from ekbe 
"into itab
where cpudt in s_date
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926826#M1599328</guid>
      <dc:creator>former_member212713</dc:creator>
      <dc:date>2011-06-14T10:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926827#M1599329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i executed the same code.&lt;/P&gt;&lt;P&gt;Its working fine.Check the entries in table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 10:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926827#M1599329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T10:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Options not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926828#M1599330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any objections if I re-assign the polnts here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Jun 15, 2011 2:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jun 2011 13:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-not-working/m-p/7926828#M1599330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-14T13:18:03Z</dc:date>
    </item>
  </channel>
</rss>

