<?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 Method parameter converted to uppercase in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613877#M1663320</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 trying to solve a small but painful problem.&lt;/P&gt;&lt;P&gt;I have created my datatype ZDATATYPE and assign a domain ZDOMAIN to it.&lt;/P&gt;&lt;P&gt;ZDOMAIN is defined as CHAR 30 and a 'Lower Case' checkbox is checked in.&lt;/P&gt;&lt;P&gt;So I assume variables of data type ZDATATYPE should not be converted to uppercase.&lt;/P&gt;&lt;P&gt;But when I use this datatype to set up Class Method's parameter type,&lt;/P&gt;&lt;P&gt;inside the method the parameter is converted to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with that scenario? What should I to avoid uppercase conversion? That makes SELECT statements not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate your tips.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2012 19:07:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-21T19:07:32Z</dc:date>
    <item>
      <title>Method parameter converted to uppercase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613877#M1663320</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 trying to solve a small but painful problem.&lt;/P&gt;&lt;P&gt;I have created my datatype ZDATATYPE and assign a domain ZDOMAIN to it.&lt;/P&gt;&lt;P&gt;ZDOMAIN is defined as CHAR 30 and a 'Lower Case' checkbox is checked in.&lt;/P&gt;&lt;P&gt;So I assume variables of data type ZDATATYPE should not be converted to uppercase.&lt;/P&gt;&lt;P&gt;But when I use this datatype to set up Class Method's parameter type,&lt;/P&gt;&lt;P&gt;inside the method the parameter is converted to uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is wrong with that scenario? What should I to avoid uppercase conversion? That makes SELECT statements not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate your tips.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 19:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613877#M1663320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-21T19:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Method parameter converted to uppercase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613878#M1663321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;Is this in code or when you use the test feature in the class builder?&lt;/P&gt;&lt;P&gt;If it is in the test feature of the class builder than there is a checkbox you have to activate to allow lower case characters. The input fields on the test screen do not you the parameter data elements but generic ones.&lt;/P&gt;&lt;P&gt;If it is in code then more info would be helpful. Like where does the data come you pass into the method come from and are you absolutely sure that the data is not upper case before you are calling your method. As far as I know the lower case checkbox in domains only has an effect when displaying an input field on a screen.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Adi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 21:26:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613878#M1663321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-21T21:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Method parameter converted to uppercase</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613879#M1663322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adi, BINGO &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The checkbox in class&amp;nbsp; test feature is the answer,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And I am going to visit my doctor to check is evertytihing is ok my eyes... &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/5.0.1/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2012 21:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/method-parameter-converted-to-uppercase/m-p/8613879#M1663322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-21T21:34:54Z</dc:date>
    </item>
  </channel>
</rss>

