<?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: problem in converting into upper case urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819104#M350287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RAMMOHAN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the name field is defined with the same type as the field in the where condition, then  you have a field with upper and lower case characters an no conversion takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables:
  but000.
select-options:
  s_name1 for but000-name1.
select ... from but000 into ... where name1 in s_name1.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is no such good idea because name1 is not a key field but it shows you the direction - I hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2007 22:35:02 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-02-01T22:35:02Z</dc:date>
    <item>
      <title>problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819098#M350281</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  working on module pool program.&lt;/P&gt;&lt;P&gt;in the initial screen there is two fields one is number one is name.&lt;/P&gt;&lt;P&gt;if i enter the name in the name field it is automatically converting into upper case,&lt;/P&gt;&lt;P&gt;but in this case my select query is not working,how to solve this,i mean i have to take same as it is what i entered.&lt;/P&gt;&lt;P&gt;kindly give me suggestion.it is urgent issue.i have to delever today.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;mohan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 06:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819098#M350281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819099#M350282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI rammohan..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;why dont u convert it into lower case before passing to select query using TRANSLATE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;TRANSLATE &amp;lt;screen field name&amp;gt; TO LOWER CASE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Pls close the thread when problem is solved and reward to all helpful answers&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;SAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 06:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819099#M350282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T06:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819100#M350283</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;in the Report to handle like this situation.. we use the extentions to the parameter  as  LOWER CASE .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;parameters p_t type char10 LOWER CASE .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think in the Module pool also.. we can do this in Properties of the FIELD... once check the Properties of the field... there  could be a chance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;there is field &amp;lt;b&amp;gt;checkbox called UPPER/LOWER CASE&amp;lt;/b&amp;gt;at the bottom of the properties... if tick this u r porblem will be solved&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Please Close this thread.. when u r problem is solved&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh Reddy K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Naresh Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 06:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819100#M350283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T06:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819101#M350284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the attributes button of that field enable loweracase / upper inthe bottom portion in the attributes column.&lt;/P&gt;&lt;P&gt;double click on that field in screen layout and see the navigation&lt;/P&gt;&lt;P&gt;this will be at the screen painter attributes &lt;DEL&gt;&amp;gt;attributes&lt;/DEL&gt;&amp;gt;dictionary subscreen--&amp;gt;check box with upper/lower case.&lt;/P&gt;&lt;P&gt;tick this check box .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 06:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819101#M350284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T06:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819102#M350285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rammohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  under  PAI  event.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  In any module use below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     TRANSLATE &amp;lt;screen field name&amp;gt; TO LOWER CASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls rewar if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Jan 2007 07:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819102#M350285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-31T07:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819103#M350286</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;Another solution..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are referring the screen field to database structure-field...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then check in the domain for the field if the Lowercase check box is set..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise set that checkbox..Then it allow both upper and lower case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 21:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819103#M350286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-01T21:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819104#M350287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi RAMMOHAN,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the name field is defined with the same type as the field in the where condition, then  you have a field with upper and lower case characters an no conversion takes place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables:
  but000.
select-options:
  s_name1 for but000-name1.
select ... from but000 into ... where name1 in s_name1.
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is no such good idea because name1 is not a key field but it shows you the direction - I hope.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2007 22:35:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819104#M350287</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-02-01T22:35:02Z</dc:date>
    </item>
    <item>
      <title>Re: problem in converting into upper case urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819105#M350288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;u have two optiones.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u refreing Ztable in the layout , check lowercase/upper case  in the domain of the filed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or simply check lowercase/upper case  in the attributes of the screen field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;nagaraju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 04:42:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-converting-into-upper-case-urgent/m-p/1819105#M350288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T04:42:54Z</dc:date>
    </item>
  </channel>
</rss>

