<?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: upgrade issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556898#M1075723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash, &lt;/P&gt;&lt;P&gt; This might because the structure used here might have been changed or enhanced,try to debug the code and check whether all the fields are there with the same name or no.&lt;/P&gt;&lt;P&gt;Check transaction SPDD where you will find this structure used in program here,which is used before upgrading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudharshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2008 07:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-29T07:46:45Z</dc:date>
    <item>
      <title>upgrade issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556897#M1075722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;      iam getting a dump when executing an alv report it's upgrade from 4.7 to  ecc 6.0&lt;/P&gt;&lt;P&gt;it's working well in 4.6 c version &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the dump analysis is as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    You attempted to access an unassigned field symbol&lt;/P&gt;&lt;P&gt;    (data segment 100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    This error may occur if&lt;/P&gt;&lt;P&gt;    - You address a typed field symbol before it has been set with&lt;/P&gt;&lt;P&gt;      ASSIGN&lt;/P&gt;&lt;P&gt;    - You address a field symbol that pointed to the line of an&lt;/P&gt;&lt;P&gt;      internal table that was deleted&lt;/P&gt;&lt;P&gt;    - You address a field symbol that was previously reset using&lt;/P&gt;&lt;P&gt;      UNASSIGN or that pointed to a local field that no&lt;/P&gt;&lt;P&gt;      longer exists&lt;/P&gt;&lt;P&gt;    - You address a global function interface, although the&lt;/P&gt;&lt;P&gt;      respective function module is not active - that is, is&lt;/P&gt;&lt;P&gt;      not in the list of active calls. The list of active calls&lt;/P&gt;&lt;P&gt;      can be taken from this short dump.&lt;/P&gt;&lt;P&gt;2830       else.&lt;/P&gt;&lt;P&gt;2831         assign &amp;lt;fs05&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2832         gs_fc = gs_sfc05.&lt;/P&gt;&lt;P&gt;2833       endif.&lt;/P&gt;&lt;P&gt;2834     when 006.&lt;/P&gt;&lt;P&gt;2835       if gs_out_flags-slave ne 'X'.&lt;/P&gt;&lt;P&gt;2836         assign &amp;lt;fm06&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2837         gs_fc = gs_mfc06.&lt;/P&gt;&lt;P&gt;2838       else.&lt;/P&gt;&lt;P&gt;2839         assign &amp;lt;fs06&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2840         gs_fc = gs_sfc06.&lt;/P&gt;&lt;P&gt;2841       endif.&lt;/P&gt;&lt;P&gt;2842     when 007.&lt;/P&gt;&lt;P&gt;2843       if gs_out_flags-slave ne 'X'.&lt;/P&gt;&lt;P&gt;2844         assign &amp;lt;fm07&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2845         gs_fc = gs_mfc07.&lt;/P&gt;&lt;P&gt;2846       else.&lt;/P&gt;&lt;P&gt;2847         assign &amp;lt;fs07&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2848         gs_fc = gs_sfc07.&lt;/P&gt;&lt;P&gt;2849       endif.&lt;/P&gt;&lt;P&gt;2850     when 008.&lt;/P&gt;&lt;P&gt;2851       if gs_out_flags-slave ne 'X'.&lt;/P&gt;&lt;P&gt;2852         assign &amp;lt;fm08&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2853         gs_fc = gs_mfc08.&lt;/P&gt;&lt;P&gt;2854       else.&lt;/P&gt;&lt;P&gt;2855         assign &amp;lt;fs08&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2856         gs_fc = gs_sfc08.&lt;/P&gt;&lt;P&gt;2857       endif.&lt;/P&gt;&lt;P&gt;2858     when 009.&lt;/P&gt;&lt;P&gt;2859       if gs_out_flags-slave ne 'X'.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;         assign &amp;lt;fm09&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2861         gs_fc = gs_mfc09.&lt;/P&gt;&lt;P&gt;2862       else.&lt;/P&gt;&lt;P&gt;2863         assign &amp;lt;fs09&amp;gt; to &amp;lt;field&amp;gt;.&lt;/P&gt;&lt;P&gt;2864         gs_fc = gs_sfc09.&lt;/P&gt;&lt;P&gt;2865       endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556897#M1075722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556898#M1075723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash, &lt;/P&gt;&lt;P&gt; This might because the structure used here might have been changed or enhanced,try to debug the code and check whether all the fields are there with the same name or no.&lt;/P&gt;&lt;P&gt;Check transaction SPDD where you will find this structure used in program here,which is used before upgrading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sudharshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556898#M1075723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: upgrade issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556899#M1075724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thnaks for your reply   a  new field is added c_name2  commenting the old field&lt;/P&gt;&lt;P&gt;name2   but the same thing is done in 4.6 c also there it is not going dump.and also how to use spdd please guide&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF st_output,&lt;/P&gt;&lt;P&gt;        kunnr   LIKE kna1-kunnr,              "Customer Number&lt;/P&gt;&lt;P&gt;        bukrs   LIKE knb1-bukrs,              "Company Code&lt;/P&gt;&lt;P&gt;        name1   LIKE kna1-name1,              "Customer Name&lt;/P&gt;&lt;P&gt;        name2   LIKE kna1-name2,              "Customer Name 2&lt;/P&gt;&lt;P&gt;        stras   LIKE kna1-stras,              "Street&lt;/P&gt;&lt;P&gt;        ort01   LIKE kna1-ort01,              "City&lt;/P&gt;&lt;P&gt;        regio   LIKE kna1-regio,              "State&lt;/P&gt;&lt;P&gt;        pstlz   LIKE kna1-pstlz,              "Postcode&lt;/P&gt;&lt;P&gt;        namev   LIKE knvk-namev,              "Contact's First Name&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;R3DK906182 - start rename the contact to use customer name 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;       name2   LIKE knvk-name1,              "Contact's Surname&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        cname2   LIKE knvk-name1,              "Contact's Surname&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;R3DK906182 - end&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        telf1   LIKE sza5_d0700-tel_number,   "Telephone No.&lt;/P&gt;&lt;P&gt;        extn1   LIKE sza5_d0700-tel_extens,   "Fax No.&lt;/P&gt;&lt;P&gt;        current LIKE bseg-dmbtr,              "Currently Overdue&lt;/P&gt;&lt;P&gt;        30days  LIKE bseg-dmbtr,              "30 Days Overdue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/upgrade-issue/m-p/4556899#M1075724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-29T07:52:27Z</dc:date>
    </item>
  </channel>
</rss>

