<?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 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774956#M646733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesnt seem like the error is for the declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still you can try to change LIKE to TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dbrtg TYPE knkk-dbrtg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, pls. check if you have defined any field starting with a number instead of character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2007 06:52:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-04T06:52:43Z</dc:date>
    <item>
      <title>SLIN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774954#M646731</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;I have declared in Types statement as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dbrtg LIKE knkk-dbrtg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When checking SLIN, its displaying error as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Messages:                         &lt;/P&gt;&lt;P&gt;Please start ID with a letter. - &amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kidnly help to rectify this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points Assured.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774954#M646731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774955#M646732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Try by replacing ' like'  with ' type '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Praveena&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774955#M646732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774956#M646733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesnt seem like the error is for the declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still you can try to change LIKE to TYPE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dbrtg TYPE knkk-dbrtg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, pls. check if you have defined any field starting with a number instead of character.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774956#M646733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774957#M646734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;               There is no declaration error in this statement.&lt;/P&gt;&lt;P&gt;You check other statement written above &amp;amp; below this statement.&lt;/P&gt;&lt;P&gt;some times slin doesn't  pointout errors onto specific statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are specifying sone ID with a numeric digit in place of a letter.&lt;/P&gt;&lt;P&gt;Check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it with 'TYPE' inplace of 'LIKE' also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Hemant Goyal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 06:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774957#M646734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T06:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: SLIN error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774958#M646735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suresh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You execute the SLIN once more time - U ll find &amp;lt;b&amp;gt;somewhere u have declared a variable whose name starts with a numeric instead of character&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1matnr is not allowed - it will give error in SLIN ... but MATNR1 is OK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be u were modifying codes while executing SLIN - thats why u ended up on an incorrect line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2007 07:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/2774958#M646735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-04T07:29:22Z</dc:date>
    </item>
  </channel>
</rss>

