<?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: Unicode - Offset in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339777#M172069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Suresh,&lt;/P&gt;&lt;P&gt;      we are upgrading from 4.6c to ECC 5.0, here&lt;/P&gt;&lt;P&gt;SET PARAMETER ID : 'BES' FIELD ztemp+72(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above line gives error in UCCHECK as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE Offset declaration "72" exceeds the length of the character-type start (=35) of the structure. This is not allowed in Unicode programs.&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rajesh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jun 2006 12:21:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-06T12:21:41Z</dc:date>
    <item>
      <title>Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339768#M172060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   SET PARAMETER ID : 'BES' FIELD ztemp+72(10).&lt;/P&gt;&lt;P&gt;The above line gives Unicode error.&lt;/P&gt;&lt;P&gt;The structure of is'ZTEMP' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF i_receipts OCCURS 0,&lt;/P&gt;&lt;P&gt;       belnr LIKE rbkp-belnr,&lt;/P&gt;&lt;P&gt;       gjahr LIKE rbkp-gjahr,&lt;/P&gt;&lt;P&gt;       buzei LIKE rseg-buzei,&lt;/P&gt;&lt;P&gt;       ebeln LIKE rseg-ebeln,&lt;/P&gt;&lt;P&gt;       ebelp LIKE rseg-ebelp,&lt;/P&gt;&lt;P&gt;       wrbtr LIKE rseg-wrbtr,&lt;/P&gt;&lt;P&gt;       bukrs LIKE rbkp-bukrs,&lt;/P&gt;&lt;P&gt;       werks LIKE rseg-werks,&lt;/P&gt;&lt;P&gt;       matnr LIKE rseg-matnr,&lt;/P&gt;&lt;P&gt;       menge LIKE rseg-menge,&lt;/P&gt;&lt;P&gt;       vbeln LIKE ekkn-vbeln,&lt;/P&gt;&lt;P&gt;       vbelp LIKE ekkn-vbelp,&lt;/P&gt;&lt;P&gt;      END OF i_receipts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ztemp LIKE i_receipts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide me on this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339768#M172060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339769#M172061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give it as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID : 'BES' FIELD ztemp-ebeln+72(10).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 11:54:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339769#M172061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T11:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339770#M172062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its giving error as&lt;/P&gt;&lt;P&gt;Offset specification "+72" is greater than or equal to field length ("10").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339770#M172062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339771#M172063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think ztemp-ebeln&lt;/P&gt;&lt;P&gt;fiels  is not  have  lenght &amp;gt; 72.&lt;/P&gt;&lt;P&gt;can  u  specify  the reason  of  using  this.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339771#M172063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339772#M172064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the PO number to a variable &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;g_ebeln&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;then give as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SET PARAMETER ID : 'BES' FIELD g_ebeln.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know still there is problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt; Thomas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339772#M172064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339773#M172065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BES' FIELD ztemp-ebeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339773#M172065</guid>
      <dc:creator>Peter_Inotai</dc:creator>
      <dc:date>2006-06-06T12:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339774#M172066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why not use SET PARAMETER ID : 'BES' FIELD  ztemp-ebeln?&lt;/P&gt;&lt;P&gt;What is the need for OFFSET here? ebeln is of type C length 10 &amp;amp; the rror is not unicode related..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339774#M172066</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-06T12:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339775#M172067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u explain more.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339775#M172067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339776#M172068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you declare DATA: ztemp LIKE i_receipts, ZTEMP is a field string of the structure i_receipts. SO there is no need for offsets.. You can refer to ztemp-ebeln directly.hope this is clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339776#M172068</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-06T12:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339777#M172069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Suresh,&lt;/P&gt;&lt;P&gt;      we are upgrading from 4.6c to ECC 5.0, here&lt;/P&gt;&lt;P&gt;SET PARAMETER ID : 'BES' FIELD ztemp+72(10).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above line gives error in UCCHECK as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THE Offset declaration "72" exceeds the length of the character-type start (=35) of the structure. This is not allowed in Unicode programs.&lt;/P&gt;&lt;P&gt;Please guide me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rajesh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:21:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339777#M172069</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unicode - Offset</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339778#M172070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Suresh, just now I got your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Rajesh P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jun 2006 12:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unicode-offset/m-p/1339778#M172070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-06T12:23:25Z</dc:date>
    </item>
  </channel>
</rss>

