<?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: Dump while saving ALV output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267399#M1529673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my report there are three amount field are being displayed. Is there anything separate i need to include in field catalog for these fields. Becasue I tried with fcat-inttype = 'P' for thse amount fields I am still getting the dump. But now the dump has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         GETWA_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field symbol has not yet been assigned.&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 116).&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Sep 2010 10:07:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-29T10:07:05Z</dc:date>
    <item>
      <title>Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267392#M1529666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have developed an ALV report by OOPS method. After displaying the report when I want save as local file, it dumps. Anyone received this type of dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump decription:&lt;/P&gt;&lt;P&gt; The current statement requires a character-type data object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    At the statment&lt;/P&gt;&lt;P&gt;         "STRLEN( obj )..."&lt;/P&gt;&lt;P&gt;    , only character-type data objects are supported at the argument&lt;/P&gt;&lt;P&gt;    position "obj".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    In this particular case, the operand "obj" has the non-charcter-type type&lt;/P&gt;&lt;P&gt;    "P".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:05:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267392#M1529666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T08:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267393#M1529667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, have you written your own code to save data into a local file. If yes, then In your code, have you anywhere used STRLEN statement. If yes, then please check that the variable passed in the STRLEN statement should be of a character/string type and not of any other type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:16:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267393#M1529667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T08:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267394#M1529668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have not written any custom code for file saving. I want this to be done by standard method.&lt;/P&gt;&lt;P&gt;In the application toolbar there any many option comes for ALV automaticaally like ascending, descending etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267394#M1529668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T08:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267395#M1529669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeetu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probably this might be one reason,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check your final itab which you are passing to ALV function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure all the field names are correct , bcoz some time O may be typed as zero and vice versa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so ensure every field name is correct while declaring them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aby&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 08:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267395#M1529669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T08:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267396#M1529670</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;Make sure the fields which are there in your final internal table are passed correctly to the fieldcatalog..Please cross check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 09:04:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267396#M1529670</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-09-29T09:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267397#M1529671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I checked as per suggestion.  But still the issue not reolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 09:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267397#M1529671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267398#M1529672</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;Check this link ..Might be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1689466"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 09:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267398#M1529672</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-09-29T09:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267399#M1529673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my report there are three amount field are being displayed. Is there anything separate i need to include in field catalog for these fields. Becasue I tried with fcat-inttype = 'P' for thse amount fields I am still getting the dump. But now the dump has been changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         GETWA_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field symbol has not yet been assigned.&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 116).&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 10:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267399#M1529673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T10:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267400#M1529674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Dump issue was resolved becasue I supplied inttype = 'P' for all the amount field.&lt;/P&gt;&lt;P&gt;But now I have different dump. I have alltogether 25 fields to be displayed. &lt;/P&gt;&lt;P&gt;If I do not include the 25 field then I do not get dump but the momnet I include 25th field I am getting the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR lwa_fcat.&lt;/P&gt;&lt;P&gt;  lwa_fcat-col_pos = 25.&lt;/P&gt;&lt;P&gt;  lwa_fcat-fieldname = 'MWSKE'.&lt;/P&gt;&lt;P&gt;  lwa_fcat-coltext = 'Tax Code'.&lt;/P&gt;&lt;P&gt;  lwa_fcat-ref_table = 'GI_OUTPUT'.&lt;/P&gt;&lt;P&gt;  APPEND lwa_fcat TO p_lit_fcat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is quite strange. any thought?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeetu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 11:04:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267400#M1529674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-29T11:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while saving ALV output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267401#M1529675</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;I think you are not passing tabname in the field catalog..Please try this and see.assuming GI_OUTPUT is your final internal table you are using for ALV display. also make sure this field is there in your final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

CLEAR lwa_fcat.
lwa_fcat-col_pos = 25.
lwa_fact-tabname = 'GI_OUTPUT'
lwa_fcat-fieldname = 'MWSKE'.
lwa_fcat-coltext = 'Tax Code'.
APPEND lwa_fcat TO p_lit_fcat.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Sep 2010 11:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-saving-alv-output/m-p/7267401#M1529675</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2010-09-29T11:15:11Z</dc:date>
    </item>
  </channel>
</rss>

