<?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: Text getting converted to upper case in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944539#M1487799</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;you can translate the password in upper case before call bapi....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
translate psw to upper case.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jun 2010 14:49:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-07T14:49:40Z</dc:date>
    <item>
      <title>Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944536#M1487796</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 am using the BAPI      SUSR_CHECK_LOGON_DATA  for password check of a SAP UserID, the problem I am facing is that the entered password is getting converted to upper case all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advice a method to avoid any type of case conversion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 14:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944536#M1487796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T14:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944537#M1487797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the domain of the field being used to capture the password?  Check the 'Lower Case' setting or use data element XUNCODE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 14:47:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944537#M1487797</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-06-07T14:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944538#M1487798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you testing the function module via SE37  ?&lt;/P&gt;&lt;P&gt;If so, there is a flag Uppercase/Lowercase in the screen where you fill in the parameters when testing the function module.&lt;/P&gt;&lt;P&gt;If you flag it, the data is not converted to uppercase anymore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 14:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944538#M1487798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T14:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944539#M1487799</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;you can translate the password in upper case before call bapi....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
translate psw to upper case.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 14:49:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944539#M1487799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944540#M1487800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks..really helped......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abhi.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 15:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944540#M1487800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-07T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Text getting converted to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944541#M1487801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you probably should have mentioned that you were using SE37 in your post - that's standard screen behavior to execute the conversion.  Now why didn't you give him the points that he deserves for helping you out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 17:25:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-getting-converted-to-upper-case/m-p/6944541#M1487801</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-06-07T17:25:12Z</dc:date>
    </item>
  </channel>
</rss>

