<?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: Using string functionality to find a given name in the existing database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714719#M1872491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using CA (contains any) as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;p_input &lt;SPAN class="L0S52"&gt;ca &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Thoesis, Labs, Industries'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Already exists' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;else&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/&lt;SPAN class="L0S33"&gt;'Sucess'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Satish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Oct 2014 06:21:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-10-31T06:21:26Z</dc:date>
    <item>
      <title>Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714717#M1872489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement in my task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The input string is something like : " Thoesis&amp;nbsp; Industries&amp;nbsp; Labs"&lt;/P&gt;&lt;P&gt;2 The requirement is , if the enduser enters " Theosis&amp;nbsp; Labs&amp;nbsp; industries" or any other combination of the inputted words , it has to check in the database and throw an error if it already exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using CS. But it is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 05:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714717#M1872489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T05:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714718#M1872490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello swapna,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;you can find all occurrences of statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;FIND &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ALL &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OCCURRENCES &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF 'String' in table 'your table' match offset off.&lt;/SPAN&gt;&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;Sridhar.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 05:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714718#M1872490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T05:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714719#M1872491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try using CA (contains any) as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;p_input &lt;SPAN class="L0S52"&gt;ca &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Thoesis, Labs, Industries'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MESSAGE &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'Already exists' &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'E'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;else&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;WRITE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;/&lt;SPAN class="L0S33"&gt;'Sucess'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Satish&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714719#M1872491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T06:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714720#M1872492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar&lt;/P&gt;&lt;P&gt;Thanku for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But will the same hold good for a dynamic input I mean any kind of input that user enters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:05:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714720#M1872492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T09:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714721#M1872493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Satish,&lt;/P&gt;&lt;P&gt;Thanku for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But will the same hold good for a dynamic input I mean any kind of input that user enters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714721#M1872493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T09:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714722#M1872494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swapna lalitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works for dynamic entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you checking the entry in database table or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please post the exact requirement.&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;Sridhar.A&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 09:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714722#M1872494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-31T09:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using string functionality to find a given name in the existing database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714723#M1872495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, you're requirement is that the user enters a sequence of words. You then want to check whether those words are already in some internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, given "&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Theosis&amp;nbsp; Labs&amp;nbsp; industries" do you want a match when the user enters&amp;nbsp; any combination of &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Theosis , Labs and industries? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I.e. Should "Labs" give a match or is it only a combination of all three words, like "Labs industries Theosis"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Is the search case sensitive? Is punctuation to be ignored? What exactly are you checking the user entry against?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2014 10:11:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-string-functionality-to-find-a-given-name-in-the-existing-database/m-p/10714723#M1872495</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-10-31T10:11:48Z</dc:date>
    </item>
  </channel>
</rss>

