<?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 strange behavior in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182453#M126118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You just did that and I think you reversed it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jan 2006 16:18:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-11T16:18:23Z</dc:date>
    <item>
      <title>Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182430#M126095</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; I am facing a very interesting problem , like I have select options and I pass value as &amp;#145;001&amp;#146;, &amp;#145;003&amp;#146;, &amp;#145;005&amp;#146;, &amp;#145;006&amp;#146;, &amp;#145;008&amp;#146;, &amp;#145;011&amp;#146; . I was checking this field in if condition , the value of checking variable in &amp;#145;0016&amp;#146;.&lt;/P&gt;&lt;P&gt;My statement is like that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If  table-filed in s_field (select option) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc = 0 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Do something &lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interesting thing is table-field = &amp;#145;0016&amp;#146; which is not in selection-options table the value are &amp;#145;001&amp;#146;, &amp;#145;003&amp;#146;, &amp;#145;005&amp;#146;, &amp;#145;006&amp;#146;, &amp;#145;008&amp;#146;, &amp;#145;011&amp;#146;. But its still giving the subrc = 0 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As when I am debugging I only can see these above value in s_field-low &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why? Its giving subrc = 0 and coming in &amp;#133;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain as I am lost &lt;/P&gt;&lt;P&gt;Waiting &lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:27:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182430#M126095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182431#M126096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Why dont you do a loop at s_field rather than if condition.&amp;amp; regarding sy-sybrc ,the vaule might be stored from any previous statement.IF conditions doesnt return any sy-sybrc.&lt;/P&gt;&lt;P&gt;Or you can use a Check statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182431#M126096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182432#M126097</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 is the select-option populated? is it being populated on the selection screen ? or is it being populated programatically? if it populated programatically then for individuals values you need to do something like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_field-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_field-option = 'EQ'&lt;/P&gt;&lt;P&gt;s_field-low = '001'.&lt;/P&gt;&lt;P&gt;append s_field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_field-sign = 'I'.&lt;/P&gt;&lt;P&gt;s_field-option = 'EQ'&lt;/P&gt;&lt;P&gt;s_field-low = '002'.&lt;/P&gt;&lt;P&gt;append s_field. and so on..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it was enetered on the sel. screen while running, then it is a mystery why it behaving this way...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw...why did you have to check the sy-subrc value ? it will not be affected by the if condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you already did/knew this ..pls ignore my reply...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182432#M126097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182433#M126098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it&amp;#146;s populated on screen.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used the CHECK statement, it&amp;#146;s just a start of program and I am checking validation and I am more interested why it&amp;#146;s doing. I may use lot of other option but I am thinking why it&amp;#146;s doing?&lt;/P&gt;&lt;P&gt;I really appreciate your answer and Advise .&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:38:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182433#M126098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182434#M126099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sy-subrc is 0 ie initialized &amp;amp; it is showing that value.It has no effect from the IF condition,as it doesnt return any sy-subrc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182434#M126099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182435#M126100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How is your select option defined?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182435#M126100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182436#M126101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA :v_field like  PERNR-WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_field for v_field .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I much interested why it&amp;#146;s passing the selection even if it&amp;#146;s wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:56:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182436#M126101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T21:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182437#M126102</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;Actullay the IF statement don't make any diffence in SY-SUBRC even the condition is true or false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case is it processing the steps between "IF SY-SUBRC eq 0 and ENDIF"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 21:57:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182437#M126102</guid>
      <dc:creator>govind_seenivasan</dc:creator>
      <dc:date>2006-01-10T21:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182438#M126103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PERNR-WERKS is a character field and so 0016 is a value in the range 001 to 011. But if you have the select option values as single values, then it will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the code below.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT zreport NO STANDARD PAGE HEADING MESSAGE-ID zfi
                                        LINE-COUNT 65
                                        LINE-SIZE 120.

DATA :v_field LIKE pernr-werks.

SELECT-OPTIONS: s_field FOR v_field .

INITIALIZATION.
  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '001'.
  APPEND s_field.

  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '002'.
  APPEND s_field.

  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '003'.
  APPEND s_field.

  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '005'.
  APPEND s_field.
  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '006'.
  APPEND s_field.

  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '008'.
  APPEND s_field.

  s_field-sign = 'I'.
  s_field-option = 'EQ'.
  s_field-low = '011'.
  APPEND s_field.

START-OF-SELECTION.

  IF '0016' IN s_field.
    MESSAGE i000 WITH 'I passed the test'.
  ELSE.
    MESSAGE i000 WITH 'I failed the test'.
  ENDIF.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will result in the message 'I failed the test'. But if you delete my initialization selections and enter '001' in the 'from' field and '011' in the 'to' field, you will get the message 'I passed the test', because now you are giving a range of values and 0016 is in that range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 22:11:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182438#M126103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182439#M126104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   It will display the message 'I failed the test' only,&lt;/P&gt;&lt;P&gt;but if it is failing also SY_SUBRC = 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 22:51:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182439#M126104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T22:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182440#M126105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You explain it pretty good . I am populating values in selection screen , and all values are in s_field-low . When I debug the structure I can see it in low.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but as you said ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.  &lt;/P&gt;&lt;P&gt;IF '0016' IN s_field.    &lt;/P&gt;&lt;P&gt;MESSAGE i000 WITH 'I passed the test'.  &lt;/P&gt;&lt;P&gt;ELSE.    &lt;/P&gt;&lt;P&gt;MESSAGE i000 WITH 'I failed the test'. &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;This will result in the message 'I failed the test'. But if you delete my initialization selections and enter '001' in the 'from' field and '011' in the 'to' field, you will get the message 'I passed the test', because now you are giving a range of values and 0016 is in that range.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But its working in both cases if you are populating fields on screen..Strange?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 23:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182440#M126105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-10T23:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182441#M126106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The plant field in R/3 is a 4 character field and is always zero filled left.  Meaning that plants are stored in the database as....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;0001&lt;/P&gt;&lt;P&gt;0002&lt;/P&gt;&lt;P&gt;0011&lt;/P&gt;&lt;P&gt;0016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are not putting the full value in the select-option fields, you are getting inconsistant results, in order to fix this problem, you should be entering 0001 in the from field and 0011 into the to field.  Then the check will be consistant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are concerned that the user will not enter these values correctly, you can convert them on the fly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report  zrich_0001.

data :v_field type werks_d.

select-options: s_field for v_field .

initialization.

start-of-selection.

&amp;lt;b&amp;gt;  loop at s_field.

    call function 'CONVERSION_EXIT_ALPHA_INPUT'
      exporting
        input  = s_field-low
      importing
        output = s_field-low.

    call function 'CONVERSION_EXIT_ALPHA_INPUT'
      exporting
        input  = s_field-high
      importing
        output = s_field-high.

    modify s_field.

  endloop.&amp;lt;/b&amp;gt;

  if '0016' in s_field.
    message i001(00) with 'I passed the test'.
  else.
    message i001(00) with 'I failed the test'.
  endif.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 23:25:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182441#M126106</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-10T23:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182442#M126107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm guessing that your code fragment is inaccurate and the reason it's 'doing something' is because 'IF' does not set a non-zero RC when it fails. Is your code really like this?&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;If table-filed in s_field. " (select option) &lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;If sy-subrc = 0 . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Do something &lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;I think it simply needs to be coded like this:&lt;/P&gt;&lt;P&gt;.................&lt;/P&gt;&lt;P&gt;If table-filed in s_field. " (select option) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Do something &lt;/P&gt;&lt;P&gt;Endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2006 23:54:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182442#M126107</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2006-01-10T23:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182443#M126108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It seems to pass because you had been giving the value range as 'From 001 TO 011'. As it is a character field of 4 in length, it is taking the range as 'From 0010 TO 0110'. It is not just passing 0016 but it seems to pass all others upto 0109(I here mean from 0011 to 0109 and funniest part is it fails 0009 which it actually should pass. Enjoy!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Lodd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Lodd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 05:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182443#M126108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T05:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182444#M126109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Actual code is looks like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If table-filed in s_field. " (select option) &lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;Reject.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;Even if I am not populating value on selection screen '0016'. Still its not going to reject .But you guys give a nice overlook. Thanks to every body.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182444#M126109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182445#M126110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suleman,&lt;/P&gt;&lt;P&gt;   I just worked on it &amp;amp; its working fine.Below is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: mard.&lt;/P&gt;&lt;P&gt;select-options: s_werks for mard-werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_FLED LIKE MARD-WERKS VALUE '0016'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF V_FLED IN S_WERKS.&lt;/P&gt;&lt;P&gt; WRITE:/ 'PLANT PRESENT'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;  WRITE:/ 'PLANT NOT PRESENT'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:34:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182445#M126110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182446#M126111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are populating values on screen?if you are giving value on selection screen as Single values '0001','0005',&lt;/P&gt;&lt;P&gt;'0007','0009','0012','0015'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then checking your code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: V_FLED LIKE MARD-WERKS VALUE '0016'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF V_FLED IN S_WERKS.&lt;/P&gt;&lt;P&gt;WRITE:/ 'PLANT PRESENT'.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;WRITE:/ 'PLANT NOT PRESENT'.&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182446#M126111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182447#M126112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Suleman Javed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:46:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182447#M126112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182448#M126113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Absolutely...Its working fine for me..am getting "PLANT NOT PRESENT".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:49:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182448#M126113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select options strange behavior</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182449#M126114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you all...&lt;/P&gt;&lt;P&gt;I am done ..!!!&lt;/P&gt;&lt;P&gt;Thanks again...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jan 2006 15:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-strange-behavior/m-p/1182449#M126114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-11T15:53:33Z</dc:date>
    </item>
  </channel>
</rss>

