<?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: GETWA_NOT_ASSIGNED Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324542#M166541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(W_PROG3) never is initial it has "(SAPLRWCL)T_ACCIT[]" and the problem in that THIS variable T_ACCIT[] doesn´t exists in some execution of the user exit, al this is for he user exit EXIT_SAPLKEDRCOPA_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 May 2006 17:09:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-31T17:09:16Z</dc:date>
    <item>
      <title>GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324539#M166538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an user exit and i got the error GETWA_NOT_ASSIGNED the user exit is for Purchase Orders and in the code i have copied some standard that manage some data for each position. The user exit is executed many times per position, in some execution the assignment execute &lt;/P&gt;&lt;P&gt;ASSIGN (W_PROG3) TO &amp;lt;FS_T3&amp;gt;. &lt;/P&gt;&lt;P&gt;and the variable in W_PROG3 doesn't exists and there's a dump..... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What i can do in that case......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 16:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324539#M166538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T16:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324540#M166539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi before you assign to field symbol &amp;lt;fs_t3&amp;gt;&lt;/P&gt;&lt;P&gt;check w_prog3 is not initial.&lt;/P&gt;&lt;P&gt;if w_prog3 is not inital then assign to field symbol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 16:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324540#M166539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T16:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324541#M166540</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;Basically, it means the field symbol assignment couldn't be done. Need to look at your code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is tring to dynamically assign a variable, which is inside another variable (W_PROG3) to the field-symbol &amp;lt;FS_T3&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also, as you said, check the varible W_PROG3, create it if missing and also check what variables/table fields are being paased to the varible W_PROG3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:04:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324541#M166540</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324542#M166541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(W_PROG3) never is initial it has "(SAPLRWCL)T_ACCIT[]" and the problem in that THIS variable T_ACCIT[] doesn´t exists in some execution of the user exit, al this is for he user exit EXIT_SAPLKEDRCOPA_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324542#M166541</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324543#M166542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Oscar..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls verify that the W_Prog3 is getting populated correctly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also after the assign statement...check the sy-subrc value and make sure it is 0.....if it is not zero then the assign was unsuccessful and if you try to operate on the field sysmbol...you will get a short-dump...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Renjith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:10:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324543#M166542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324544#M166543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since you are assigning the reference and if the reference is null its dumping.  Check for the value that (W_PROG3) refers to and if its not initial process your logic, if not do the exception handling or skip the logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lets say:&lt;/P&gt;&lt;P&gt;DATA: field(30) VALUE '(SAPLV56U)I_XVTTK[]'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASSIGN (field) TO &amp;lt;fs1&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc eq 0.&lt;/P&gt;&lt;P&gt;  Normal program flow.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;  Exception Handling/Exit Logic&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Sunil Achyut&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324544#M166543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: GETWA_NOT_ASSIGNED Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324545#M166544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Variable W_PROG3 is text variable like your suggestion and tha code gives me a dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Oscar Diaz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2006 17:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getwa-not-assigned-error/m-p/1324545#M166544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-31T17:26:29Z</dc:date>
    </item>
  </channel>
</rss>

