<?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-option regarding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400661#M816465</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;how to write code for the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options with selection range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Feb 2008 07:25:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-21T07:25:04Z</dc:date>
    <item>
      <title>select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400661#M816465</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;how to write code for the following?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options with selection range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400661#M816465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400662#M816466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select-options: S_BUKRS FOR EKKO-BUKRS .  "Company Code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:27:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400662#M816466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400663#M816467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S_BUKRS-HIGH  "HIGHER END,&lt;/P&gt;&lt;P&gt;S_BUKRS-LOW  "LOWER  END&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:29:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400663#M816467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400664#M816468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Describe Select-Options &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: sel_opt for sy-datum.&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;loop at sel_opt.   &lt;/P&gt;&lt;P&gt;  perform describe_select_options using 'Date'&lt;/P&gt;&lt;P&gt;                                        sel_opt-sign&lt;/P&gt;&lt;P&gt;                                        sel_opt-option&lt;/P&gt;&lt;P&gt;                                        sel_opt-low&lt;/P&gt;&lt;P&gt;                                        sel_opt-high&lt;/P&gt;&lt;P&gt;                                  changing datedesc.&lt;/P&gt;&lt;P&gt;  write: / datedesc.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;    .&lt;/P&gt;&lt;P&gt;u can find the entire code on this link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.erpgenie.com/abap/code/abap39.htm" target="test_blank"&gt;http://www.erpgenie.com/abap/code/abap39.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;do reward if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400664#M816468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400665#M816469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection-screen begin of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options:  p_vbeln for vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from vbak into table itab where vbeln in p_vbeln.&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;&lt;/P&gt;&lt;P&gt;Ajay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400665#M816469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: select-option regarding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400666#M816470</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;Check the code:&lt;/P&gt;&lt;P&gt;REPORT DEMO.&lt;/P&gt;&lt;P&gt;DATA WA_CARRID TYPE SPFLI-CARRID.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS AIRLINE FOR WA_CARRID.&lt;/P&gt;&lt;P&gt;LOOP AT AIRLINE.&lt;/P&gt;&lt;P&gt;WRITE: / 'SIGN:', AIRLINE-SIGN,&lt;/P&gt;&lt;P&gt;'OPTION:', AIRLINE-OPTION,&lt;/P&gt;&lt;P&gt;'LOW:', AIRLINE-LOW,&lt;/P&gt;&lt;P&gt;'HIGH:', AIRLINE-HIGH.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 07:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-regarding/m-p/3400666#M816470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-21T07:33:17Z</dc:date>
    </item>
  </channel>
</rss>

