<?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: search string exactly-urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531744#M574135</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;Which operator you are using to search the string.&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;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Jul 2007 06:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-18T06:42:20Z</dc:date>
    <item>
      <title>search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531743#M574134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have written a program where in using a table names ,and their corresponding field i search for the fields in all Z--object..&lt;/P&gt;&lt;P&gt;the problem here is ,wen i search the strings which are not the exact match are also listed&lt;/P&gt;&lt;P&gt;Eg: if search string is kunnr....... it_kunnr is also listed.....which i dont want ....&lt;/P&gt;&lt;P&gt;i have used read report and then search&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:38:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531743#M574134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531744#M574135</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;Which operator you are using to search the string.&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;Azad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531744#M574135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531745#M574136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can straight away get that sort of data from the standard tables&lt;/P&gt;&lt;P&gt;DD02L (all Sap Tables) and DD03L  (table Fields)&lt;/P&gt;&lt;P&gt;use them and get the required Info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use SCAN ABAP-SOURCE...command &lt;/P&gt;&lt;P&gt;Or use the fun module&lt;/P&gt;&lt;P&gt;RPR_ABAP_SOURCE_SCAN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:43:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531745#M574136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531746#M574137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Renu, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in order to compare strings, you can use CO (Contains Only).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is quote of help in SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CO (Contains Only): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;c1 contains only characters from the string c2. &lt;/P&gt;&lt;P&gt;If c1 or c2 is of type C, the comparison takes into account the full length of the field, including blanks at the end. &lt;/P&gt;&lt;P&gt;comparison. &lt;/P&gt;&lt;P&gt;If c1 is of type STRING and empty, the result of the comparison is always positive. &lt;/P&gt;&lt;P&gt;If c2 is of type STRING and empty, the result of the comparison is always negative, unless c1 is also an empty string. &lt;/P&gt;&lt;P&gt;If the result of the comparison is negative, the field SY-FDPOS contains the offset of the first character in c1 which is not also included in c2. &lt;/P&gt;&lt;P&gt;If the result of the comparison is positive, the system field SY-FDPOS contains the length of c1. &lt;/P&gt;&lt;P&gt;The comparison is case-sensitive. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ABCDE' CO 'XYZ' is false; SY-FDPOS = 0. &lt;/P&gt;&lt;P&gt;'ABCDE' CO 'AB' is false; SY-FDPOS = 2. &lt;/P&gt;&lt;P&gt;'ABCDE' CO 'ABCDE' is true; SY-FDPOS = 5. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please award point if helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eddhie&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Jul 2007 06:45:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531746#M574137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-18T06:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531747#M574138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here but im not comparing two string .....&lt;/P&gt;&lt;P&gt;im searching many report for the desire string ......&lt;/P&gt;&lt;P&gt;so fingding out fdpos is difficult for me ,can u give me a better solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 10:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531747#M574138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T10:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: search string exactly-urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531748#M574139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 09:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-string-exactly-urgent/m-p/2531748#M574139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T09:13:26Z</dc:date>
    </item>
  </channel>
</rss>

