<?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: SLIN ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693722#M623342</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;Slin is use to chek for the errors . After completing your code u need to chek it with slin .&lt;/P&gt;&lt;P&gt;When u execute it in slin It should show all zeros in errors , warnings and message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If their are errors it will display 1 . when you double click it . It will take you to the error location .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is done with performance point of view .&lt;/P&gt;&lt;P&gt;Foe examples a condition like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are accessing table without giving key fields in the select statement it will show error because accessing atble without without key will will cause performance problems .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are declaring a variable but not using it . It wiull show message for that also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 11:24:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T11:24:05Z</dc:date>
    <item>
      <title>SLIN ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693718#M623338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is a SLIN ? why r u using this ?explian plzzzz?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 17:40:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693718#M623338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693719#M623339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More detail... where in SAP are you seeing SLIN?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 17:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693719#M623339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T17:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693720#M623340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SLIN is T.code For extended program check.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;B&gt;Use&lt;/B&gt;&lt;/U&gt;&lt;BR /&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;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Procedure&lt;/U&gt;&lt;/P&gt;&lt;BR /&gt;... 1. You access the extended program check by means of transaction SLIN. You can also choose Program ® Check ® Extended program check.&lt;BR /&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;BR /&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;BR /&gt; 2. Select any options you need.&lt;BR /&gt;For each option you have selected, the system displays an overview of the number of errors, warnings, and messages.&lt;BR /&gt;Only the especially critical warnings are displayed before the standard check.&lt;BR /&gt; 3. Choose an entry to display the corresponding detail screen.&lt;BR /&gt;From that screen you can jump to the appropriate point in the program and correct the error.&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;Errors and Warnings&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;You use this function to analyze errors and warnings returned by the system during the standard and the extended program check of ABAP code. &lt;BR /&gt;&lt;BR /&gt;Features&lt;BR /&gt;Syntax Errors (Red Light)&lt;BR /&gt;When you have an error in your program, the check stops and returns an error message. In many cases the system offers a possible correction of the error.&lt;BR /&gt;You can activate a program that has syntax errors but you cannot generate and execute it. Syntax errors are regarded as fatal by the extended program check and it is obligatory to remove them.&lt;BR /&gt;&lt;BR /&gt;Syntax warnings (Yellow Light)&lt;BR /&gt;The syntax check does not stop at warnings and the program is basically executable. Syntax warnings should be taken care of because they may lead to unexpected errors.&lt;BR /&gt;The different types of warnings look the same in the syntax check tool but they have different priorities.&lt;BR /&gt;&lt;BR /&gt;TODO-relevant warnings&lt;BR /&gt;These warnings are subdivided into three different priority levels, which are linked to the internal SAP TODO checks.&lt;BR /&gt;&lt;BR /&gt; 1. Priority 1&lt;BR /&gt;These are warnings known to lead to a program crash. The category also includes all constructs that should not be used because they lead to program errors and semantically incorrect behavior.&lt;BR /&gt; 2. Priority 2&lt;BR /&gt;This category refers to constructs that do not necessarily lead to errors but are, for example, obsolete and can be replaced by up-to-date constructs. Priority 2 errors may lead to priority 1 errors or syntax errors in future releases.&lt;BR /&gt;&lt;BR /&gt; 3. Priority 3 it is recommended to remove these errors when possible. They may lead to escalation in priority in future releases.&lt;BR /&gt;&lt;BR /&gt;Warnings without TODO relevance&lt;BR /&gt;These warnings do not have a TODO relevance but point to questionable language constructs, which may lead to TODO-relevant errors. &lt;BR /&gt;&lt;BR /&gt;Warnings in the extended program check&lt;BR /&gt;There are two more classes of syntax warnings, which are displayed only during the extended program check (SLIN). They are:&lt;BR /&gt;&lt;BR /&gt;· SLIN Warnings&lt;BR /&gt;Similar to the other warnings, but they are displayed only in the extended syntax check.&lt;BR /&gt;&lt;BR /&gt;· SLIN Infos&lt;BR /&gt;SLIN Infos point to possible (semantic) program errors. According to the situation, the program should be changed or the messages should be switched off.&lt;BR /&gt;Only the SLIN messages of this category can be switched off by means of special comments.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;IF helpful, reward some points.&lt;/B&gt;&lt;/U&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 04:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693720#M623340</guid>
      <dc:creator>former_member189596</dc:creator>
      <dc:date>2007-08-10T04:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693721#M623341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good luck on your job interview.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 06:54:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693721#M623341</guid>
      <dc:creator>KjetilKilhavn</dc:creator>
      <dc:date>2007-08-10T06:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693722#M623342</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;Slin is use to chek for the errors . After completing your code u need to chek it with slin .&lt;/P&gt;&lt;P&gt;When u execute it in slin It should show all zeros in errors , warnings and message .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If their are errors it will display 1 . when you double click it . It will take you to the error location .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is done with performance point of view .&lt;/P&gt;&lt;P&gt;Foe examples a condition like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are accessing table without giving key fields in the select statement it will show error because accessing atble without without key will will cause performance problems .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are declaring a variable but not using it . It wiull show message for that also .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin/m-p/2693722#M623342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:24:05Z</dc:date>
    </item>
  </channel>
</rss>

