<?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 abap general in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538580#M576610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is extended syntax check ,what are all those features in this .procedure .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2007 13:56:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-15T13:56:09Z</dc:date>
    <item>
      <title>abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538580#M576610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is extended syntax check ,what are all those features in this .procedure .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 13:56:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538580#M576610</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538581#M576611</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;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:12:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538581#M576611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538582#M576612</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;Extended syntax check or SLIN is used to check the program in all aspects for the different syntaxes like&lt;/P&gt;&lt;P&gt;When you use select single whether you have passed all the key fields or not&amp;gt;&lt;/P&gt;&lt;P&gt;whether you have maintained the text elements texts or not,&lt;/P&gt;&lt;P&gt;Have you used UNIT...CURRENCY along with the QTY and AMOUNT fields when displayed using the WRITE statement&lt;/P&gt;&lt;P&gt;and check for all the varities of statements used in the code, and if there is some problem with that statement/command, it will display as error or warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Padmam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538582#M576612</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538583#M576613</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;It check the syntax errors of FM or Subroutines.&lt;/P&gt;&lt;P&gt;T-Code: SLIN.&lt;/P&gt;&lt;P&gt;enter the program name and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:15:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538583#M576613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:15:43Z</dc:date>
    </item>
    <item>
      <title>Re: abap general</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538584#M576614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it by Tcode SLIN or via menu program-&amp;gt;check-&amp;gt;extended program check from se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its a good programming practise doing this check.&lt;/P&gt;&lt;P&gt;It does check some additional things which syntax check may not do. Program which has ZERO EPC errors &amp;amp; warnings is considered as a gud program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More important addition due to standar syntax check - is checkin of the correctnes of using call function statmen (it is chceckin if passed parameters are right type)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward point if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2007 05:16:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-general/m-p/2538584#M576614</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-16T05:16:32Z</dc:date>
    </item>
  </channel>
</rss>

