<?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 Filter Not Working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774935#M2023293</link>
    <description>&lt;P&gt;I am still getting a dump, but not sure why when  trying to perform a filter.  Can you provide any help on the following.&lt;/P&gt;&lt;P&gt;    The current application program has detected a situation with the&lt;/P&gt;&lt;P&gt;    ASSERT statement that should not occur.&lt;/P&gt;&lt;P&gt;    The reason for this runtime error was one of the following:&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 "abort".&lt;/P&gt;&lt;P&gt;    - A system variant has been used to set the activation mode to "abort"&lt;/P&gt;&lt;P&gt;    globally for all checkpoint groups in this system.&lt;/P&gt;&lt;P&gt;    - The activation mode is set to "abort" at program level.&lt;/P&gt;&lt;P&gt;    - The ASSERT statement is not assigned to any checkpoint groups.&lt;/P&gt;&lt;P&gt;  The following chec&lt;/P&gt;&lt;P&gt;  If the FIELDS addi&lt;/P&gt;&lt;P&gt;  the content of the&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; If the error occurs in one of your own ABAP programs or an SAP program&lt;/P&gt;&lt;P&gt; that you have modified, try to correct the error yourself.&lt;/P&gt;&lt;P&gt; If the error occurs in a non-modfied SAP program, you might be able to&lt;/P&gt;&lt;P&gt; find a solution in the SAP Notes system. If you have access to the SAP&lt;/P&gt;&lt;P&gt; Notes system, check there first using the following keywords:&lt;/P&gt;&lt;P&gt; "ASSERTION_FAILED"&lt;/P&gt;&lt;P&gt; "CL_SALV_BS_FILTER=============CP" bzw. CL_SALV_BS_FILTER=============CM00C&lt;/P&gt;&lt;P&gt; "DO_STRATEGY_DYNAMIC_WHERE"&lt;/P&gt;&lt;P&gt; If you cannot solve the problem yourself, please send the following&lt;/P&gt;&lt;P&gt; information to SAP:&lt;/P&gt;</description>
    <pubDate>Fri, 09 Jun 2023 15:52:16 GMT</pubDate>
    <dc:creator>former_member422932</dc:creator>
    <dc:date>2023-06-09T15:52:16Z</dc:date>
    <item>
      <title>ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774931#M2023289</link>
      <description>&lt;P&gt;When trying to add a filter to an existing layout, the filter disappears. Also, if I try to create a new layout on the field I want to filter on, the program short dumps when trying to save the filter complaining about "ASSERTION FAILED". I am not sure what is wrong. My internal table is the following.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;TYPES: BEGIN OF GS_DELIVERY.&lt;BR /&gt;TYPES: CHECKBOX TYPE C.&lt;BR /&gt;       INCLUDE STRUCTURE ZDP_DELV_INF.&lt;BR /&gt;       TYPES: T_COLOR  TYPE LVC_T_SCOL,&lt;BR /&gt;       ORD_NUM  TYPE VBELN_VA,&lt;BR /&gt;       ORD_TYPE TYPE AUART,&lt;BR /&gt;       QDATU    TYPE LTAP_QDATU,&lt;BR /&gt;       QZEIT    TYPE LTAP_QZEIT.&lt;BR /&gt;TYPES: END OF GS_DELIVERY.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;The filter I am trying to set is on ORD_TYPE. I have two containers to set header and line item data using method SET_TABLE_FOR_FIRST_DISPLAY. I have look at a number of posts, but not sure what I am doing wrong. Can anyone provide some insight as to what I am doing wrong, and how to resolve my issue.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 20:08:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774931#M2023289</guid>
      <dc:creator>former_member422932</dc:creator>
      <dc:date>2023-06-08T20:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774932#M2023290</link>
      <description>&lt;P&gt;You are unfortunately too sparse with information. None of us can see clairvoyantly. Take a look at the short dump description and maybe the error will be clear.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 07:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774932#M2023290</guid>
      <dc:creator>jens_michaelsen</dc:creator>
      <dc:date>2023-06-09T07:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774933#M2023291</link>
      <description>&lt;P&gt;Perform &lt;A href="https://help.sap.com/docs/search?q=The%20Consistency%20Check%20-%20ALV%20Grid%20Control"&gt;The Consistency Check - ALV Grid Control&lt;/A&gt; as something should be wrong with your layout / field catalog, correct reported errors.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 08:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774933#M2023291</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2023-06-09T08:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774934#M2023292</link>
      <description>&lt;P&gt;I appear to have gotten passed my short dump issue.  However, when I try to add the field ORD_TYPE(sales order type) as a filter to an existing layout after saving the layout and overriding the current layout, my field is removed from the filter screen.  I would be happy to send more screen shots, just not sure what I am missing.&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 14:30:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774934#M2023292</guid>
      <dc:creator>former_member422932</dc:creator>
      <dc:date>2023-06-09T14:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774935#M2023293</link>
      <description>&lt;P&gt;I am still getting a dump, but not sure why when  trying to perform a filter.  Can you provide any help on the following.&lt;/P&gt;&lt;P&gt;    The current application program has detected a situation with the&lt;/P&gt;&lt;P&gt;    ASSERT statement that should not occur.&lt;/P&gt;&lt;P&gt;    The reason for this runtime error was one of the following:&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 "abort".&lt;/P&gt;&lt;P&gt;    - A system variant has been used to set the activation mode to "abort"&lt;/P&gt;&lt;P&gt;    globally for all checkpoint groups in this system.&lt;/P&gt;&lt;P&gt;    - The activation mode is set to "abort" at program level.&lt;/P&gt;&lt;P&gt;    - The ASSERT statement is not assigned to any checkpoint groups.&lt;/P&gt;&lt;P&gt;  The following chec&lt;/P&gt;&lt;P&gt;  If the FIELDS addi&lt;/P&gt;&lt;P&gt;  the content of the&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; If the error occurs in one of your own ABAP programs or an SAP program&lt;/P&gt;&lt;P&gt; that you have modified, try to correct the error yourself.&lt;/P&gt;&lt;P&gt; If the error occurs in a non-modfied SAP program, you might be able to&lt;/P&gt;&lt;P&gt; find a solution in the SAP Notes system. If you have access to the SAP&lt;/P&gt;&lt;P&gt; Notes system, check there first using the following keywords:&lt;/P&gt;&lt;P&gt; "ASSERTION_FAILED"&lt;/P&gt;&lt;P&gt; "CL_SALV_BS_FILTER=============CP" bzw. CL_SALV_BS_FILTER=============CM00C&lt;/P&gt;&lt;P&gt; "DO_STRATEGY_DYNAMIC_WHERE"&lt;/P&gt;&lt;P&gt; If you cannot solve the problem yourself, please send the following&lt;/P&gt;&lt;P&gt; information to SAP:&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 15:52:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774935#M2023293</guid>
      <dc:creator>former_member422932</dc:creator>
      <dc:date>2023-06-09T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774936#M2023294</link>
      <description>&lt;P&gt;Please add all this information to your question, not as an answer.&lt;/P&gt;&lt;P&gt;(via Actions &amp;gt; Edit)&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 16:38:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774936#M2023294</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-06-09T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774937#M2023295</link>
      <description>&lt;P&gt;Hello, this &lt;A href="https://answers.sap.com/questions/6858189/filter-not-working-in-alv-grid.html" target="_blank"&gt;thread&lt;/A&gt; recommends using upper case and lower case combination when preparing the fieldcatalog. Also, if you're not using upper case and lower case combination you should pass the filter value with pattern (*) in the selection criteria.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 20:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774937#M2023295</guid>
      <dc:creator>ArvioBjedi</dc:creator>
      <dc:date>2023-06-10T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774938#M2023296</link>
      <description>&lt;P&gt;Could part of my problem we with how the internal table GS_DELIVERY I provided is defined,  ZDP_DELV_INF is a table of data?  I am at a lose as to the problem, because after I run the report I can filter on the column order type(ORD_TYPE) and exclude data, but when I try to save the filtered data as a layout it is dumping on method DO_STRATEGY_DYNAMIC_WHERE.  Here is the code, and when trying to save the layout it hitys the catch statement.&lt;/P&gt;    try.&lt;BR /&gt;        loop at &amp;lt;lt_outtab&amp;gt; transporting no fields where (l_fs_complete).&lt;BR /&gt;          ls_row-row_index = sy-tabix.&lt;BR /&gt;          insert ls_row into table t_filter_index_inside.&lt;BR /&gt;        endloop.&lt;BR /&gt;      catch cx_sy_itab_dyn_loop into lr_x.&lt;BR /&gt;        assert 1 = 2.&lt;BR /&gt;&lt;P&gt;    endtry. &lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 14:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774938#M2023296</guid>
      <dc:creator>former_member422932</dc:creator>
      <dc:date>2023-06-12T14:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774939#M2023297</link>
      <description>&lt;P&gt;You are not answering the questions of experts (Jens, Raymond), other experts are waiting for these answers to help. It's currently impossible to help you based on the information you have posted.&lt;/P&gt;&lt;P&gt;Moreover, the best way to ask a question about programming is to provide the steps to reproduce, including a minimal reproducible example.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jun 2023 06:43:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774939#M2023297</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-06-13T06:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Not Working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774940#M2023298</link>
      <description>&lt;P&gt;I figured out the problem, and it had to deal with the new fields missing the field TBANAME in the field catalog.  Thank you for all of the feedback, sometimes issues require another pair of eyes, or stepping away and then revisiting the issue &lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 13:10:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-not-working/m-p/12774940#M2023298</guid>
      <dc:creator>former_member422932</dc:creator>
      <dc:date>2023-06-14T13:10:38Z</dc:date>
    </item>
  </channel>
</rss>

