<?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: program extended check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810432#M347516</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended Program check is a way to check different checks, statements , auth, and can be used to enhance the code readability and memory can be saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Dec 2006 12:09:25 GMT</pubDate>
    <dc:creator>Sandeep_Panghal</dc:creator>
    <dc:date>2006-12-29T12:09:25Z</dc:date>
    <item>
      <title>program extended check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810429#M347513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the program extended check?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 12:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810429#M347513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T12:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: program extended check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810430#M347514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will do an extended check for the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. goto Transaction SLIN&lt;/P&gt;&lt;P&gt;2. and check the F1 help on each checkbox&lt;/P&gt;&lt;P&gt;3. You will get the information what extended check will do for each checkbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 12:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810430#M347514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: program extended check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810431#M347515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      1.      You access the extended program check by means of transaction SLIN. You can also choose Program ® Check ® Extended program check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system displays a list of possible check options. By default, all of them are selected. For detailed information about a particular option, position the cursor on it and choose F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The extended program check takes considerably longer time than other checks but it uses a buffer and the process speeds up after the first run.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      2.      Select any options you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each option you have selected, the system displays an overview of the number of errors, warnings, and messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the especially critical warnings are displayed before the standard check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       3.      Choose an entry to display the corresponding detail screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From that screen you can jump to the appropriate point in the program and correct the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 12:07:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810431#M347515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T12:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: program extended check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810432#M347516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Extended Program check is a way to check different checks, statements , auth, and can be used to enhance the code readability and memory can be saved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 12:09:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-extended-check/m-p/1810432#M347516</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2006-12-29T12:09:25Z</dc:date>
    </item>
  </channel>
</rss>

