<?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: Finding multiple keywords in a command in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177356#M1372756</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually if the  command is consecutive MOVE a TO b then this program would help.&lt;/P&gt;&lt;P&gt;But variable and  their lengths keep varying so I have to search for keywords MOVE and TO.&lt;/P&gt;&lt;P&gt;If in a program MOVE a TO b is  present and I search for  them using RS_ABAP_SOURCE_SCAN then it would help but If I search for MOVE  and TO it does not show any output.&lt;/P&gt;&lt;P&gt;Hope my query is clear.&lt;/P&gt;&lt;P&gt;Please suggest some way to solve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 14:44:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-09T14:44:38Z</dc:date>
    <item>
      <title>Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177354#M1372754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have  to search commands.Eg:I have  to find which program the command 'STOP' is present.&lt;/P&gt;&lt;P&gt;For single keyword commands like STOP ,I am using Read report to to read the report into an internal table and then using the Find command to search in that internal table.&lt;/P&gt;&lt;P&gt;For multiple keyword commands like MOVE &amp;lt;structure&amp;gt; TO &amp;lt;string&amp;gt;,I want to find 2 key words MOVE  and TO and for commands like DO ... VARYING &amp;lt;var&amp;gt; FROM &amp;lt;var1&amp;gt; NEXT &amp;lt;var2&amp;gt; I have to find keywords DO,VARYING ,FROM,NEXT.&lt;/P&gt;&lt;P&gt;Is there any direct COMMAND TO SEARCH multiple keywords and  also the  as the number of keywords in a command can vary?&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177354#M1372754</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T14:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177355#M1372755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could try the (SAP internal) ABAP command SCAN ABAP-SOURCE to split the program code into tokens and statements, or maybe standard program RS_ABAP_SOURCE_SCAN does already what is required.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:22:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177355#M1372755</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-09T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177356#M1372756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually if the  command is consecutive MOVE a TO b then this program would help.&lt;/P&gt;&lt;P&gt;But variable and  their lengths keep varying so I have to search for keywords MOVE and TO.&lt;/P&gt;&lt;P&gt;If in a program MOVE a TO b is  present and I search for  them using RS_ABAP_SOURCE_SCAN then it would help but If I search for MOVE  and TO it does not show any output.&lt;/P&gt;&lt;P&gt;Hope my query is clear.&lt;/P&gt;&lt;P&gt;Please suggest some way to solve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177356#M1372756</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T14:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177357#M1372757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can search using wildcards, e.g. try "* MOVE * TO *" as search string and check "Search for masked objects" as well.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 14:57:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177357#M1372757</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-10-09T14:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177358#M1372758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking obsolete commands/syntax errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 15:00:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177358#M1372758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T15:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177359#M1372759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use code inspector?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 16:00:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177359#M1372759</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-10-09T16:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding multiple keywords in a command</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177360#M1372760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use standard program &lt;STRONG&gt;RPR_ABAP_SOURCE_SCAN&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in program name if u want to find in Z then give z* and in find string u can write finding keyword&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Oct 2009 05:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-multiple-keywords-in-a-command/m-p/6177360#M1372760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-10T05:44:22Z</dc:date>
    </item>
  </channel>
</rss>

