<?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 ECC6 upgrade issues in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801323#M914207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are updated to the ECC6 system. There are issues coming while executing some of the programs. One of the issue is with the LFA1 table structure. Previously in 4.7, this statement used in the program &lt;STRONG&gt;w_lfa1+3(1429)&lt;/STRONG&gt; transferring this value to some variable. Now in ECC6, it is giving the syntax error message, saying that, SUM OF OFFSET AND LENGTH (=1432) EXCEEDING THE LENGTH OF THE START (=1232) OF THE STRUCTURE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 May 2008 10:05:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-15T10:05:31Z</dc:date>
    <item>
      <title>ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801323#M914207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are updated to the ECC6 system. There are issues coming while executing some of the programs. One of the issue is with the LFA1 table structure. Previously in 4.7, this statement used in the program &lt;STRONG&gt;w_lfa1+3(1429)&lt;/STRONG&gt; transferring this value to some variable. Now in ECC6, it is giving the syntax error message, saying that, SUM OF OFFSET AND LENGTH (=1432) EXCEEDING THE LENGTH OF THE START (=1232) OF THE STRUCTURE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 10:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801323#M914207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T10:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801324#M914208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is because in EE6 version &lt;/P&gt;&lt;P&gt; for LFA1 table the maximum size is 1232&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if w_lfa1 exceed the maximum limit it will raise error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so change it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_lfa2 = w_lfa1+3(1229).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1229+ 3 = 1232.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 10:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801324#M914208</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-05-15T10:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801325#M914209</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;Structure of WA_LFA1 ? Is it a single field or structure of LFA1 ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 10:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801325#M914209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T10:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801326#M914210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joffy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I checked in the LFA1 table, the structure is having the length greater than 1500. The length of the structure has been increased in the ECC6 than that of 4.7. Still it not allowing me to use it over 1232. Any clues!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh Khumse&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 10:55:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801326#M914210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T10:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801327#M914211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its a structure of LFA1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ganesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 11:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801327#M914211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T11:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: ECC6 upgrade issues</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801328#M914212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe your system is Unicode enabled ? This is a typical unicode error we come across. The reason for this error is you are trying to use offset to access a non character type field(C,N,D,T), usually an amount type or quantity type field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can resolve this by checking in the debug mode ( In the old system) what are the values that are getting filled up  in your target structure, and therefore write the code to move them individually field by field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naren &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2008 13:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ecc6-upgrade-issues/m-p/3801328#M914212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-15T13:48:31Z</dc:date>
    </item>
  </channel>
</rss>

