<?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: Help in Dump For Select in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732370#M898285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo !&lt;/P&gt;&lt;P&gt;It seems that you're selecting too many rows into a table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     The program had already requested 271435216 bytes from the operating&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     system with 'malloc' when the operating system reported after a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     further memory request that there was no more memory space&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     available.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dev system the dump doesn't appears because you have less data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure you need all that data inside one internal table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try to change your select to reduce the selected rows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise.... maybe the archiving of old data could be an option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last thing....you can contact your SAP admin for increase the amount of available memory (for ABAP processes) as described in the Dump note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 09:12:29 GMT</pubDate>
    <dc:creator>manuel_bassani</dc:creator>
    <dc:date>2008-05-06T09:12:29Z</dc:date>
    <item>
      <title>Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732366#M898281</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 do select for maybe 3,971,953 records in Prod &lt;/P&gt;&lt;P&gt;and i have &lt;STRONG&gt;dump&lt;/STRONG&gt;  in Qa And Dev i have less records so i dont have any dump,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is my select: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;FROM catsdb&lt;/P&gt;&lt;P&gt;INTO CORRESPONDING FIELDS OF TABLE c_tab&lt;/P&gt;&lt;P&gt;WHERE workdate GE re_date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;i reward&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;this is the erorr :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    The current program had to be terminated because of an&lt;/P&gt;&lt;P&gt;    error when installing the R/3 System.&lt;/P&gt;&lt;P&gt;    The program had already requested 271435216 bytes from the operating&lt;/P&gt;&lt;P&gt;    system with 'malloc' when the operating system reported after a&lt;/P&gt;&lt;P&gt;    further memory request that there was no more memory space&lt;/P&gt;&lt;P&gt;    available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make a note of the actions and input which caused the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; To resolve the problem, contact your SAP system administrator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can use transaction ST22 (ABAP Dump Analysis) to view and administer&lt;/P&gt;&lt;P&gt; termination messages, especially those beyond their normal deletion&lt;/P&gt;&lt;P&gt; date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Set the system profile parameters&lt;/P&gt;&lt;P&gt; - abap/heap_area_dia&lt;/P&gt;&lt;P&gt; - abap/heap_area_nondia&lt;/P&gt;&lt;P&gt; to a maximum of 271435216. Then reduce the value by 10.000.000 to be on the&lt;/P&gt;&lt;P&gt; safe side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Then restart the SAP System.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; abap/heap_area_nondia and abap/heap_area_dia:&lt;/P&gt;&lt;P&gt;  Set smaller than the memory achieved for each process&lt;/P&gt;&lt;P&gt;  with 'malloc' and smaller than abap/heap_area_total&lt;/P&gt;&lt;P&gt; You should also check whether the available memory (file system&lt;/P&gt;&lt;P&gt; swap and main memory) is sufficient for the started program&lt;/P&gt;&lt;P&gt; and its data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    When the program was running, it was established that more&lt;/P&gt;&lt;P&gt;    memory was needed than the operating system is able to provide savely.&lt;/P&gt;&lt;P&gt;    To avoid a system crash, you must prevent this&lt;/P&gt;&lt;P&gt;    situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:00:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732366#M898281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732367#M898282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Too many records you are trying to select. Only settings by basis administrator can solve this or narrow down the selection so you get less records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW: Basis will probably tell you to narrow down the number of records to be selected. Normally, if the settings are done correct already, they will not just say, ohhh let's extend the memory etc. for a report to work properly. You can ask of course if there is no other way....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on May 6, 2008 11:04 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732367#M898282</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-06T09:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732368#M898283</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; 1. Consult your basis consultant for increasing the memory. So that it can hold the required number of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Try using all the key fields in the where condition of your select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Instead of using '*' select only the required fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Avoid using into corresponding statement and use INTO table statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732368#M898283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732369#M898284</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;Try to mension some more fields for selection in &lt;STRONG&gt;WHERE CLAUSE.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If u want to execute the same &lt;STRONG&gt;SELECT&lt;/STRONG&gt;,the basis people has to increase the roll area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sachin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732369#M898284</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732370#M898285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ricardo !&lt;/P&gt;&lt;P&gt;It seems that you're selecting too many rows into a table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     The program had already requested 271435216 bytes from the operating&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     system with 'malloc' when the operating system reported after a&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     further memory request that there was no more memory space&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;     available.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dev system the dump doesn't appears because you have less data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure you need all that data inside one internal table??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can try to change your select to reduce the selected rows...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise.... maybe the archiving of old data could be an option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last thing....you can contact your SAP admin for increase the amount of available memory (for ABAP processes) as described in the Dump note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Manuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732370#M898285</guid>
      <dc:creator>manuel_bassani</dc:creator>
      <dc:date>2008-05-06T09:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732371#M898286</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;Try to use open cursor to select the data from db table.&lt;/P&gt;&lt;P&gt;Below is an example for this.&lt;/P&gt;&lt;P&gt;What ever the logic you do this in between DO and ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: packsize      TYPE i VALUE 1000,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OPEN CURSOR WITH HOLD db_cursor FOR   "Defect 12319&lt;/P&gt;&lt;P&gt;    SELECT (tab_fields) FROM glpca&lt;/P&gt;&lt;P&gt;    CLIENT SPECIFIED&lt;/P&gt;&lt;P&gt;    BYPASSING BUFFER&lt;/P&gt;&lt;P&gt;    WHERE rldnr IN rldnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    DO.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;To Fetch data in chunks of 2gb&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;      FETCH NEXT CURSOR db_cursor&lt;/P&gt;&lt;P&gt;      INTO CORRESPONDING FIELDS OF TABLE i_glpca&lt;/P&gt;&lt;P&gt;      PACKAGE SIZE packsize.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Begin of defect 12319&lt;/P&gt;&lt;P&gt;      IF sy-subrc NE 0.&lt;/P&gt;&lt;P&gt;        CLOSE CURSOR db_cursor.&lt;/P&gt;&lt;P&gt;        EXIT.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;  ENDDO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can also use packaging size option in select statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shravan G.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:17:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732371#M898286</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732372#M898287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  1) COUNTER is the key field in your CATSDB table, so use this field while you are retriving data.&lt;/P&gt;&lt;P&gt;  2) you have used '*', instead of it select only those fields which are necessary for your report purpose.&lt;/P&gt;&lt;P&gt;  3) you have used INTO CORRESPONDING, which will take each field (as you mentioned *) from the DB table and put in to the corresponding field of internal table.  This is most time consuming process.  So avoid this and use INTO TABLE.&lt;/P&gt;&lt;P&gt;  4) still the performance goes down as the number of records are more.  So i will suggest you to put DATE field in the selection screen.  So you have to modify your SELECT query as per the date mentioned in the selection screen, you have to extract the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Kishore Kumar Maram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 09:18:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732372#M898287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T09:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732373#M898288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi micky'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is way to do it in 2 select to relieve the memory,&lt;/P&gt;&lt;P&gt;the first select &lt;STRONG&gt;into&lt;/STRONG&gt; for 13 month ago until 6 month ago&lt;/P&gt;&lt;P&gt;and after select appending for 6 month ago until now?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the time that the program is running i don't care because &lt;/P&gt;&lt;P&gt;it will run at night in job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:04:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732373#M898288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732374#M898289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is worth a try but I don't think this will really solve your problem. However, what is it you want to do with the ouput? Can't you just create several batch jobs, say one for every month? But, like I said, this kinda depends on the requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732374#M898289</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-06T10:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Dump For Select</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732375#M898290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;O.k. Micky&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is commend between the two select taht i can refresh the memory or wait ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 11:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-dump-for-select/m-p/3732375#M898290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T11:25:41Z</dc:date>
    </item>
  </channel>
</rss>

