<?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-OPTION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667077#M295229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use TRANSALTE TO UPPER CASE/LOWER CASE to change a string from upper to lower case and vice versa. Are you going to do a select using the name that user enters or is it just a user id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checkout the domain of user02-name, there should be a check box lower case. IF this is checked then data in DB will be as we enter it (both lower case or upper case). If it is not checked then its always stored in upper case -- this case is easy since you can translate what ever user enters to UPPER CASE and do a select on DB. But if the data can be either in lower/upper or both then you might have to do little bit more work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Nov 2006 16:08:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-20T16:08:01Z</dc:date>
    <item>
      <title>SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667071#M295223</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;selection-screen begin of block&lt;/P&gt;&lt;P&gt;select-option name user02-NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;END OF SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I WANT VALIDATE NAME FIELD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the database name field contains both uppercase and lower caserecords&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;support user enter lower case record in the name field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in the database it has upcase record &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to validate the case sensitive for name feld in the selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz send the reply or sample code for this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i look forward to your reply &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;SEK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 15:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667071#M295223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T15:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667072#M295224</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;Just declare Select opton like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options name for user02-name LOWERCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then it will be case sensitive, it will take both upper and lower case letters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667072#M295224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667073#M295225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u use select-option name user02-NAME no need to specify, but when user enters name and press execute it gets converted to upper case automatically....so, the data ur fetching from database, modify this data to uppercase and then compare with the selection-screen option...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667073#M295225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667074#M295226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the TRANSLATE TO UPPER CASE &amp;amp; then compare..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:02:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667074#M295226</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-11-20T16:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667075#M295227</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;Give this way ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;select-option name user02-NAME UPPERCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667075#M295227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667076#M295228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Translate the values in the Select-option to uppercase.  Then validate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Loop at name.
  translate name-low to upper case.
  translate name-high to upper case.
  modify name.
endloop.&lt;/CODE&gt;&lt;/PRE&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>Mon, 20 Nov 2006 16:03:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667076#M295228</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-11-20T16:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667077#M295229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use TRANSALTE TO UPPER CASE/LOWER CASE to change a string from upper to lower case and vice versa. Are you going to do a select using the name that user enters or is it just a user id?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;checkout the domain of user02-name, there should be a check box lower case. IF this is checked then data in DB will be as we enter it (both lower case or upper case). If it is not checked then its always stored in upper case -- this case is easy since you can translate what ever user enters to UPPER CASE and do a select on DB. But if the data can be either in lower/upper or both then you might have to do little bit more work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this information helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667077#M295229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667078#M295230</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;convert the string entered into upper case using&lt;/P&gt;&lt;P&gt;s_name2 = s_name1.&lt;/P&gt;&lt;P&gt;translate s_name2 into uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now write ur select this way&lt;/P&gt;&lt;P&gt;select X Y Z from user02 where name in s_name1 or s_name2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this gives u an idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:11:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667078#M295230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT-OPTION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667079#M295231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Validate it against view USER_ADDR, field MC_NAMELAS. This is how SAP does it in search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Nov 2006 16:14:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/1667079#M295231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-20T16:14:03Z</dc:date>
    </item>
  </channel>
</rss>

