<?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: ALV grid - ASSERT dump in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296298#M501387</link>
    <description>&lt;P&gt;In my case the dump appeared due to reference data within the global content table not being filled/referenced though fieldcatalog stated the field to be displayed.&lt;/P&gt;&lt;P&gt;E.g. fieldcatalog with field "instance" of type of a class and content table didn't supply any values/references for the related fields.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Jan 2024 17:20:28 GMT</pubDate>
    <dc:creator>MariusRaht</dc:creator>
    <dc:date>2024-01-15T17:20:28Z</dc:date>
    <item>
      <title>ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296293#M501382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got a real tricky one here.  I have a report which displays an ALV grid (using class CL_GUI_ALV_GRID) and a toolbar button which allows the user to aggregate the report based on the sort criteria.  However, when I perform the aggregate it throws an ASSERTION_FAILED short-dump in method TRANSMIT_PACKET of CL_DATAPTABLECACHE.  The oddity is that it only does this in certain cases (seems to depend on the data selected) and also only in the live system and not in Dev or QA!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've trawled the OSS notes and there seem to be a couple relating to this issue.... these OSS notes however, are already applied and so I'm baffled as to what is causing this problem.  Don't even mention debugging as it won't let me... the dump gets thrown immediately on a call to the GET_FRONTEND_FIELDCATALOG method of CL_GUI_ALV_GRID before it even gets chance to execute the code of the method!&lt;IMG src="https://community.sap.com/??" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI - the OSS notes were 1053399, 829505 and 798347.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope someone can help cos this is driving me mad!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 14:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296293#M501382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T14:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296294#M501383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to let everyone know.  I managed to solve this by shifting the call to the get fieldcatalog function to somewhere earlier in the code.  It seems to do the trick but I have no idea why?!?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 15:22:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296294#M501383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T15:22:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296295#M501384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also facing exactly the same issue in Production ( In Development and Quality, it is fine).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide me the details what you had done exactly to rectify it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamsee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 09:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296295#M501384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T09:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296296#M501385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am able to rectify the issue. There is no technical reason to behave like this. I have gone through documentation and very rarely with huge amount of data these kind of issues arise and so it is not so consistent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any body faces the same issue, then just instead of passing the final internal table, declare one more internal table and transfer the data from old to new and pass the new to the Function Module and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vamsee Kundurthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 May 2010 08:24:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296296#M501385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-19T08:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296297#M501386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;the problem occurs when you use the same table for more&lt;/P&gt;&lt;P&gt;set_table_for_first_display, reallocating the content before each run.&lt;/P&gt;&lt;P&gt;To resolve this you must use a different table for each set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rocco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 13:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296297#M501386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T13:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV grid - ASSERT dump</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296298#M501387</link>
      <description>&lt;P&gt;In my case the dump appeared due to reference data within the global content table not being filled/referenced though fieldcatalog stated the field to be displayed.&lt;/P&gt;&lt;P&gt;E.g. fieldcatalog with field "instance" of type of a class and content table didn't supply any values/references for the related fields.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2024 17:20:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-grid-assert-dump/m-p/2296298#M501387</guid>
      <dc:creator>MariusRaht</dc:creator>
      <dc:date>2024-01-15T17:20:28Z</dc:date>
    </item>
  </channel>
</rss>

