<?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 select data from E071K in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643063#M2014409</link>
    <description>&lt;P&gt;Yes thank you that's what they told me in the other comments but I don't know how to solve it.&lt;/P&gt;</description>
    <pubDate>Thu, 01 Sep 2022 13:56:40 GMT</pubDate>
    <dc:creator>former_member810309</dc:creator>
    <dc:date>2022-09-01T13:56:40Z</dc:date>
    <item>
      <title>dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643057#M2014403</link>
      <description>&lt;P&gt;hi all,&lt;/P&gt;
  &lt;P&gt;i have a dump when i use this SELECT, if you can help plz to write the correct request.&lt;/P&gt;
  &lt;P&gt;my request is : &lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;SELECT * 
FROM E071K 
INTO TABLE LT_E071K
WHERE mastertype IN objet_typ
AND   mastername IN name_obj
AND   tabkey     IN name2_obj.

CHECK SY-SUBRC = 0.

SELECT trkorr
INTO TABLE gt_trkorr
FROM E070
 FOR ALL ENTRIES IN lt_e071K
WHERE trkorr = gt_e071k-trkorr
AND   strkorr = space.

CHECK SY-SUBRC = 0.

LOOP AT gt_trkorr INTO DATA(ls_trkorr).
    CLEAR ls_range_ot.
          ls_range_ot-sign    = 'I'.
          ls_range_ot-option  = 'EQ'.
          ls_range_ot-low     = ls_trkorr.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089677-sans-titre.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Remain disposal if necessary.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 10:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643057#M2014403</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-01T10:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643058#M2014404</link>
      <description>&lt;P&gt;Hello Phill,&lt;BR /&gt;&lt;BR /&gt;Additional details would be required to understand your exact concern. Is this a 'TIME_OUT' dump OR type mismatch OR is it something else? Screen-shots of the error would help if thats possible from your system.. Once these details are added, you should attract appropriate responses... Also please add these details in the question itself..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 11:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643058#M2014404</guid>
      <dc:creator>vijay_hariharan</dc:creator>
      <dc:date>2022-09-01T11:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643059#M2014405</link>
      <description>&lt;P&gt;  &lt;SPAN class="mention-scrubbed"&gt;vijay.hariharan&lt;/SPAN&gt;  thanks for ur comment, i added a photo of the dump.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 12:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643059#M2014405</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-01T12:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643060#M2014406</link>
      <description>&lt;P&gt;Please search TSV_TNEW_PAGE_ALLOC_FAILED in the Web. If you don't understand the answers, please tell us what you don't understand.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 12:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643060#M2014406</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-09-01T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643061#M2014407</link>
      <description>&lt;P&gt;Usually the TSV_TNEW_PAGE_ALLOC_FAILED error is related to lack of memory on the SAP server, used for allocation in the select content (in this case, internal table)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 13:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643061#M2014407</guid>
      <dc:creator>renato_martins</dc:creator>
      <dc:date>2022-09-01T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643062#M2014408</link>
      <description>&lt;P&gt;Usually the TSV_TNEW_PAGE_ALLOC_FAILED error is related to lack of memory on the SAP server, used for allocation in the select content (in this case, internal table)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 13:11:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643062#M2014408</guid>
      <dc:creator>renato_martins</dc:creator>
      <dc:date>2022-09-01T13:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643063#M2014409</link>
      <description>&lt;P&gt;Yes thank you that's what they told me in the other comments but I don't know how to solve it.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 13:56:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643063#M2014409</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-01T13:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643064#M2014410</link>
      <description>&lt;P&gt;I was looking at your code.... in the first select, you are using the LT_E071K structure and in the second doing a FOR ALL ENTRIES using the GT_E071K, that is a different structure. If GT_E071K is empty, FOR ALL ENTIRES will force get the entire contents of table E070, which should generate the overflow you are getting.&lt;/P&gt;&lt;P&gt;Check that the structures are correct.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 14:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643064#M2014410</guid>
      <dc:creator>renato_martins</dc:creator>
      <dc:date>2022-09-01T14:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643065#M2014411</link>
      <description>&lt;P&gt;It means that you must load the minimum of data in memory. How many lines do you have? Do you need all these lines? Do you need all columns? If it still fails, then you can work by packages so that to process only few lines at a time (SELECT ... PACKAGE SIZE ..., FETCH ... PACKAGE SIZE ..., among other things)&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2022 16:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643065#M2014411</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-09-01T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643066#M2014412</link>
      <description>&lt;P&gt;MY CODE IS IN THIS LINK, i didn't find the problem yet, i added the "PACKAGE SIZE 500".&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Arezki-kaki/programme_OT_ABAP/tree/main"&gt;https://github.com/Arezki-kaki/programme_OT_ABAP/tree/main&lt;/A&gt;&lt;/P&gt;&lt;P&gt;plz help.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:13:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643066#M2014412</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-02T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643067#M2014413</link>
      <description>&lt;P&gt;Start your program and put a break point just before this SELECT statement.&lt;/P&gt;&lt;P&gt;In the debugger, take a tab with a free area or suppress one area. &lt;/P&gt;&lt;P&gt;Add --&amp;gt; Memory management --&amp;gt; Memory analysis (free translation from french)&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2089724-annotation-2022-09-02-121827.png" /&gt;&lt;/P&gt;&lt;P&gt;Check the memory of your program before this statement.&lt;/P&gt;&lt;P&gt;Because, this statement create a dump, but the memory could be overloaded before this statement. With this tool you could see what object is taking a lot of memory. &lt;/P&gt;&lt;P&gt;(Avoid SELECT *)&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 10:19:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643067#M2014413</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2022-09-02T10:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643068#M2014414</link>
      <description>&lt;P&gt;I did, but the program keeps running nonstop so I can't see the object that's taking up more space, but I think it's the lt_e071K table.&lt;BR /&gt;plz if u have some minutes to look at my program in this link &lt;A rel="nofollow" href="https://github.com/Arezki-kaki/programme_OT_ABAP/tree/main"&gt;&lt;/A&gt;&lt;A href="https://github.com/Arezki-kaki/programme_OT_ABAP/tree/main" target="test_blank"&gt;https://github.com/Arezki-kaki/programme_OT_ABAP/tree/main&lt;/A&gt;&lt;BR /&gt;thanks &lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 14:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643068#M2014414</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-02T14:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643069#M2014415</link>
      <description>&lt;P&gt;Hi   &lt;SPAN class="mention-scrubbed"&gt;chkoupi&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;I checked your code and I have two questions:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2091824-del-print.jpg" /&gt;&lt;/P&gt;&lt;P&gt;1 - why endselect checked?&lt;/P&gt;&lt;P&gt;2 - the dump occurs in the select of the table e071k or in the e070?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 16:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643069#M2014415</guid>
      <dc:creator>renato_martins</dc:creator>
      <dc:date>2022-09-02T16:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643070#M2014416</link>
      <description>&lt;P&gt;Please use the button COMMENT if it's just about to provide information or reply to someone. The button ANSWER is only for providing the solutions, as you can see the text from SAP when you answer "Please provide a distinct answer and use the comment option for clarifying purposes".&lt;/P&gt;&lt;P&gt;NB: you may attach your code directly in a link in SAP Community, so that the question is self-contained.&lt;/P&gt;&lt;P&gt;NB: look at the space just before SELECT, look at the number of rows which will be selected (via Data Browser or whatever). Do you need all these lines? Do you need all columns? If it still fails, then you can work by packages so that to process only few lines at a time (SELECT ... PACKAGE SIZE ..., FETCH ... PACKAGE SIZE ..., among other things)&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 08:10:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643070#M2014416</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-09-03T08:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643071#M2014417</link>
      <description>&lt;UL&gt;&lt;LI&gt;You could JOIN both tables to reduce data loaded into memory as whole select crriteria would be checked (so you wont read data from request and task in E071K, 1/2)&lt;/LI&gt;&lt;LI&gt;Also only select required fields and/or force some select-options as obligatory, you could even add a &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapselect_up_to_offset.htm#!ABAP_ADDITION_1@1@"&gt;UP TO n ROWS&lt;/A&gt; option to the SELECT statement&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 05 Sep 2022 10:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643071#M2014417</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-09-05T10:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: dump select data from E071K</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643072#M2014418</link>
      <description>&lt;P&gt;sorry for my late answer, i was sick.&lt;/P&gt;&lt;P&gt;i wrote ENDSELECT because the problem send an error, when i add PACKAGE....the program wait an ENDSELECT.&lt;/P&gt;&lt;P&gt;i think the dump is occured in the second selection (e070).&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2022 08:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-select-data-from-e071k/m-p/12643072#M2014418</guid>
      <dc:creator>former_member810309</dc:creator>
      <dc:date>2022-09-08T08:34:33Z</dc:date>
    </item>
  </channel>
</rss>

