<?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 Compare without case sensitive in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692912#M889265</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 variables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A with value Madhu.&lt;/P&gt;&lt;P&gt;B with Value MADHU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If A = B. &lt;/P&gt;&lt;P&gt; Statment 1&lt;/P&gt;&lt;P&gt;Endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, as A is not equal B, I am unable to execute my Statement 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if there is any option to compare without Case sensitive. &lt;/P&gt;&lt;P&gt;Thank you for looking at my question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 3, 2008 5:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Apr 2008 20:50:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-03T20:50:40Z</dc:date>
    <item>
      <title>Compare without case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692912#M889265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 variables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A with value Madhu.&lt;/P&gt;&lt;P&gt;B with Value MADHU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If A = B. &lt;/P&gt;&lt;P&gt; Statment 1&lt;/P&gt;&lt;P&gt;Endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this scenario, as A is not equal B, I am unable to execute my Statement 1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know, if there is any option to compare without Case sensitive. &lt;/P&gt;&lt;P&gt;Thank you for looking at my question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 3, 2008 5:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 20:50:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692912#M889265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T20:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Compare without case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692913#M889266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The only way to compare mixed case strings is to convert both the strings to either lower case or upper case first, and then compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use TRANSLATE statement to convert the case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 20:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692913#M889266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T20:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Compare without case sensitive</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692914#M889267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudhi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. neither I found any ABAP Statement to compare mixed case strings. &lt;/P&gt;&lt;P&gt;Closing Thread. Alloting points for your imputs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2008 21:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-without-case-sensitive/m-p/3692914#M889267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-03T21:59:24Z</dc:date>
    </item>
  </channel>
</rss>

