<?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: short dump-internal table size issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333140#M169535</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CMV,&lt;/P&gt;&lt;P&gt;       At the time of appending record to internal table it is not getting the memory space to hold it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask Basis peaple to for this to extend the memory availability .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 May 2006 09:01:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-18T09:01:50Z</dc:date>
    <item>
      <title>short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333134#M169529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I get the following message in the short dump analysis for a report.&lt;/P&gt;&lt;P&gt;***********************&lt;/P&gt;&lt;P&gt;No storage space available for extending table "IT_920".&lt;/P&gt;&lt;P&gt;You attempted to extend an internal table, but the required space was not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error Analysis:&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;The internal table "IT_920" could not be enlarged further.              &lt;/P&gt;&lt;P&gt;To extend the internal table, 9696 bytes of storage space was           &lt;/P&gt;&lt;P&gt;needed, but none was available. At this point, the table "IT_920" has   &lt;/P&gt;&lt;P&gt;1008240 entries.&lt;/P&gt;&lt;P&gt;*************************&lt;/P&gt;&lt;P&gt;Its an old report and I saw the internal table declaration using the "OCCURS" clause in the internal table declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;begin of itab occurs 100.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;end of itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the option of changing to "OCCURS 0", still issue persists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be highly appretiated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333134#M169529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333135#M169530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just give...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;begin of itab occurs 0.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;end of itab.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise  just  go through  this link(abt pacage size)&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1593883"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can  u  just  paste  ur  code..(u append  data  on same  internal table  or  diffrent)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kishan negi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:44:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333135#M169530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T07:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333136#M169531</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;this is an administration problem, not an ABAP. You need to ask to your favorite administrator to add memory, or to modify the RZ10 parameters for the memory available for internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the ST22 you must have the description of the parameter to modify&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:46:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333136#M169531</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-05-18T07:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333137#M169532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare the table as a standard table with initial size as 0.If the storage space is still a problem contact BASIS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 07:47:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333137#M169532</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-18T07:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333138#M169533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I forgot to mention that the program is terminating at an "APPEND" atatement; ie, when it is trying to add another record to the internal table inside a loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:46:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333138#M169533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333139#M169534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CMV,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is basic problem with SAP internal tables. For every internal table memory is alocated ( Max..256K)...once you cross the memory size/limit of the internal table it resuls in short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only way to overcome this problem is handle limited number of records at a time..  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer following sample code which will help you to avoid short dump while processing large number of records....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SORT TAB_RESULT.&lt;/P&gt;&lt;P&gt;  DESCRIBE TABLE TAB_RESULT LINES W_RECORDS.&lt;/P&gt;&lt;P&gt;  W_LOW      = 1.&lt;/P&gt;&lt;P&gt;  W_UP       = 1000.&lt;/P&gt;&lt;P&gt;*Spliting the records from tab_result1 by pakage of 1000 at a time&lt;/P&gt;&lt;P&gt;*to avoid short dump in case of more records&lt;/P&gt;&lt;P&gt;  WHILE W_LOW &amp;lt;= W_RECORDS.&lt;/P&gt;&lt;P&gt;    R_PKUNWE-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;    R_PKUNWE-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;    R_WERKS-SIGN = 'I'.&lt;/P&gt;&lt;P&gt;    R_WERKS-OPTION = 'EQ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT TAB_RESULT FROM W_LOW TO W_UP.&lt;/P&gt;&lt;P&gt;      MOVE TAB_RESULT-PKUNWE TO R_PKUNWE-LOW.&lt;/P&gt;&lt;P&gt;      MOVE TAB_RESULT-WERKS  TO  R_WERKS-LOW.&lt;/P&gt;&lt;P&gt;      APPEND R_PKUNWE.&lt;/P&gt;&lt;P&gt;      APPEND R_WERKS.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;*fetch sold to party&lt;/P&gt;&lt;P&gt;     SELECT KUNNR NAME1&lt;/P&gt;&lt;P&gt;       FROM KNA1&lt;/P&gt;&lt;P&gt;       APPENDING CORRESPONDING FIELDS OF TABLE TAB_KNA1&lt;/P&gt;&lt;P&gt;       WHERE KUNNR IN R_PKUNWE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*fetch plant&lt;/P&gt;&lt;P&gt;  SELECT WERKS NAME1&lt;/P&gt;&lt;P&gt;         FROM T001W&lt;/P&gt;&lt;P&gt;         APPENDING CORRESPONDING FIELDS OF TABLE TAB_T001W&lt;/P&gt;&lt;P&gt;         WHERE WERKS IN R_WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   REFRESH: R_PKUNWE,&lt;/P&gt;&lt;P&gt;            R_WERKS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    W_LOW = W_LOW + 1000.&lt;/P&gt;&lt;P&gt;    W_UP  = W_UP  + 1000.&lt;/P&gt;&lt;P&gt;  ENDWHILE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you to solve problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 08:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333139#M169534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T08:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333140#M169535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CMV,&lt;/P&gt;&lt;P&gt;       At the time of appending record to internal table it is not getting the memory space to hold it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask Basis peaple to for this to extend the memory availability .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kishor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 09:01:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333140#M169535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T09:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333141#M169536</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;it is hard to see the need for 1008240 table entries in memory. If you really need them, first analyze the table structure: delete all except the fields really used and use select into corresponding fields of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibilty might be the blockwise procesing of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help without memory add-on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333141#M169536</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-05-18T10:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333142#M169537</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 this out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OCCURS Value or INITIAL SIZE Specification &lt;/P&gt;&lt;P&gt;Internal tables are a dynamic data structure. Their memory requirements are met in blocks. The initial memory allocation (hereafter called the OCCURS area), can be controlled using the " OCCURS n" or "INITIAL SIZE n " addition in the table definition (see DATA, TYPES). Once the OCCURS area is full, the next block to be created is twice as big as the OCCURS area (as long as this is not greater than 8 KB). All further blocks are then created with a constant size of 12 KB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can leave it to the system to determine the size of the OCCURS area by specifying n = 0. In this case, the system allocates only a "small" portion of memory at the first INSERT or APPEND statement. "OCCURS 0" or "INITIAL SIZE 0" means that 16 &amp;lt;= n &amp;lt;= 100 (depending on the line width). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It only makes sense to specify a concrete value of n &amp;gt; 0 when you know exactly how many entries the table will have, and you want to set up the OCCURS area exactly. This can be particularly important if you want to nest internal tables (where an "outer" internal table contains one or more other internal tables in each line, and the "inner" tables only have a few entries (no more than 5, for example). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To avoid excessive memory requirements, the system handles large values of n as follows: The largest possible value of n is n_max = 8 KB divided by the line width. For larger values, n is set such that n multiplied by the line width is around 12 KB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 10:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333142#M169537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T10:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333143#M169538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i work in an application maintenence project. i am not very sure about the volume of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333143#M169538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: short dump-internal table size issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333144#M169539</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;This is an BASIS issue.&lt;/P&gt;&lt;P&gt;You can also declare it as occurs 0, since u are having the information priorly about large volume of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharadwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2006 11:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-internal-table-size-issue/m-p/1333144#M169539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-18T11:54:36Z</dc:date>
    </item>
  </channel>
</rss>

