<?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: Obsolete Object in program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316635#M1835066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the check for obsolete function modules ist part of the function module checks in the extended program checks.&lt;/P&gt;&lt;P&gt;To get there, edit a Z program in SE38 and call the Code Inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456883" /&gt;&lt;/P&gt;&lt;P&gt;Then press button &lt;STRONG&gt;&lt;EM&gt;Code Inspector&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456890" /&gt;&lt;/P&gt;&lt;P&gt;If you are the responsible user, then you can change the check variants, otherwise you should be able to show the check variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After label &lt;STRONG&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/STRONG&gt; there is a button to switch from local to global check variants. Switch to global variants. Select the check variant you want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check variant &lt;STRONG&gt;DEFAULT &lt;/STRONG&gt; is used by SE38/SE80 calling the Code Inspector, check variant &lt;STRONG&gt;TRANSPORT&lt;/STRONG&gt; is called releasing transports (if you also check there).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456891" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If &lt;STRONG&gt;Syntax Check/Generation&lt;/STRONG&gt; is marked and &lt;STRONG&gt;Extended Program Check&lt;/STRONG&gt; is marked, click the arrow to see the settings. Here option &lt;STRONG&gt;Specific Tests&lt;/STRONG&gt; is selected without option &lt;STRONG&gt;CALL FUNCTION Interfaces&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456892" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Here is the docu (called via F1 from &lt;STRONG&gt;CALL FUNCTION Interfaces&lt;/STRONG&gt; option), and I marked the obolete check 9 with a red arrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see above, that this check is not active in our system. You can talk to the responsible person in your company, if this setting can be changed. Through release upgrade you got some new SAP Default settings, which may not fit for your company or devleopment guidelines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2014 05:26:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-05-21T05:26:26Z</dc:date>
    <item>
      <title>Obsolete Object in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316633#M1835064</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;With a ERP upgrade many standard objects( function module, data element, etc) can be obsolete but these object can be using inside a lot of Z program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are using Code inspector ( transaction SCI) for check of code quality but I don't found how determine use of obsolete object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is posible when I compile any Z object , notify if I am using any obsolete object? ¿Exist&amp;nbsp; tools for this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gregory Gotera&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 19:27:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316633#M1835064</guid>
      <dc:creator>gregorygotera</dc:creator>
      <dc:date>2014-05-20T19:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Obsolete Object in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316634#M1835065</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;Goto your program and perform the Extended Program check for your program by checking the Obsolute Statements(OO context) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456740" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Hope it will helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 May 2014 20:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316634#M1835065</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2014-05-20T20:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Obsolete Object in program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316635#M1835066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gregory,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the check for obsolete function modules ist part of the function module checks in the extended program checks.&lt;/P&gt;&lt;P&gt;To get there, edit a Z program in SE38 and call the Code Inspector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456883" /&gt;&lt;/P&gt;&lt;P&gt;Then press button &lt;STRONG&gt;&lt;EM&gt;Code Inspector&lt;/EM&gt;&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456890" /&gt;&lt;/P&gt;&lt;P&gt;If you are the responsible user, then you can change the check variants, otherwise you should be able to show the check variants.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After label &lt;STRONG&gt;&lt;EM&gt;Name&lt;/EM&gt;&lt;/STRONG&gt; there is a button to switch from local to global check variants. Switch to global variants. Select the check variant you want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check variant &lt;STRONG&gt;DEFAULT &lt;/STRONG&gt; is used by SE38/SE80 calling the Code Inspector, check variant &lt;STRONG&gt;TRANSPORT&lt;/STRONG&gt; is called releasing transports (if you also check there).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456891" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If &lt;STRONG&gt;Syntax Check/Generation&lt;/STRONG&gt; is marked and &lt;STRONG&gt;Extended Program Check&lt;/STRONG&gt; is marked, click the arrow to see the settings. Here option &lt;STRONG&gt;Specific Tests&lt;/STRONG&gt; is selected without option &lt;STRONG&gt;CALL FUNCTION Interfaces&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/456892" width="450" /&gt;&lt;/P&gt;&lt;P&gt;Here is the docu (called via F1 from &lt;STRONG&gt;CALL FUNCTION Interfaces&lt;/STRONG&gt; option), and I marked the obolete check 9 with a red arrow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see above, that this check is not active in our system. You can talk to the responsible person in your company, if this setting can be changed. Through release upgrade you got some new SAP Default settings, which may not fit for your company or devleopment guidelines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Klaus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2014 05:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/obsolete-object-in-program/m-p/10316635#M1835066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-05-21T05:26:26Z</dc:date>
    </item>
  </channel>
</rss>

