<?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: Quantity Feild _Short Dump_While Export_to Excel in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481660#M1556353</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving your time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Dec 2010 12:41:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-01T12:41:28Z</dc:date>
    <item>
      <title>Quantity Feild _Short Dump_While Export_to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481657#M1556350</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;I got a problem want to share with you  .&lt;/P&gt;&lt;P&gt;We have a Custom Y-table which have 11 fields including the below mentioned 5 fields &lt;/P&gt;&lt;P&gt;Feild                               date element        Refrence tab   reference Feild&lt;/P&gt;&lt;P&gt;ON_DATE                       MENGE_D             LIPS                  VRKME&lt;/P&gt;&lt;P&gt;DAILY_AVERAGE          MENGE_D             LIPS                  VRKME&lt;/P&gt;&lt;P&gt;MONTH_TO_DATE          MENGE_D             LIPS                  VRKME&lt;/P&gt;&lt;P&gt;PROJECTED_MONTH      MENGE_D             LIPS                   VRKME&lt;/P&gt;&lt;P&gt;This table gets populated with data from a custom Y-program  .&lt;/P&gt;&lt;P&gt;Upto this it is fine .user wants to export the data in microsoft excel from se16 .if they choose option (1) Local file-&amp;gt;spread sheet-&amp;gt;download it is donloaded fine , no issue but if they choose (2)spreadsheet -&amp;gt;Excel(in MHTML format) then short dump is coming&lt;/P&gt;&lt;P&gt;"GETWA_NOT_ASSIGNED" " "&lt;/P&gt;&lt;P&gt;"CL_SALV_BS_TT_RESULT_TABLE====CP" or "CL_SALV_BS_TT_RESULT_TABLE====CM00L"&lt;/P&gt;&lt;P&gt;"GET_CELL_VALUE"&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 32781).&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;When I started analysing the dump I choosed to download the table contents witout these 5 fields and it downloaded &lt;/P&gt;&lt;P&gt;sucessfully . I changed the reference feild as 'MEINS' and inserted a new field 'MEINS' in table as there was no unit field in table . Now it is working and downloading sucessfully . But appneding  a new field can affect some programs . So I want to solve it without insert/ delete any feild.&lt;/P&gt;&lt;P&gt;I am expecting Expert's Comment and helpful advice  .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 12:09:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481657#M1556350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T12:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Feild _Short Dump_While Export_to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481658#M1556351</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;If there are any Currency and Quantity fields in the table then there should be fields for currency key and unit of measure respectively.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you download the table entries to excel the standard report is looking for unit of measure field for quantity field in your case, it seems your table dont have unit of measure field and the field is not assigned to field symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each quantity field is assigned a field containing a unit of measure in your case you have to change your table design...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 12:33:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481658#M1556351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T12:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Feild _Short Dump_While Export_to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481659#M1556352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I guessed that and inserted a new unit field(MEINS) . Acoordingly Now it is working succesfully . I only scared of one point and  that is where ever this table is used , I have to change or modify there .&lt;/P&gt;&lt;P&gt;So I just wanted to know any other way to sort out this problem . But it seems no other way .&lt;/P&gt;&lt;P&gt;Thanks again .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 12:39:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481659#M1556352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T12:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Feild _Short Dump_While Export_to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481660#M1556353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for giving your time .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Dec 2010 12:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481660#M1556353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-01T12:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Quantity Feild _Short Dump_While Export_to Excel</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481661#M1556354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was assigned to check/investigate the same error but this was using a standard transaction code MRBR.  Upon using Export function to Spreadsheet, Runtime Error GETWA_NOT_ASSIGNED encountered.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw and applied this OSS Note 1275534 - WD ABAP ALV Short dump when exporting to Excel.  Reading though the note, solution can be delivered via support package under SAP_BASIS but since in our case, it is not yet updated, I have tried implementing it.  Though it took sometime to download and implement the note via SNOTE, waiting paid off. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The said runtime error was resolved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post this in here, just for reference in case some might encounter the same error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 05:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quantity-feild-short-dump-while-export-to-excel/m-p/7481661#M1556354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-01T05:50:35Z</dc:date>
    </item>
  </channel>
</rss>

