<?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 Analysis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572126#M859836</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;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;include structure itob.&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;Use This  &lt;STRONG&gt;INTO CORRESPONDING FIELD OF&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKE THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select * from &amp;lt;tablename&amp;gt; into CORRESPONDING FIELD OF
itab where matnr  in s_matnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Mar 2008 16:08:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-31T16:08:34Z</dc:date>
    <item>
      <title>Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572120#M859830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting strange dump in my program.I have declared internal table and writing simple select statement but my program gives me dump.It reads like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;    No more storage space available for extending an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    You attempted to extend an internal table, but the required space was&lt;/P&gt;&lt;P&gt;    not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The internal table "\PROGRAM=ZPMMNT_ITM_PLN\DATA=T_ITOB[]" could not be further&lt;/P&gt;&lt;P&gt;     extended. To enable&lt;/P&gt;&lt;P&gt;    error handling, the table had to be delete before this log was written.&lt;/P&gt;&lt;P&gt;    As a result, the table is displayed further down or, if you branch to&lt;/P&gt;&lt;P&gt;    the ABAP Debugger, with 0 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    At the time of the termination, the following data was determined for&lt;/P&gt;&lt;P&gt;    the relevant internal table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Memory location: "Session memory"&lt;/P&gt;&lt;P&gt;    Row width: 320&lt;/P&gt;&lt;P&gt;    Number of rows: 12383152&lt;/P&gt;&lt;P&gt;    Allocated rows: 12383152&lt;/P&gt;&lt;P&gt;    Newly requested rows: 32 (in 1 blocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell what happened here and what changes i have to make in program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572120#M859830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572121#M859831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you show the exact part of the code where that dump occurs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572121#M859831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572122#M859832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nirad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please paste the piece of code for which you are getting the dump including the declarations ??&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>Mon, 31 Mar 2008 16:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572122#M859832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572123#M859833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;check whether your select statement ends in an indefinite loop.check with select single statement&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shibu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572123#M859833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572124#M859834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're internal table is taking up too much memory. This can be avoided by changing your select (less entries) or ask one of your basis guys to reset the memory limit. But I think they will tell you to change your selection as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your internal table already has 12383152 rows !!!! way too much!!!!! Change Selection!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Micky Oestreich on Mar 31, 2008 6:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:05:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572124#M859834</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-31T16:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572125#M859835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT EQUNR EQART SWERK SHTXT INGRP MAPAR HERST TIDNR
         INTO CORRESPONDING FIELDS OF TABLE T_ITOB
         FROM ITOB
         WHERE  EQUNR IN S_EQUNR AND
         EQART IN S_EQART AND
         SWERK IN S_SWERK.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the statement and ITOB is a view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nirad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:06:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572125#M859835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572126#M859836</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;data: begin of itab occurs 0,&lt;/P&gt;&lt;P&gt;include structure itob.&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;Use This  &lt;STRONG&gt;INTO CORRESPONDING FIELD OF&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIKE THIS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select * from &amp;lt;tablename&amp;gt; into CORRESPONDING FIELD OF
itab where matnr  in s_matnr.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Brown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:08:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572126#M859836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572127#M859837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If all select-options are left empty, too many rows get selected. How may entries has this VIEW?&lt;/P&gt;&lt;P&gt;Again, change selection and make sure at least ONE parameter has to filled before doing a select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:09:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572127#M859837</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-31T16:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572128#M859838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View has lot of entries and this is quite simple select statement I am filling all parameters on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nirad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572128#M859838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572129#M859839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Nirad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Is it not possible to select the data from the respective internal tables instead of using view as view has the data of all the transparent data base tables used in it .... Make sure you make use of all primary keys while fetching the data  ... &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>Mon, 31 Mar 2008 16:19:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572129#M859839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-31T16:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dump Analysis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572130#M859840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, but it seems that your table just holds too much entries (over 12 Million!!). There just isn't enough memory allocated. So if this is the requirement, you'll have to talk to basis.Maybe they will increase the memory. But still, 12 million entries, what are you planning on doing with 12 millions records? Forget about displaying them on screen using ALV for example. You will probably run into a TIME_OUT error (short dump) before data is displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other possiblities to limit the number of records for selection? Maybe another parameter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2008 16:21:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-analysis/m-p/3572130#M859840</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-03-31T16:21:56Z</dc:date>
    </item>
  </channel>
</rss>

