<?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/7681719#M1576065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ignore that citation with '#EC * if you like or correct.  GT may not work in all dbms or operating systems.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIN is referring to the &lt;STRONG&gt;GT&lt;/STRONG&gt; (greater than).  To remove this citation, change GT to &amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Feb 2011 12:30:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-10T12:30:11Z</dc:date>
    <item>
      <title>Slin Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681715#M1576061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error in slin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error:   "Greater than/less than comparisons with character type operands may not be portable" &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; if w_likp-vbeln gt outbo.&lt;/P&gt;&lt;P&gt;            outbo = w_likp-vbeln.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: "outbo" also the same type of vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one help to rectify this issue?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; - Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681715#M1576061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Slin Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681716#M1576062</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;    VBELN is of type character and hence the error in SLIN. You can ignore the error in EPC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:38:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681716#M1576062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Slin Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681717#M1576063</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;You can hide this with the below statement. also check this OSS notes 353681&lt;/P&gt;&lt;P&gt;"#EC PORTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681717#M1576063</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2011-02-10T10:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Slin Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681718#M1576064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't hide errors, correct them.&lt;/P&gt;&lt;P&gt;Result of GT/LT between character fields depends on code page, which might be different in different systems, thus the message.&lt;/P&gt;&lt;P&gt;If VBELN contains only numbers, consider using two helper fields of a comparable format to get rid of the message.&lt;/P&gt;&lt;P&gt;Also search for further information using this error message, you're not the only one facing such errors.&lt;/P&gt;&lt;P&gt;Finally please use more meaningful subject lines when posting.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 11:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681718#M1576064</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-02-10T11:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Slin Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681719#M1576065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ignore that citation with '#EC * if you like or correct.  GT may not work in all dbms or operating systems.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SLIN is referring to the &lt;STRONG&gt;GT&lt;/STRONG&gt; (greater than).  To remove this citation, change GT to &amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 12:30:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/slin-error/m-p/7681719#M1576065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T12:30:11Z</dc:date>
    </item>
  </channel>
</rss>

