<?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 dump error while executing QA11 as per enclosed error file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393108#M1994937</link>
    <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sasr&lt;/SPAN&gt;,&lt;BR /&gt;Have you tried to use &lt;A href="https://launchpad.support.sap.com/" target="_blank"&gt;SAP Knowledge Base Search&lt;/A&gt;? &lt;/P&gt;&lt;P&gt;I can see there is an SAP note &lt;A href="https://launchpad.support.sap.com/#/notes/2938009" target="_blank"&gt;2938009&lt;/A&gt; that more or less describes the shortdump you pasted here. &lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Bartosz&lt;/P&gt;</description>
    <pubDate>Mon, 10 May 2021 09:16:16 GMT</pubDate>
    <dc:creator>ziolkowskib</dc:creator>
    <dc:date>2021-05-10T09:16:16Z</dc:date>
    <item>
      <title>assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393107#M1994936</link>
      <description>&lt;P&gt;Dear experts,&lt;/P&gt;
  &lt;P&gt;I stuck with this dump for t-code QA11. please provide any solution .&lt;/P&gt;
  &lt;P&gt;assertion_failed dump error while executing QA11 as per enclosed error file&lt;/P&gt;
  &lt;P&gt;Here is the ST-22 dump analysis &lt;/P&gt;
  &lt;P&gt;Information on where terminated The termination occurred in ABAP program "SAPLSDH3", in "F4_GET_RESULT". The main program was "SAPMQEVA". In the source code, the termination point is in line 125 of (Include) program "LSDH3U03". Source Code Extract LineSourceCde 95* gearbeitet werden, um die DB-Wildcards % und _ zu maskieren. 96 PERFORM check_escape_allowed USING x030l_wa CHANGING escape. 97 98 CALL FUNCTION 'F4_CONV_SELOPT_TO_WHERECLAUSE' 99 EXPORTING 100 escape_allowed = escape 101 IMPORTING 102 where_clause = where_clause 103 TABLES 104 selopt_tab = iselopt. 105 106 CREATE DATA result_ref TYPE STANDARD TABLE OF (sel_method). 107 ASSIGN result_ref-&amp;gt;* TO &amp;lt;itab&amp;gt;. 108 109* The following SELECT is done with oracle hint 110* %_HINTS ORACLE '&amp;amp;SUBSTITUTE LITERALS&amp;amp;' due to internal 111* message 1826019/2006 112* changed to '&amp;amp;SUBSTITUTE VALUES&amp;amp;' due to changed kernel behaviour 113* since 720 kernel 04/2012, note 1711474 114* Changed again to '&amp;amp;FIRST_ROWS(n)' to trigger the database optimizer 115* with note 2567844 116 117* security check for dynamic select 118 lv_devclass = 'DUMMY'. 119 insert lv_devclass into table lt_packages. 120 try. 121 sel_method = cl_abap_dyn_prg=&amp;gt;check_table_or_view_name_tab( 122 val = sel_method 123 packages = lt_packages ). 124 catch cx_abap_not_a_table. &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; assert 1 = 2. 126 catch cx_abap_not_in_package. 127* Package check is not relevant here, only the existence of the table 128* needs to be checked. Therefore using 'DUMMY' 129 endtry. 130 131 IF cursor-with_cursor NE space. 132 IF cursor-c IS INITIAL. 133* Nur den Cursor öffnen. Der Fetch wird vom Aufrufer gemacht. 134** Weil dabei die DB-Schnittstelle den UP TO N ROWS nicht mehr 135** mitbekommt, muß der first_rows hint manuell mitgegeben 136** werden. 137 IF cursor-with_cursor EQ 'P'. 138* in this case we need to select without UP TO xx ROWS because the next 139* fetch can not be done if max_select is fullfilled 140 IF sort = space. 141 OPEN CURSOR cursor-c FOR 142 SELECT * FROM (sel_method) 143 WHERE (where_clause) 144 %_HINTS ORACLE '&amp;amp;SUBSTITUTE VALUES&amp;amp;'..&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;
  &lt;P&gt;External&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 06:47:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393107#M1994936</guid>
      <dc:creator>former_member732290</dc:creator>
      <dc:date>2021-05-10T06:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393108#M1994937</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;sasr&lt;/SPAN&gt;,&lt;BR /&gt;Have you tried to use &lt;A href="https://launchpad.support.sap.com/" target="_blank"&gt;SAP Knowledge Base Search&lt;/A&gt;? &lt;/P&gt;&lt;P&gt;I can see there is an SAP note &lt;A href="https://launchpad.support.sap.com/#/notes/2938009" target="_blank"&gt;2938009&lt;/A&gt; that more or less describes the shortdump you pasted here. &lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Bartosz&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 09:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393108#M1994937</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2021-05-10T09:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393109#M1994938</link>
      <description>&lt;P&gt;Dear &lt;SPAN class="mention-scrubbed"&gt;ziolkowskib&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for the reply. But the note 2938009 is applied for s/4 hana and my issue is occured on ECC. Is there any clue apart from that.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;External&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 09:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393109#M1994938</guid>
      <dc:creator>former_member732290</dc:creator>
      <dc:date>2021-05-10T09:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393110#M1994939</link>
      <description>&lt;P&gt;Well, you did not enclose any information about the system &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Did you stumble upon this one?&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.support.sap.com/#/notes/2867802"&gt;2867802 - F4: consider selection methods without TADIR entries&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Bartosz&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 09:36:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393110#M1994939</guid>
      <dc:creator>ziolkowskib</dc:creator>
      <dc:date>2021-05-10T09:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393111#M1994940</link>
      <description>&lt;P&gt;Thank U.&lt;/P&gt;&lt;P&gt;As it's not possible to customize the code solution part because this is a standard program. But I got a clue to import the specified support package. I just started to do that.&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 10:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393111#M1994940</guid>
      <dc:creator>former_member732290</dc:creator>
      <dc:date>2021-05-10T10:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: assertion_failed dump error while executing QA11 as per enclosed error file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393112#M1994941</link>
      <description>&lt;P&gt;It's very easy if you encounter any "assertion_failed" error, it means that the developer thought that this condition can never occur but it did. So it's a programming error, and you have to ask the developer to fix the bug. -&amp;gt; SAP Support if it's standard?&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 11:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assertion-failed-dump-error-while-executing-qa11-as-per-enclosed-error-file/m-p/12393112#M1994941</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-05-10T11:50:25Z</dc:date>
    </item>
  </channel>
</rss>

