<?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 declaration too big for structure (unicode checks) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848129#M359542</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;are the work areas having components..(fields) if yes why dont you assign them individually, check the type(stru) of the two work areas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2007 13:07:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-16T13:07:33Z</dc:date>
    <item>
      <title>Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848128#M359541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone worked with this user exit to Derive values for co/pa? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enhancement COPA0001 &lt;/P&gt;&lt;P&gt;Comp ZXKKEU11 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I set up WA_CE1AWG1 as data: WA_CE1AWG1 like CE1AWG1. &lt;/P&gt;&lt;P&gt;and tried to copy I_COPA_ITEM to this variable &lt;/P&gt;&lt;P&gt;WA_CE1AWG1 = I_COPA_ITEM. &lt;/P&gt;&lt;P&gt;I get a runtime error Offset declaration too big for structure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will I have to change program SAPLXKKE to remove unicode checks. Is there any other way to read in the fields from input structure I_COPA_ITEM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 12:36:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848128#M359541</guid>
      <dc:creator>former_member192125</dc:creator>
      <dc:date>2007-01-16T12:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848129#M359542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;are the work areas having components..(fields) if yes why dont you assign them individually, check the type(stru) of the two work areas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848129#M359542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848130#M359543</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;1.r u sure I_COPA_ITEM is structure or table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. if it is a struccture make sure the WA_CE1AWG1 and  I_COPA_ITEM are with same structures and types..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think I_COPA_ITEM is table type --&amp;gt; to find it open in debugging mode then try to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this thread.. when u r problem is solved&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh Reddy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848130#M359543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848131#M359544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I_COPA_ITEM is table type generated at run time.  The co/pa structure can change.  How can I read in the values stored here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848131#M359544</guid>
      <dc:creator>former_member192125</dc:creator>
      <dc:date>2007-01-16T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848132#M359545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;b&amp;gt;loop at I_COPA_ITEM into work_area(declare this as type I_COPA_ITEM )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;assign field by field to the WA_CE1AWG1.. then do ur code as u reuqired.&lt;/P&gt;&lt;P&gt;endloop.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Close this thread.. when u r problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Naresh Reddy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:54:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848132#M359545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T13:54:04Z</dc:date>
    </item>
    <item>
      <title>Re: Offset declaration too big for structure (unicode checks)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848133#M359546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems that the problem was in the config.  CE1AWG1 is not generating correctly and so does not correspond to I_COPA_ITEM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it should just be possible to declare the structure WA_CE1AWG1 type CE1AWG1.  &lt;/P&gt;&lt;P&gt;and  then put  WA_CE1AWG1  = I_COPA_ITEM &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for for help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 15:35:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/offset-declaration-too-big-for-structure-unicode-checks/m-p/1848133#M359546</guid>
      <dc:creator>former_member192125</dc:creator>
      <dc:date>2007-01-16T15:35:16Z</dc:date>
    </item>
  </channel>
</rss>

