<?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: converting a string to upper case in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902677#M1144890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;IGNORING CASE&lt;/STRONG&gt; addition of &lt;STRONG&gt;REPLACE&lt;/STRONG&gt; statement to avoid your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still need to convert to Upper Case the solution is just a &lt;STRONG&gt;SCN-Search&lt;/STRONG&gt; away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2008 11:35:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-18T11:35:38Z</dc:date>
    <item>
      <title>converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902668#M1144881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a requirement to convert a string from lower case to upper case... can anyone help regarding the same... &lt;/P&gt;&lt;P&gt;my overall requirement is to replace a string with another in a string. but during comaprison, the replace command checks for case also, which is not what i desire to have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;lt;text removed&amp;gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Dec 18, 2008 2:12 PM - don't say thing that suggest people should hurry. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902668#M1144881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902669#M1144882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRANSLATE string TO UPPER CASE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:23:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902669#M1144882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902670#M1144883</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 : ab type string value 'sap community network'.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TRANSLATE AB TO UPPER CASE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use &lt;STRONG&gt;UPPER CASE&lt;/STRONG&gt; and take F1 help for more help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Prem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now you can close this thread as you got it&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please close it&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 18, 2008 12:25 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 18, 2008 12:26 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 18, 2008 12:30 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:23:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902670#M1144883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902671#M1144884</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;u can use the translate statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sathis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902671#M1144884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902672#M1144885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    Plz try TRANSLATE:  string_var  TO UPPER CASE,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902672#M1144885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902673#M1144886</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;Check the FM: SWA_STRING_TO_UPPERCASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902673#M1144886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902674#M1144887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If eventually you need to replace the string then instead of Translating to Upper case you could also mention other possible patterns like:&lt;/P&gt;&lt;P&gt;USING 'Axax'&lt;/P&gt;&lt;P&gt;This will replace both A nad a with x.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:29:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902674#M1144887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902675#M1144888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If eventually you need to replace the string then instead of Translating to Upper case you could also mention other possible patterns like:&lt;/P&gt;&lt;P&gt;USING 'Axax'&lt;/P&gt;&lt;P&gt;This will replace both A nad a with x.'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:29:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902675#M1144888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902676#M1144889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use TRANSLATE  command.&lt;/P&gt;&lt;P&gt;Press F1 on translate u will get more details.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902676#M1144889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902677#M1144890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &lt;STRONG&gt;IGNORING CASE&lt;/STRONG&gt; addition of &lt;STRONG&gt;REPLACE&lt;/STRONG&gt; statement to avoid your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still need to convert to Upper Case the solution is just a &lt;STRONG&gt;SCN-Search&lt;/STRONG&gt; away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:35:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902677#M1144890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: converting a string to upper case</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902678#M1144891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this code for changing string into upper case:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:v_name type string value 'sapabap'.&lt;/P&gt;&lt;P&gt;translate v_name to upper case.&lt;/P&gt;&lt;P&gt;write:/ v_name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 11:39:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/converting-a-string-to-upper-case/m-p/4902678#M1144891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T11:39:43Z</dc:date>
    </item>
  </channel>
</rss>

