<?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: Problem with select options on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227031#M1380028</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;Please let us know which selection screen field the problem is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change the code as below and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vkorg for vbak-vkorg default '1000' &amp;lt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Default sales org (user)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;GET PARAMETER ID 'VKO' FIELD s_vkorg-low.&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;s_vkorg-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_vkorg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;APPEND s_vkorg.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Sep 2009 06:19:49 GMT</pubDate>
    <dc:creator>former_member404244</dc:creator>
    <dc:date>2009-09-30T06:19:49Z</dc:date>
    <item>
      <title>Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227027#M1380024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the following issue when I click on the select option field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever I click on the field I get a pop-up "Maintain Select Options"  which has options like &amp;gt; , &amp;lt; , &amp;gt;= , &amp;lt;= , =.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selectiong any of the option an input field appears rather than the signs. and that input field has value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@24\QSelect: Greater than/equal to@   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is an unusal behaviour occuring only for this program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 05:51:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227027#M1380024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T05:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227028#M1380025</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;Please see how u define the select options and also anycode has written in the initilization event , at selection-screen output events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227028#M1380025</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-09-30T06:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227029#M1380026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you please paste the code how you declared the select option and the AT SELECTION-SCREEN OUTPUT event block.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:10:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227029#M1380026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227030#M1380027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Set Tab-Titles (text-st1 ==&amp;gt; text-st6)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  tabs1 = text-st1.&lt;/P&gt;&lt;P&gt;  tabs2 = text-st2.&lt;/P&gt;&lt;P&gt;  tabs3 = text-st3.&lt;/P&gt;&lt;P&gt;  tabs4 = text-st4.&lt;/P&gt;&lt;P&gt;  tabs5 = text-st5.&lt;/P&gt;&lt;P&gt;  tabs6 = text-st6.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;set some defaults&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  gd_variant-report = sy-repid.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Default the order creation date to 30 days ago.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  CLEAR s_erdat.&lt;/P&gt;&lt;P&gt;  s_erdat-low = sy-datum - 30.&lt;/P&gt;&lt;P&gt;  s_erdat-sign = 'I'.&lt;/P&gt;&lt;P&gt;  s_erdat-option = 'GE'.&lt;/P&gt;&lt;P&gt;  APPEND s_erdat.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Default sales org (user)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  GET PARAMETER ID 'VKO' FIELD s_vkorg-low.&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    s_vkorg-sign = 'I'.&lt;/P&gt;&lt;P&gt;    s_vkorg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;    APPEND s_vkorg.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;disable input if "ignore" flag is checked&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-group1 = 'PAR' AND p_ignpar = 'X'&lt;/P&gt;&lt;P&gt;    OR screen-group1 = 'CHA' AND p_igncha = 'X'.&lt;/P&gt;&lt;P&gt;      screen-input = ''.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ELSE.&lt;/P&gt;&lt;P&gt;      screen-input = 1.&lt;/P&gt;&lt;P&gt;      MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227030#M1380027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227031#M1380028</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;Please let us know which selection screen field the problem is there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try to change the code as below and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vkorg for vbak-vkorg default '1000' &amp;lt;something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;comment the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Default sales org (user)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;GET PARAMETER ID 'VKO' FIELD s_vkorg-low.&lt;/P&gt;&lt;P&gt;IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;s_vkorg-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_vkorg-option = 'EQ'.&lt;/P&gt;&lt;P&gt;APPEND s_vkorg.&lt;/P&gt;&lt;P&gt;ENDIF.&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;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227031#M1380028</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2009-09-30T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227032#M1380029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting this problem with all the select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection screen has five tabs and each tab has certain select options and all of them are giving the same problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227032#M1380029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227033#M1380030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use &lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;or screen-input = 0. "and not ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 06:40:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227033#M1380030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T06:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with select options on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227034#M1380031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The above solution is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Sep 2009 08:34:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-select-options-on-selection-screen/m-p/6227034#M1380031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-30T08:34:09Z</dc:date>
    </item>
  </channel>
</rss>

