<?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 Scan in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325630#M1537498</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;Go to extended syntax check. You will get all obsolete statements in your program.&lt;/P&gt;&lt;P&gt;se38 enter program name. Then in menu options to go extended program check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Sep 2010 12:57:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-21T12:57:20Z</dc:date>
    <item>
      <title>ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325629#M1537497</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;Is there any standard ABAP program available in the system to find the obsolete statements in the given custom program?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table available in ths sytem to store the list of obsolete statements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any table available in the system which stores the new function modules for the obsolete fms in ECC6?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Selva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325629#M1537497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325630#M1537498</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;Go to extended syntax check. You will get all obsolete statements in your program.&lt;/P&gt;&lt;P&gt;se38 enter program name. Then in menu options to go extended program check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 12:57:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325630#M1537498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T12:57:20Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325631#M1537499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the tables which stores the data elements, fm's domains etc check whether the description has * obsolete *. Select using this pattern.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example from tables TFDIR,TFTIT,DD04T etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:06:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325631#M1537499</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-09-21T13:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325632#M1537500</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;go to t-code -&amp;gt;UCCHECK and enter the Object name as Z* it will show all the Z objects and Obsolute statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Sep 2010 13:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325632#M1537500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-21T13:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325633#M1537501</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;My requirement is , I will give the package name and the report should give the obsolete staements/FM's used in the programs under that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UCCHECK will do this. But it will display only UPLOAD and DOWNLOAD as obsolete FM's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 04:59:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325633#M1537501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T04:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325634#M1537502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selva,&lt;/P&gt;&lt;P&gt;Did you check with tcode SLIN but you can give only the program name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:12:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325634#M1537502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T05:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325635#M1537503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, SLIN will perform the check only for the given program. DO u have any idea on how it performs the OBSOLETE statement check for the given program?. Is there any table available to track the OBSOLETE statements?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325635#M1537503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T05:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP program Scan</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325636#M1537504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Selva,&lt;/P&gt;&lt;P&gt;May be you can debug it and find out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bala Duvvuri&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:42:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-program-scan/m-p/7325636#M1537504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-22T05:42:59Z</dc:date>
    </item>
  </channel>
</rss>

