<?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 error in alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304519#M791349</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am also getting the same error for excise freight report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u ple.. provide the solution .. How u had solved ur problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2008 12:37:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-28T12:37:19Z</dc:date>
    <item>
      <title>dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304513#M791343</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 a rewport for excise returns. Inmy final internal table all corresponding datas were updated. but while performing the function module 'reuse_alv_grid_display' i'm getting a dump error 	  'GETWA_NOT_ASSIGNED			SAPLSLVC	1  '.....    can anyone give me a solution for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;subbu.,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 06:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304513#M791343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T06:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304514#M791344</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;Have you mentioned the field catalog properly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 06:43:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304514#M791344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T06:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304515#M791345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sir ,&lt;/P&gt;&lt;P&gt;Please have a look below .Hope it is suitable and simpler solution for your question.&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thankx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check your field catalog fields and passing internal table fields. I think a field in the fieldcatalog is not available in passing internal table. and also make sure your field catalog fields are in CAPS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your field catalog please keep&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF TKBLO OCCURS 0.&lt;/P&gt;&lt;P&gt;INCLUDE STRUCTURE ALV_S_FCAT.&lt;/P&gt;&lt;P&gt;END OF TKBLO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE CHECK FUNCTION MODULE FOR EXACT STRUCTURE OF FIELDCATALOG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also please check field FILNR there in output internal you are passing to fun module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dump clearly saying that field cannot be assigned to field symbol&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:50 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 06:46:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304515#M791345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T06:46:01Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304516#M791346</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 u hav declared ur field catalog table(say it_fcat) with header line den&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pass it like dis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reuse_alv..............&lt;/P&gt;&lt;P&gt;it_fieldcat = &lt;STRONG&gt;it_fcat[]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Will.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 06:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304516#M791346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T06:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304517#M791347</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 have not declared your field catalog properly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your work area is not defined and may be you have used it in your function module  &lt;/P&gt;&lt;P&gt;'GETWA_NOT_ASSIGNED SAPLSLVC 1 &lt;/P&gt;&lt;P&gt;check once again your declaration and field catalog....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also see the details why it is giving dump error it shows what is the mistake....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 06:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304517#M791347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T06:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304518#M791348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 04:11:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304518#M791348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T04:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304519#M791349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am also getting the same error for excise freight report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u ple.. provide the solution .. How u had solved ur problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2008 12:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304519#M791349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-28T12:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304520#M791350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     If you are getting the same error what i have got, make sure you have entered correct field name in fiedcatalog, and all the field name should be mentioned inside quotes with capital letters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:51 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 03:37:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304520#M791350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-29T03:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: dump error in alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304521#M791351</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;&lt;/P&gt;&lt;P&gt;I am also getting the same problem but everything is fine...im also getting the output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whenever i click on the export to local file button..im getting this dump!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:43:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-error-in-alv/m-p/3304521#M791351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:43:15Z</dc:date>
    </item>
  </channel>
</rss>

