<?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 Doubt on selection-screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749165#M902050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sap Experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  I am developing a Purchase order report, in that report i need to fetch the Purchase order header text.That text field i need to capture in selection screen as a select-option. But the problem is in that purchase orders, some purchase orders having text field in lower-case. some purchase orders having upper case. If i put the value in that select-option,it always take uppercase.if i use lower-case option it takes always lower-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but what ever it may be, irrespective of case the value will be taken. Please suggest me how to make the select-option as case insensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Siri.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Apr 2008 04:35:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-29T04:35:58Z</dc:date>
    <item>
      <title>Doubt on selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749165#M902050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sap Experts,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  I am developing a Purchase order report, in that report i need to fetch the Purchase order header text.That text field i need to capture in selection screen as a select-option. But the problem is in that purchase orders, some purchase orders having text field in lower-case. some purchase orders having upper case. If i put the value in that select-option,it always take uppercase.if i use lower-case option it takes always lower-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  but what ever it may be, irrespective of case the value will be taken. Please suggest me how to make the select-option as case insensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Siri.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 04:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749165#M902050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T04:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749166#M902051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;use this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;translate s_text to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it converts lower case to upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if useful give reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Narasimha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 04:43:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749166#M902051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T04:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749167#M902052</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 Checked with lower case option, it working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just checked the below syntax :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options a for ekko-ebeln lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 04:52:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749167#M902052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T04:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt on selection-screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749168#M902053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narasimha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for giving valuble suggestion. My problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 05:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-on-selection-screen/m-p/3749168#M902053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-29T05:02:42Z</dc:date>
    </item>
  </channel>
</rss>

