<?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: ASSERTION_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347678#M1639755</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 am using OOPs alv method set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF g_cust_cont101 IS INITIAL.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT g_cust_cont101&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        container_name = 'ALV101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT alv101&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_parent = g_cust_cont101.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD alv101-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     is_variant      = gs_variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      is_layout       = gs_layout&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      it_outtab       = gt_zdms_queue&lt;/P&gt;&lt;P&gt;      it_fieldcatalog = gt_fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 12:37:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-11T12:37:56Z</dc:date>
    <item>
      <title>ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347674#M1639751</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 am getting ASSERTION_FAILED dump during ALV display. Following is the dump details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    The ASSERT condition was violated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    In the running application program, the ASSERT statement recognized a&lt;/P&gt;&lt;P&gt;    situation that should not have occurred.&lt;/P&gt;&lt;P&gt;    The runtime error was triggered for one of these reasons:&lt;/P&gt;&lt;P&gt;    - For the checkpoint group specified with the ASSERT statement, the&lt;/P&gt;&lt;P&gt;      activation mode is set to "abort".&lt;/P&gt;&lt;P&gt;    - Via a system variant, the activation mode is globally set to "abort"&lt;/P&gt;&lt;P&gt;      for checkpoint groups in this system.&lt;/P&gt;&lt;P&gt;    - The activation mode is set to "abort" on program level.&lt;/P&gt;&lt;P&gt;    - The ASSERT statement is not assigned to any checkpoint group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The following checkpoint group was used: "No checkpoint group specified"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If in the ASSERT statement the addition FIELDS was used, you can find&lt;/P&gt;&lt;P&gt;    the content of the first 8 specified fields in the following overview:&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;    " (not used) "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;    Probably the only way to eliminate the error is to correct the program.&lt;/P&gt;&lt;P&gt;    -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If the error occures in a non-modified SAP program, you may be able to&lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.&lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following&lt;/P&gt;&lt;P&gt;    keywords:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    "ASSERTION_FAILED" " "&lt;/P&gt;&lt;P&gt;    "CL_DATAPTABLECACHE============CP" or "CL_DATAPTABLECACHE============CM00P"&lt;/P&gt;&lt;P&gt;    "TRANSMIT_PACKET"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to solve this issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could some please let me know the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Alok Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 10:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347674#M1639751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T10:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347675#M1639752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it a Z program or a SAP program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 11:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347675#M1639752</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-11-11T11:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347676#M1639753</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;Yes its a Z program on which I am trying. I am also getting same dump on other program when I scroll the ALV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 11:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347676#M1639753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T11:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347677#M1639754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of ALV is it? ALV Grid Control, old style ALV, SALV, ALV for webdynpro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 12:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347677#M1639754</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-11-11T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347678#M1639755</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 am using OOPs alv method set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following is the code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF g_cust_cont101 IS INITIAL.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT g_cust_cont101&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        container_name = 'ALV101'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT alv101&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        i_parent = g_cust_cont101.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD alv101-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     is_variant      = gs_variant&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;      is_layout       = gs_layout&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      it_outtab       = gt_zdms_queue&lt;/P&gt;&lt;P&gt;      it_fieldcatalog = gt_fieldcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 12:37:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347678#M1639755</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T12:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347679#M1639756</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 believe it might be the Fieldcatalog issue. Check your field catalog whether col_pos and field names  are correctly entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 13:05:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347679#M1639756</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-11-11T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347680#M1639757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have already checked them ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 13:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347680#M1639757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-11T13:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: ASSERTION_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347681#M1639758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post the fragment of the dump that has the source code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 17:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed/m-p/8347681#M1639758</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-11-11T17:13:30Z</dc:date>
    </item>
  </channel>
</rss>

