<?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 usage? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553645#M250976</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;I have a small requirement to change the selection screen display while using selec-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard-&lt;/P&gt;&lt;P&gt;when you use select-options; you see on selection-screen-&lt;/P&gt;&lt;P&gt;For ex-   Date __________    to __________ .&lt;/P&gt;&lt;P&gt;Now, my requirement is to change "to"  into &lt;/P&gt;&lt;P&gt;"Cut-off date".&lt;/P&gt;&lt;P&gt;I tried making change dynamically at selection-screen output but the length of the field is only '5'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i go about making this change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 18:08:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T18:08:05Z</dc:date>
    <item>
      <title>select-options usage?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553645#M250976</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;I have a small requirement to change the selection screen display while using selec-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard-&lt;/P&gt;&lt;P&gt;when you use select-options; you see on selection-screen-&lt;/P&gt;&lt;P&gt;For ex-   Date __________    to __________ .&lt;/P&gt;&lt;P&gt;Now, my requirement is to change "to"  into &lt;/P&gt;&lt;P&gt;"Cut-off date".&lt;/P&gt;&lt;P&gt;I tried making change dynamically at selection-screen output but the length of the field is only '5'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do i go about making this change?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 18:08:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553645#M250976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T18:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: select-options usage?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553646#M250977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its not possible vasu !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;better you create 2 parameters in the same line with your required text and make use as a range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------------------------" /&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN:BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-000.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (10) TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_BEGDA TYPE BEGDA.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 25.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT (15) TEXT-002.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_ENDDA TYPE BEGDA.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN:END OF BLOCK B1.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;text elements:&lt;/P&gt;&lt;P&gt;text-001	Date&lt;/P&gt;&lt;P&gt;text-002	Cut-off Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark if it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Eswar Kanakanti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 18:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553646#M250977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T18:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: select-options usage?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553647#M250978</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 think u cannot do this with select options..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 18:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-usage/m-p/1553647#M250978</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-10-06T18:22:08Z</dc:date>
    </item>
  </channel>
</rss>

