<?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 Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867042#M2030972</link>
    <description>&lt;P&gt;Agree with term "death trio" : lol&lt;/P&gt;&lt;P&gt;Suggest looking into using standard tables with defined non unique secondary keys instead of sorted tables.&amp;nbsp; &amp;nbsp;Sorted tables have relatively poor insert/delete in comparison.&amp;nbsp; &amp;nbsp; There can be multiple defined secondary keys as well.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 14:25:21 GMT</pubDate>
    <dc:creator>RyanK</dc:creator>
    <dc:date>2024-09-16T14:25:21Z</dc:date>
    <item>
      <title>Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865049#M2030942</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I am fetching data from below code.&lt;BR /&gt;While fetching from CDPOS ..Dump is created.&amp;nbsp;&lt;BR /&gt;As per my analysis ..What i understood is ..It is having memory issue.&amp;nbsp;&lt;BR /&gt;Table CDHDR is nearly having 27 Lakhs records. Due to this Dump is created.&lt;/P&gt;&lt;P&gt;My Question is without using Hana In Program itself is there any possible way to solve the issue.&amp;nbsp;&lt;BR /&gt;Some logic I am thinking.&lt;BR /&gt;1)First need to count total records from CDHDR.&lt;BR /&gt;2)Then while fetching CDHDR table i need to split, it into batches like up to 1 lakh records then remaining process like Fetching data from CDPOS and other remaining process need to complete, then remaining records again from CDHDR Need to process it.. until total records over.&lt;/P&gt;&lt;P&gt;But how to implement I would like to know?&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;    SELECT  objectclas,objectid, changenr, username, udate, utime, tcode FROM cdhdr  INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_cdhdr)
  WHERE objectclas IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12268"&gt;@LR&lt;/a&gt;_objectclas AND  username IN @s_user  AND   udate IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12268"&gt;@LR&lt;/a&gt;_daterange.
 IF lt_cdhdr IS NOT INITIAL.
      SELECT objectclas, objectid, changenr, tabname, tabkey, fname, chngind, value_new, value_old FROM cdpos INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_cdpos)
        FOR ALL ENTRIES IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_cdhdr
        WHERE objectclas = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_cdhdr-objectclas AND objectid = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_cdhdr-objectid  AND changenr  = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_cdhdr-changenr.
endif.
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 13:57:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865049#M2030942</guid>
      <dc:creator>AadivaramAbbulu</dc:creator>
      <dc:date>2024-09-13T13:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865276#M2030944</link>
      <description>&lt;P&gt;Please use the buttons "..." and "&amp;lt;/&amp;gt;" to display your code nicely. See how to do it here: &lt;A href="https://community.sap.com/t5/questions-about-sap-websites/how-to-post-code-in-sap-community-gt-2024/qaq-p/13684774" target="_blank"&gt;https://community.sap.com/t5/questions-about-sap-websites/how-to-post-code-in-sap-community-gt-2024/qaq-p/13684774&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 12:48:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865276#M2030944</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-09-13T12:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865363#M2030945</link>
      <description>&lt;P&gt;Thank U Done.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 13:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865363#M2030945</guid>
      <dc:creator>AadivaramAbbulu</dc:creator>
      <dc:date>2024-09-13T13:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865386#M2030946</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1706013"&gt;@AadivaramAbbulu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can split your processing into chunks using&amp;nbsp;&lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/abapopen_cursor.htm" target="_blank" rel="noopener"&gt;OPEN CURSOR&lt;/A&gt;&amp;nbsp;with&amp;nbsp;&lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/abapinto_clause.htm#!ABAP_ONE_ADD@1@" target="_blank" rel="noopener"&gt;PACKAGE SIZE n&lt;/A&gt; addition and&amp;nbsp;&lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/abapfetch.htm" target="_blank" rel="noopener"&gt;FETCH&lt;/A&gt; statements. Use joint select from CDHDR and CDPOS to avoid FOR ALL ENTRIES, that might also cause issues when resulting OR condition is too large.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Dominik Tylczynski&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 14:19:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865386#M2030946</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-09-13T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865419#M2030947</link>
      <description>&lt;P&gt;Also SELECT ... PACKAGE SIZE ... is possible.&lt;/P&gt;&lt;P&gt;ABAP documentation:&amp;nbsp;&lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapinto_clause.htm#!ABAP_ONE_ADD@1@" target="_blank"&gt;https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/index.htm?file=abapinto_clause.htm#!ABAP_ONE_ADD@1@&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Sep 2024 15:13:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13865419#M2030947</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-09-13T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866841#M2030965</link>
      <description>&lt;P&gt;Thank U I Implemented the logic. Now while fetching the records. I mean while calling the Query no dump. but there is Final internal table like rt_output here I am getting the dump No&amp;nbsp;more memory available to add rows to an internal table-TSV_TNEW_PAGE_ALLOC_FAILED .... I am thinking final internal table not able to to hold huge data... Any advice.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;    "Using Cursor Technique to improve the performance
    " Open cursor for fetching data in packages
    OPEN CURSOR WITH HOLD &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1419942"&gt;@LV&lt;/a&gt;_cursor FOR
      SELECT objectclas, objectid, changenr, username, udate, utime, tcode
      FROM cdhdr
    WHERE objectclas IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12268"&gt;@LR&lt;/a&gt;_objectclas
      AND username IN @s_user
      AND udate IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/12268"&gt;@LR&lt;/a&gt;_daterange.

    DO.
*      " Fetch data in chunks
      FETCH NEXT CURSOR lv_cursor INTO CORRESPONDING FIELDS OF TABLE lt_temp_cdhdr PACKAGE SIZE lv_package_size.

      " Exit the loop if no more data
      IF sy-subrc &amp;lt;&amp;gt; 0.
        EXIT.
      ENDIF.

      SORT  lt_temp_cdhdr BY objectclas objectid changenr.

      CLEAR lt_dcdhdr.
      " Append fetched records to the final table
      APPEND LINES OF lt_temp_cdhdr TO lt_dcdhdr.


      IF lt_dcdhdr IS NOT INITIAL.
        SELECT objectclas, objectid, changenr, tabname, tabkey, fname, chngind, value_new, value_old FROM cdpos INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_dcdpos)
          FOR ALL ENTRIES IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr
          WHERE objectclas = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr-objectclas AND objectid = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr-objectid  AND changenr  = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr-changenr.

        IF  lt_dcdpos IS NOT INITIAL.
          SELECT bname, name_first, name_last FROM user_addr INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_duser_addr)
           FOR ALL ENTRIES IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr
            WHERE bname = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dcdhdr-username.

          IF lt_duser_addr IS NOT INITIAL.
            SELECT bname, persnumber, addrnumber FROM usr21 INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_dusr21)
              FOR ALL ENTRIES IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_duser_addr
              WHERE bname = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_duser_addr-bname.

            IF lt_dusr21 IS NOT INITIAL.
              SELECT addrnumber, persnumber, date_from, consnumber,smtp_addr, smtp_srch FROM adr6 INTO TABLE &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1407137"&gt;@DATA&lt;/a&gt;(lt_dadr6)
                FOR ALL ENTRIES IN &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dusr21
                WHERE persnumber = &lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1398638"&gt;@LT&lt;/a&gt;_dusr21-persnumber.
            ENDIF.
          ENDIF.
        ENDIF.

        SORT lt_dcdpos BY changenr.
        SORT lt_duser_addr BY bname.
        SORT lt_dusr21 BY bname.
        SORT lt_dadr6 BY persnumber.
        LOOP AT lt_dcdhdr INTO DATA(ls_dcdhdr).
          READ TABLE lt_dcdpos WITH KEY changenr = ls_dcdhdr-changenr INTO DATA(ls_dcdpos) BINARY SEARCH.
          READ TABLE lt_duser_addr WITH KEY bname = ls_dcdhdr-username INTO DATA(ls_duser_addr) BINARY SEARCH.
          READ TABLE lt_dusr21 WITH KEY bname = ls_duser_addr-bname INTO DATA(ls_dusr21) BINARY SEARCH.
          READ TABLE lt_dadr6 WITH KEY persnumber = ls_dusr21-persnumber INTO DATA(ls_dadr6) BINARY SEARCH.

          APPEND VALUE #( uname  = ls_dcdhdr-username
                          udate  = ls_dcdhdr-udate
                          utime  = ls_dcdhdr-utime
                          tcode  = ls_dcdhdr-tcode
                          Objvale = ls_dcdhdr-objectid
                          tabname = ls_dcdpos-tabname
                          fname   = ls_dcdpos-fname
                          valueold = ls_dcdpos-value_old
                          valuenew = ls_dcdpos-value_new
                          fstname = ls_duser_addr-name_first
                          lstname = ls_duser_addr-name_last
                          email = ls_dadr6-smtp_addr ) TO rt_output.

          CLEAR:ls_dcdhdr,ls_dcdpos,ls_duser_addr,Ls_dusr21,ls_dadr6.
        ENDLOOP.
      ENDIF.
    ENDDO.

    CLOSE CURSOR lv_cursor.&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866841#M2030965</guid>
      <dc:creator>AadivaramAbbulu</dc:creator>
      <dc:date>2024-09-16T11:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866857#M2030966</link>
      <description>&lt;P&gt;You have changed your code to finally no advantage because you consume exactly the same amount of memory (RT_OUTPUT). The goal of loading by package is to process each package, free the memory, then process the next package, etc. So, change your code accordingly.&lt;/P&gt;&lt;P&gt;Note that the "death trio" STANDARD TABLE, SORT and BINARY SEARCH, have been obsolete for 20 years. Only use SORTED TABLE.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866857#M2030966</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-09-16T11:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866896#M2030967</link>
      <description>&lt;P&gt;I did some changes. No Use. Still same issue.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="abap"&gt;    Do.  
      FREE lt_temp_cdhdr.
    ENDDO.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866896#M2030967</guid>
      <dc:creator>AadivaramAbbulu</dc:creator>
      <dc:date>2024-09-16T12:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866951#M2030968</link>
      <description>&lt;P&gt;You don't understand. The issue is about RT_OUTPUT which contains gigabytes of data. Instead, process by package, fill RT_OUTPUT only with few megabytes of data, process the data, then load the next package in RT_OUTPUT, process the data, etc.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866951#M2030968</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-09-16T12:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866972#M2030969</link>
      <description>&lt;P&gt;Hi, Sandra not understood.&amp;nbsp;&lt;BR /&gt;Rt_output is Final internal table. Before displaying the data into the Report output. I need to fill it.&amp;nbsp; I am adding data into the&amp;nbsp; RT_output By package only...&lt;/P&gt;&lt;P&gt;Example:&lt;BR /&gt;let's say example&amp;nbsp;&lt;/P&gt;&lt;P&gt;First time package&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rt_output&amp;nbsp; 100 records loaded next time&lt;/P&gt;&lt;P&gt;Rt_output&amp;nbsp; 100+120 records loaded next time many records.&lt;/P&gt;&lt;P&gt;Just filling Rt_ouptut with just 1 package and how to show the output... I need to process remaining package until total package over tight. But mean while rt_ouput is filling memory. Not understood clearly.&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;fill RT_OUTPUT only with few megabytes of data, process the data"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 13:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13866972#M2030969</guid>
      <dc:creator>AadivaramAbbulu</dc:creator>
      <dc:date>2024-09-16T13:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867001#M2030970</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/1706013"&gt;@AadivaramAbbulu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see two problems with your code:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Don't use FOR ALL ENTIRES. You'll be better off with joining&amp;nbsp;CDHRD, CDPOS, USER_ADDR, USR21, ADR6 and let the database do the heavy lifting.&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;TSV_TNEW_PAGE_ALLOC_FAILED stems from the fact that you select a lot of change documents. I guess you can't to report changes posted by some users. So you need to narrow down CDHDR select statement by providing more restrictive selection criteria e.g. select for a few user ids only and/or for shorter date range. Otherwise the results of your report are so huge that the resulting RT_OUTPUT table overflows available memory.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Best regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dominik Tylczynski&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 13:39:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867001#M2030970</guid>
      <dc:creator>Dominik_Tylczynski</dc:creator>
      <dc:date>2024-09-16T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867037#M2030971</link>
      <description>&lt;P&gt;Let's say your program prints a report.&lt;/P&gt;&lt;P&gt;In your example, LV_PACKAGE_SIZE is 100.&lt;/P&gt;&lt;P&gt;You need to refactor your program, to print 100 lines to the report at a time:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DO FETCH NEXT to read next package, and process the package:&lt;UL&gt;&lt;LI&gt;SELECT other data (not good, don't nest the SELECT, use JOIN as far as possible as explained by Dominik)&lt;/LI&gt;&lt;LI&gt;Print all lines of the package (or any other processing)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;RT_OUTPUT will never have more than 100 lines.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 14:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867037#M2030971</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2024-09-16T14:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Created while fetching data TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867042#M2030972</link>
      <description>&lt;P&gt;Agree with term "death trio" : lol&lt;/P&gt;&lt;P&gt;Suggest looking into using standard tables with defined non unique secondary keys instead of sorted tables.&amp;nbsp; &amp;nbsp;Sorted tables have relatively poor insert/delete in comparison.&amp;nbsp; &amp;nbsp; There can be multiple defined secondary keys as well.&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 14:25:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-created-while-fetching-data-tsv-tnew-page-alloc-failed/m-p/13867042#M2030972</guid>
      <dc:creator>RyanK</dc:creator>
      <dc:date>2024-09-16T14:25:21Z</dc:date>
    </item>
  </channel>
</rss>

