<?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: Abap Program Check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259847#M489741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;    U may use the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2 &lt;/P&gt;&lt;P&gt;                                              ...STATEMENTS INTO itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The above statement has few more additions also which u can check from the F1 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep Chintala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 May 2007 05:34:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-24T05:34:54Z</dc:date>
    <item>
      <title>Abap Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259844#M489738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to do the following checks in any report program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. how to check a parameter starting with p_ or not ?  &lt;/P&gt;&lt;P&gt;2. how to check a data variable starting with v_ or not  ?&lt;/P&gt;&lt;P&gt;3. how to giv identification to the user if he had used any comments in reports.&lt;/P&gt;&lt;P&gt;i. e how to check a special character ' * '  in our program.&lt;/P&gt;&lt;P&gt;4. how to check special symbols like  empty space, ' : ' ,  '   '  '   '  , '    "  "    '  , ' . '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any keyword r standard program r function module r transaction to do all tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks n regards,&lt;/P&gt;&lt;P&gt;suresh babu aluri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 05:15:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259844#M489738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T05:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259845#M489739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rpr_abap_source_scan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help you scan through all the programs in ur R/3, for example if you want to search parameter whether it starts with p_ or not, then you can feed 'parameter: ' in the 'Find string' of the selection screen of the standard program rpr_abap_source_scan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 05:16:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259845#M489739</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-05-24T05:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259846#M489740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Use the Report:  &amp;lt;b&amp;gt;RPR_ABAP_SOURCE_SCAN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which will Scan a set of reports for a particular string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In serach criteria of this report u have Find String option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There bu giving your required strings you can achieve your requirements.&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;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 05:25:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259846#M489740</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-24T05:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259847#M489741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;    U may use the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SCAN ABAP-SOURCE itab1 ...TOKENS INTO itab2 &lt;/P&gt;&lt;P&gt;                                              ...STATEMENTS INTO itab3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The above statement has few more additions also which u can check from the F1 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pradeep Chintala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 May 2007 05:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259847#M489741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-24T05:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Abap Program Check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259848#M489742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 May 2007 05:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-check/m-p/2259848#M489742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-30T05:39:22Z</dc:date>
    </item>
  </channel>
</rss>

