<?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: Fuzzy Text search in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083968#M731357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx for your advise.&lt;/P&gt;&lt;P&gt;Can we use the Oracle FUZZY function in our SAP(4.7) through native SQL statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2007 06:34:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-27T06:34:47Z</dc:date>
    <item>
      <title>Fuzzy Text search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083966#M731355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   We have requierment to compare the employee names i.e., for eg: in database we have names as follows:&lt;/P&gt;&lt;P&gt;      srinivas rao&lt;/P&gt;&lt;P&gt;      sreenivas&lt;/P&gt;&lt;P&gt;      reddy srinevas....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If user entere name as srinivas for searching then the query should show all above names as output.&lt;/P&gt;&lt;P&gt;In oracle we have function called FUZZY.  Is there any SAP function similar to this.?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 08:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083966#M731355</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T08:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy Text search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083967#M731356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no function or statement in SAP to check for FUZZY logic but You have SEARCH statement to search for string in a string. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for SEARCH statement.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/search.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/search.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2007 08:59:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083967#M731356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-26T08:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy Text search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083968#M731357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnx for your advise.&lt;/P&gt;&lt;P&gt;Can we use the Oracle FUZZY function in our SAP(4.7) through native SQL statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 06:34:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083968#M731357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T06:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fuzzy Text search</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083969#M731358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, You can do with NATIVE SQL statements but the table should exist in your Oracle database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use a Native SQL statement, you must precede it with the EXEC SQL statement, and follow it with the ENDEXEC statement as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXEC SQL [PERFORMING &amp;lt;form&amp;gt;].&lt;/P&gt;&lt;P&gt;  &amp;lt;Native SQL statement&amp;gt;&lt;/P&gt;&lt;P&gt;ENDEXEC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 06:40:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fuzzy-text-search/m-p/3083969#M731358</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T06:40:00Z</dc:date>
    </item>
  </channel>
</rss>

