<?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 Parsing the ABAP code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707760#M1947289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on a utility program which will parse the ABAP code and provide information about the same. I am aware of the READ REPORT statement which can parse the complete code of a program. But wanted to check if there are other means to access ABAP code like standard classes or APIs provided by standard?&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;Warm Regards,&lt;/P&gt;&lt;P&gt;Raveesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 11:00:55 GMT</pubDate>
    <dc:creator>raveeshsaurabh3</dc:creator>
    <dc:date>2016-07-12T11:00:55Z</dc:date>
    <item>
      <title>Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707760#M1947289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are working on a utility program which will parse the ABAP code and provide information about the same. I am aware of the READ REPORT statement which can parse the complete code of a program. But wanted to check if there are other means to access ABAP code like standard classes or APIs provided by standard?&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;Warm Regards,&lt;/P&gt;&lt;P&gt;Raveesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 11:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707760#M1947289</guid>
      <dc:creator>raveeshsaurabh3</dc:creator>
      <dc:date>2016-07-12T11:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707761#M1947290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's only the SAP internal (and very limited) statement &lt;A href="http://help.sap.com/abapdocu_702/en/?url=ABAPSCAN.htm"&gt;SCAN ABAP-SOURCE&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(EDIT: and CL_ABAP_COMP* classes, which are also internal and based on SCAN ABAP-SOURCE)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 11:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707761#M1947290</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-07-12T11:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707762#M1947291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I myself didn't want to point to this internal stuff &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 13:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707762#M1947291</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-07-12T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707763#M1947292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Horst, Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could find out some of the classes being used in code inspector e.g. CL_CI_SOURCE_INCLUDE, CL_CI_SCAN etc. They provide an interface to parse ABAP program. But they use &lt;A class="jive-link-external-small" href="http://help.sap.com/abapdocu_702/en/?url=ABAPSCAN.htm" style="font-size: 12px; color: #3778c7; background: #ffffff;"&gt;SCAN ABAP-SOURCE&lt;/A&gt; internally it seems. That looks like an alternative to me.&lt;/P&gt;&lt;P&gt;Can you guys please check once and let me know your views.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Warm Regards,&lt;/P&gt;&lt;P&gt;Raveesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 13:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707763#M1947292</guid>
      <dc:creator>raveeshsaurabh3</dc:creator>
      <dc:date>2016-07-12T13:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707764#M1947293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think only CL_ABAP_COMP* adds an interesting value to SCAN ABAP-SOURCE, but it's more dedicated to analyzing data objects. So, it depends of what you want to achieve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 13:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707764#M1947293</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-07-12T13:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Parsing the ABAP code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707765#M1947294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I used some internal SLIN classes only once and found them slower than doing it directly and also sometimes lacking a bit behind the latest language features. No problem for SLIN, since it isn´t a compiler ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:10:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parsing-the-abap-code/m-p/11707765#M1947294</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-07-12T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

