<?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: Parameter Getting changed from lower to upper case in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957808#M1155826</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 must have created a screen from which you are entering input for name1.&lt;/P&gt;&lt;P&gt;so go to the "Screen attributes " of that input field and just check the check box for "Upper/Lower case".&lt;/P&gt;&lt;P&gt;it will solve your problem because now it will not convert your input into UPPER CASE and will be as you have enetered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Dec 29, 2008 1:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Dec 2008 08:23:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-29T08:23:13Z</dc:date>
    <item>
      <title>Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957804#M1155822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a func module with one of the parameters as kna1-name1. When i pass value to this parameter as "La Quinta Hotel &amp;amp; Towers" it gets changed to "LA QUINTA HOTEL &amp;amp; TOWERS". My select query doesnt fetch any records on case conversion. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in the data element kna1-name1 attributes, lowercase is checked. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957804#M1155822</guid>
      <dc:creator>former_member396896</dc:creator>
      <dc:date>2008-12-29T08:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957805#M1155823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you seen in the table, what is the actual value in table.  In table it will be stroed in based on your input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:20:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957805#M1155823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957806#M1155824</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;If you are fetching the data from KNA1-NAME1..then it will be difficult to fetch the correct data...instead use the field KNA1-MCOD1 which stores the NAME1 value in Upper case. So you need to convert the entered value to FM in Upper Case and should fetch the KNA1 records using MCOD1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957806#M1155824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957807#M1155825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  ,&lt;/P&gt;&lt;P&gt;  I checked the issue in ECC system and i cannot replicate it , can you please check if the field has some conversion exit attached to it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957807#M1155825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957808#M1155826</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 must have created a screen from which you are entering input for name1.&lt;/P&gt;&lt;P&gt;so go to the "Screen attributes " of that input field and just check the check box for "Upper/Lower case".&lt;/P&gt;&lt;P&gt;it will solve your problem because now it will not convert your input into UPPER CASE and will be as you have enetered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;neha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neha Shukla on Dec 29, 2008 1:54 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:23:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957808#M1155826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957809#M1155827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While passin the parameter use the following declaration to haev case- sensitive input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters : p_name(15) type c LOWER CASE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mansi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:25:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957809#M1155827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957810#M1155828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tajuddin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know in SAP if we do not use the LOWER CASE addition, all input values are automatically converted into upper case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:Suppose this is a test report &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: P_FIELD1(10), &lt;/P&gt;&lt;P&gt;                        P_FIELD2(10) LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: FIELD1, FIELD2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Input Selection Screen&lt;/P&gt;&lt;P&gt;P_FIELD1 : abcde&lt;/P&gt;&lt;P&gt;P_FIELD2 : fghij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABCDE&lt;/P&gt;&lt;P&gt;fghij&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the parameter declaration we have the syntax of LOWER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this out if it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957810#M1155828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-29T08:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957811#M1155829</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;Try this. It works fine.&lt;/P&gt;&lt;P&gt;tables kna1.&lt;/P&gt;&lt;P&gt;parameters p_name1 type kna1-name1 lower case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957811#M1155829</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2008-12-29T08:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957812#M1155830</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; Thnx man when i am using mcod1 its displaying the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is there any way we can prevent this happening in other cases. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My table stores data as "La Quinta Hotel &amp;amp; Towers" ( with capital letters n small letters ) for kan1-name1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:31:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957812#M1155830</guid>
      <dc:creator>former_member396896</dc:creator>
      <dc:date>2008-12-29T08:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957813#M1155831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am using this parameter kan1-name1 as import parameter in Function Module . Cant write "lower case" in import parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also no screen to make any changes in screen attributes. Since its a function Module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957813#M1155831</guid>
      <dc:creator>former_member396896</dc:creator>
      <dc:date>2008-12-29T08:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter Getting changed from lower to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957814#M1155832</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;data lv_name type kna1-name1.&lt;/P&gt;&lt;P&gt;lv_name = p_name.&lt;/P&gt;&lt;P&gt;translate lv_name to lower case.&lt;/P&gt;&lt;P&gt;select single name1 from kna1 into e_name where name1 = p_name or name1 = lv_name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Dec 2008 08:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-getting-changed-from-lower-to-upper-case/m-p/4957814#M1155832</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2008-12-29T08:41:54Z</dc:date>
    </item>
  </channel>
</rss>

