<?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 a Unicode system in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868934#M1138341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;it will definitely work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIFT int_usr02+52 LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;sol:&lt;/P&gt;&lt;P&gt;SHIFT int_usr02-FieldName+52(specify length here) LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;SHIFT Field+offset(len) LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarda,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Nov 2008 12:36:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-19T12:36:22Z</dc:date>
    <item>
      <title>Offset length error in a Unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868933#M1138340</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 a offset error as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The offset declaration "52" exceeds the length of the character-type start (=15) of the structure. This is not allowed in Unicode programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax in 4.6c system is: SHIFT int_usr02+52 LEFT BY 4 PLACES.&lt;/P&gt;&lt;P&gt;But in ECC am getting a syntax error as described above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int_usr02 is defined as: data: int_usr02 LIKE usr02 OCCURS 0 WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;And usr02 is transp.table.&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;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Indu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 09:57:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868933#M1138340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Offset length error in a Unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868934#M1138341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Indumati,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;it will definitely work &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIFT int_usr02+52 LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;sol:&lt;/P&gt;&lt;P&gt;SHIFT int_usr02-FieldName+52(specify length here) LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;syntax:&lt;/P&gt;&lt;P&gt;SHIFT Field+offset(len) LEFT BY 4 PLACES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarda,&lt;/P&gt;&lt;P&gt;Chinna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868934#M1138341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Offset length error in a Unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868935#M1138342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As said by you that USR02 is a Transparent table (I too know that &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt; ), you need to specify the field name while you are using the offset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868935#M1138342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Offset length error in a Unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868936#M1138343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add the below code &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FIELD-SYMBOLS : &amp;lt;FS_USR01&amp;gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DATA : L_LEN TYPE I,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;       &lt;STRONG&gt;L_LIN TYPE I.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASSIGN INT_USR02 TO &amp;lt;FS_USR01&amp;gt; CASTING TYPE C.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DESCRIBE FIELD &amp;lt;FS_USR01&amp;gt; LENGTH L_LIN IN CHARACTER MODE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;L_LEN = L_LIN - 52.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SHIFT &amp;lt;FS_USR01&amp;gt;+52(L_LEN) LEFT BY 4 PLACES.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2008 12:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868936#M1138343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-19T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Offset length error in a Unicode system</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868937#M1138344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sreekanth,&lt;/P&gt;&lt;P&gt;Thanks a lot for the immediate and helpful answer.The code solved my problem.Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Indu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2008 03:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-length-error-in-a-unicode-system/m-p/4868937#M1138344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-20T03:52:52Z</dc:date>
    </item>
  </channel>
</rss>

