<?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: Program for finding word in Report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515979#M845648</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RPR_ABAP_SOURCE_SCAN   to search for a particular string ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2008 11:11:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-27T11:11:02Z</dc:date>
    <item>
      <title>Program for finding word in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515977#M845646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sdns..!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want a program for finding a particular word in report.&lt;/P&gt;&lt;P&gt;I need this report urgently. If you dont have the report plz send me the steps or tips to find the word in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515977#M845646</guid>
      <dc:creator>former_member576008</dc:creator>
      <dc:date>2008-02-27T11:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Program for finding word in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515978#M845647</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;It might be useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searches for patterns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIND &amp;lt;p&amp;gt; IN [SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF] &amp;lt;text&amp;gt;&lt;/P&gt;&lt;P&gt;            [IGNORING CASE|RESPECTING CASE]&lt;/P&gt;&lt;P&gt;            [IN BYTE MODE|IN CHARACTER MODE]&lt;/P&gt;&lt;P&gt;            [MATCH OFFSET &amp;lt;o&amp;gt;] [MATCH LENGTH &amp;lt;l&amp;gt;].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system searches the field &amp;lt;text&amp;gt; for the pattern &amp;lt;p&amp;gt;. The SECTION OFFSET &amp;lt;off&amp;gt; LENGTH &amp;lt;len&amp;gt; OF addition tells the system to search only from the &amp;lt;off&amp;gt; position in the length &amp;lt;len&amp;gt;. IGNORING CASE or RESPECTING CASE (default) specifies whether the search is to be case-sensitive. In Unicode programs, you must specify whether the statement is a character or byte operation, using the IN BYTE MODE or IN CHARACTER MODE (default) additions. The MATCH OFFSET and MATCH LENGTH additions set the offset of the first occurrence and length of the search string in the fields &amp;lt;p&amp;gt; and &amp;lt;l&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515978#M845647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Program for finding word in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515979#M845648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; RPR_ABAP_SOURCE_SCAN   to search for a particular string ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:11:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515979#M845648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Program for finding word in Report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515980#M845649</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;Please refer to the SAP standard program &lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AFX_CODE_SCANNER&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram POnna.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sriram Ponna on Feb 27, 2008 4:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2008 11:11:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-for-finding-word-in-report/m-p/3515980#M845649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-27T11:11:41Z</dc:date>
    </item>
  </channel>
</rss>

