<?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 Using SCAN ABAP-SOURCE keyword in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061353#M1176182</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;My requirement is to get a report program name from the user, drill down the report to see how many Includes and subroutines are there in the report and in which level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to drill down the report for finding the Includes with their level using this key word SCAN ABAP-SOURCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me with a code to find the number of subroutines along with the subroutine name and which level they are present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jan 2009 04:16:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-22T04:16:06Z</dc:date>
    <item>
      <title>Using SCAN ABAP-SOURCE keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061353#M1176182</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;My requirement is to get a report program name from the user, drill down the report to see how many Includes and subroutines are there in the report and in which level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to drill down the report for finding the Includes with their level using this key word SCAN ABAP-SOURCE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone provide me with a code to find the number of subroutines along with the subroutine name and which level they are present.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 04:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061353#M1176182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T04:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCAN ABAP-SOURCE keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061354#M1176183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try these FMs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET_GLOBAL_SYMBOLS u2013 Returns all components of a program &lt;/P&gt;&lt;P&gt;GET_INCLUDETAB u2013 Lists all INCLUDEs in a program &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 04:22:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061354#M1176183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T04:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Using SCAN ABAP-SOURCE keyword</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061355#M1176184</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;I have already drilled down the report to find out thenumber of includes and their levels.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using CALL FUNCTION 'GET_GLOBAL_SYMBOLS'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it accepts to search only for a character in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I require it to search for the keyword 'PERFORM' and also find in which level it is defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jan 2009 05:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/using-scan-abap-source-keyword/m-p/5061355#M1176184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-22T05:30:47Z</dc:date>
    </item>
  </channel>
</rss>

