<?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: HOW TO REMOVE SLIN ERROR? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180407#M999219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;venkat&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This warning will show if u have any extra "." as this might present next to Declarations so it is showing in Declaration Part. Check for that that might the reason for Your Warning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jul 2008 07:01:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-28T07:01:24Z</dc:date>
    <item>
      <title>HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180404#M999216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i declared internal table in the given form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;include structure mara.&lt;/P&gt;&lt;P&gt;data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i check SLIN...it is showing warning as    "Line contains a single period"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 06:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180404#M999216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T06:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180405#M999217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This error is not related to ur itab declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is only one period in one of the line(Only one dot) No executable statements. When u click on the error it might went to that declaration. Check the dot. It must be some where near by.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Also avoid using OCCURS 0.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_mara TYPE STANDARD TABLE OF mara,&lt;/P&gt;&lt;P&gt;wa_mara TYPE mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 06:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180405#M999217</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-28T06:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180406#M999218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod Thanks for your reply,&lt;/P&gt;&lt;P&gt;but when i clicking on that line in SLIN screen. it is going to that internal table declaration.&lt;/P&gt;&lt;P&gt;&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;Venkat n&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 06:57:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180406#M999218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T06:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180407#M999219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG&gt;venkat&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This warning will show if u have any extra "." as this might present next to Declarations so it is showing in Declaration Part. Check for that that might the reason for Your Warning.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180407#M999219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180408#M999220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your some where you have double periods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;   data: vbeln type vbeln ..   &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you can remove one of the period , it will be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180408#M999220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180409#M999221</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;There would be only a single dot somewhere above or below the data declaration. Check each &amp;amp; every blank line &amp;amp; you would find a single dot. Delete the same &amp;amp; activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180409#M999221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180410#M999222</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;Try the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data: begin of &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;include structure mara.&lt;/P&gt;&lt;P&gt;Data: end of &amp;lt;itab&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180410#M999222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180411#M999223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5675837"&gt;&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Muneesh Gitta.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180411#M999223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180412#M999224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;Just try to commentout that internal table declaration and declare it some where else in the code. Now activate and do extended check. I am sure this time it wont go to same table again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check all ur data declarations carefully. There must be double period some where/Single period without any executable statement/data declarations statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please paste ur data declarations so that we can findout where the error is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:09:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180412#M999224</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2008-07-28T07:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180413#M999225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hiii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it displys warning message or message like this only when you have put two dot after statement.like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data begin of itab occurs 0..&lt;/P&gt;&lt;P&gt;    include structure marc.&lt;/P&gt;&lt;P&gt; data end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:09:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180413#M999225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180414#M999226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : begin of itab occurs 0 &lt;STRONG&gt;,&lt;/STRONG&gt;       &lt;/P&gt;&lt;P&gt;         include structure mara &lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;         end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better to declare internal table using &lt;STRONG&gt;Types&lt;/STRONG&gt; instead of &lt;STRONG&gt;Data :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TYPES : BEGIN OF T_MARA,
              INCLUDE STRUCTURE MARA,
              END OF T_MARA.
DATA : I_MARA TYPE STANDARD TABLE OF T_MARA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 07:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180414#M999226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO REMOVE SLIN ERROR?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180415#M999227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks patil..&lt;/P&gt;&lt;P&gt;it is very helpful answer...&lt;/P&gt;&lt;P&gt;now solved my problem&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jul 2008 11:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-remove-slin-error/m-p/4180415#M999227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-28T11:30:51Z</dc:date>
    </item>
  </channel>
</rss>

