<?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 Searching a string in system's entire source code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546061#M1856626</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need find this characters in all of programs of the system because they aren't compatible with unicode: "á", "é", "í", "ó" and "ú".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used RPR_ABAP_SOURCE_SCAN, but although it has an option to ignore comments, the "end of line" comments (data: v_char(20). "comment) aren't ignored. And the literals (v_char = 'literal'.) neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking about develop a report which gets the spool of&amp;nbsp; RPR_ABAP_SOURCE_SCAN and recognizes the "end of line" comments and literals and delete it from list, but it would be a bit complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 13:02:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-08-07T13:02:41Z</dc:date>
    <item>
      <title>Searching a string in system's entire source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546061#M1856626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need find this characters in all of programs of the system because they aren't compatible with unicode: "á", "é", "í", "ó" and "ú".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used RPR_ABAP_SOURCE_SCAN, but although it has an option to ignore comments, the "end of line" comments (data: v_char(20). "comment) aren't ignored. And the literals (v_char = 'literal'.) neither.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm thinking about develop a report which gets the spool of&amp;nbsp; RPR_ABAP_SOURCE_SCAN and recognizes the "end of line" comments and literals and delete it from list, but it would be a bit complex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:02:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546061#M1856626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-07T13:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a string in system's entire source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546062#M1856627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adrian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try using transaction EWK1, it would help you in this case.&lt;/P&gt;&lt;P&gt;Don't forget to use 'Z*' or 'Y*' in Global search in programs....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:51:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546062#M1856627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-07T13:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a string in system's entire source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546063#M1856628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the same problem, it doesn't ignore the end line comments. In fact, I think any comment is ignored in this transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 07:05:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546063#M1856628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-08T07:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a string in system's entire source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546064#M1856629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just try via SE38, and use the find button.&lt;/P&gt;&lt;P&gt;Type in the string you want to find.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the button next to the program name. Replace the program name by *. The search will now be performed on all selected programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Aug 2014 14:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546064#M1856629</guid>
      <dc:creator>didier_deschepper</dc:creator>
      <dc:date>2014-08-08T14:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Searching a string in system's entire source code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546065#M1856630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but it doesn't even has "ignore comments" option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Aug 2014 12:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searching-a-string-in-system-s-entire-source-code/m-p/10546065#M1856630</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-08-13T12:25:41Z</dc:date>
    </item>
  </channel>
</rss>

