<?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: Runtime Errors         GETWA_NOT_ASSIGNED_RANGE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-getwa-not-assigned-range/m-p/8832208#M1683318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this note &lt;A href="https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256"&gt;https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256&lt;/A&gt;&lt;A href="https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256"&gt; &lt;/A&gt; for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Jun 2012 06:53:34 GMT</pubDate>
    <dc:creator>kumud</dc:creator>
    <dc:date>2012-06-08T06:53:34Z</dc:date>
    <item>
      <title>Runtime Errors         GETWA_NOT_ASSIGNED_RANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-getwa-not-assigned-range/m-p/8832207#M1683317</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;I am receiving a runtime error while saving VF01 as 'getwa_not_assigned_range'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Short text&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field symbol is not assigned.&lt;/STRONG&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;STRONG&gt;What happened?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error in the ABAP Application Program&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The current ABAP program "SAPLKEDR" had to be terminated because&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; come across a statement that unfortunately cannot be executed.&lt;/STRONG&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;STRONG&gt;Error analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; A field symbol that was not assigned was accessed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; (data segment no. 30).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; The field symbol is no longer assigned because there was an attem&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; makde previously in a Unicode program to set the field symbol usi&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSIGN with offset and/or length specification. Here, the memory&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; addressed by the offset/length specification was not within the&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; allowed area.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me explained what i actually did before this error came into notice.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we were working on product hierarchy.There is one table named PRODHS in which there were three fields &lt;/P&gt;&lt;P&gt;1) prodh1 with length 5&lt;/P&gt;&lt;P&gt;2) prodh2 with length 5&lt;/P&gt;&lt;P&gt;3) prodh3 with length 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made changes and added 3 more columns as per requirement and changed length as well on domain level as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) prodh1 with length 2&lt;/P&gt;&lt;P&gt;2) prodh2 with length 2&lt;/P&gt;&lt;P&gt;3) prodh3 with length 4&lt;/P&gt;&lt;P&gt;4) prodh4 with length 4&lt;/P&gt;&lt;P&gt;5) prodh5 with length 4&lt;/P&gt;&lt;P&gt;6) prodh6 with length 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Further i updated data element &lt;/P&gt;&lt;P&gt;RKEG_PAPH1 with length 5 &lt;/P&gt;&lt;P&gt;RKEG_PAPH2 with length 10&lt;/P&gt;&lt;P&gt;RKEG_PAPH3 with length&amp;nbsp; 18&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to&lt;/P&gt;&lt;P&gt;RKEG_PAPH1 with length 2 &lt;/P&gt;&lt;P&gt;RKEG_PAPH2 with length 4&lt;/P&gt;&lt;P&gt;RKEG_PAPH3 with length&amp;nbsp; 8 and activated all the tables linked to these data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we are noticing problem while saving VF03 related to PAPH3 and table CE0CPLG. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am not able to find out what kind of error it is..What changes i need to be done to overcome this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raman Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 05:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-getwa-not-assigned-range/m-p/8832207#M1683317</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-06-08T05:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Errors         GETWA_NOT_ASSIGNED_RANGE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-getwa-not-assigned-range/m-p/8832208#M1683318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this note &lt;A href="https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256"&gt;https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256&lt;/A&gt;&lt;A href="https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=553256"&gt; &lt;/A&gt; for you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Kumud&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Jun 2012 06:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-errors-getwa-not-assigned-range/m-p/8832208#M1683318</guid>
      <dc:creator>kumud</dc:creator>
      <dc:date>2012-06-08T06:53:34Z</dc:date>
    </item>
  </channel>
</rss>

