<?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: OFFSET LENGTH ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441572#M1053731</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;The best solution is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR:&lt;/P&gt;&lt;P&gt;  SPELL-DIG01,&lt;/P&gt;&lt;P&gt;  SPELL-DIG02,&lt;/P&gt;&lt;P&gt;  SPELL-DIG03,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG04,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG05,&lt;/P&gt;&lt;P&gt;  SPELL-DIG06,&lt;/P&gt;&lt;P&gt;  SPELL-DIG07,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG08,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG09,&lt;/P&gt;&lt;P&gt;  SPELL-DIG10,&lt;/P&gt;&lt;P&gt;  SPELL-DIG11,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG12,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG13,&lt;/P&gt;&lt;P&gt;  SPELL-DIG14,&lt;/P&gt;&lt;P&gt;  SPELL-DIG15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Sep 2008 08:46:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-12T08:46:08Z</dc:date>
    <item>
      <title>OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441564#M1053723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to clear this particular structure SPELL with offset 403.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP version 4.6 the syntax is as follows&lt;/P&gt;&lt;P&gt;CLEAR SPELL+403.                   "nur SPELL-DIGnn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in ECC we get the following error &lt;/P&gt;&lt;P&gt;The offset declaration "403" exceeds the length of the character-type&lt;/P&gt;&lt;P&gt;start (=18) of the structure. This is not allowed in Unicode programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i am trying with the syntax&lt;/P&gt;&lt;P&gt;CLEAR SPELL+0(403). &lt;/P&gt;&lt;P&gt;then too i am getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide me.&lt;/P&gt;&lt;P&gt;Your help will be much appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 18:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441564#M1053723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T18:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441565#M1053724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How you defined the SPELL can you show..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 18:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441565#M1053724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T18:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441566#M1053725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPELL is a standard structure.&lt;/P&gt;&lt;P&gt;defined as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables:&lt;/P&gt;&lt;P&gt; spell,                               "digits and numbers in words&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: kundan jha on Sep 11, 2008 8:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 18:48:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441566#M1053725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T18:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441567#M1053726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SPELL is a structure.. you have to identify which field it is &amp;amp; then clear that field .. for ex:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear SPELL-DIG01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 22:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441567#M1053726</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2008-09-11T22:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441568#M1053727</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;The right coding would be like&lt;/P&gt;&lt;P&gt;Clear: spell-dig01(1).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the 403rd character in that structure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 23:08:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441568#M1053727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T23:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441569#M1053728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If i wish to clear the whole structure with offset 403.Then what should i do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:08:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441569#M1053728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T08:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441570#M1053729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear spell.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441570#M1053729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T08:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441571#M1053730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;clear all the fileds in the structure starting with dig01 ie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR:SPELL-DIG01,SPELL-DIG02,SPELL-DIG03,SPELL-DIG04... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441571#M1053730</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2008-09-12T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: OFFSET LENGTH ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441572#M1053731</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;The best solution is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR:&lt;/P&gt;&lt;P&gt;  SPELL-DIG01,&lt;/P&gt;&lt;P&gt;  SPELL-DIG02,&lt;/P&gt;&lt;P&gt;  SPELL-DIG03,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG04,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG05,&lt;/P&gt;&lt;P&gt;  SPELL-DIG06,&lt;/P&gt;&lt;P&gt;  SPELL-DIG07,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG08,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG09,&lt;/P&gt;&lt;P&gt;  SPELL-DIG10,&lt;/P&gt;&lt;P&gt;  SPELL-DIG11,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG12,  &lt;/P&gt;&lt;P&gt;  SPELL-DIG13,&lt;/P&gt;&lt;P&gt;  SPELL-DIG14,&lt;/P&gt;&lt;P&gt;  SPELL-DIG15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 08:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error/m-p/4441572#M1053731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T08:46:08Z</dc:date>
    </item>
  </channel>
</rss>

