<?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 Increase internal table memory in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565314#M1077422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Techis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to increase size of internal table. while executing it gettin in DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked wid basis consultanat the Heap memory is more than sufficient, but still my report is not gettin executed its showin dump .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will anybody pls tell me is it possible to increase size of internal table as of now i am using "Occurs 0" if i use "occurs 100" is dis help in any way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Suggest&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;&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 Oct 2008 11:14:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-04T11:14:13Z</dc:date>
    <item>
      <title>Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565314#M1077422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Techis,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to increase size of internal table. while executing it gettin in DUMP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked wid basis consultanat the Heap memory is more than sufficient, but still my report is not gettin executed its showin dump .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will anybody pls tell me is it possible to increase size of internal table as of now i am using "Occurs 0" if i use "occurs 100" is dis help in any way??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Suggest&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;&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:14:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565314#M1077422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565315#M1077423</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;while declaring internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: itab type table of xyz initial size n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;increase value of n from 0 step wise, and check when dump is not comming&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;by default if we do not specify initial size n, n is taken to be 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you are using occur 0, increasing it to higher value will definitely help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Amit Gupta on Oct 4, 2008 1:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565315#M1077423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565316#M1077424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Occurs 0 is correct,there may b a another reason for Dump,can u send us Dump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565316#M1077424</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2008-10-04T11:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565317#M1077425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No need to increase internal table memory. You first analyze cause of dump in ST22.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Piyush&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565317#M1077425</guid>
      <dc:creator>piyush_mathur</dc:creator>
      <dc:date>2008-10-04T11:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565318#M1077426</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;If you declare with occurs 0 or 100 it doesn't matter, it takes care at run time. So the problem is in your Select query or some other code which is taking more time. Plz check in debugg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sarvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565318#M1077426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565319#M1077427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instaed of declaring the Internal Table with Occurs statement.&lt;/P&gt;&lt;P&gt;Declare the Internal table structure with TYPES statement,&lt;/P&gt;&lt;P&gt;Then Declare an internal table with DATA statement for above structure, Then the workarea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPES : BEGIN OF ty_emp,&lt;/P&gt;&lt;P&gt;          empno(2) TYPE c,&lt;/P&gt;&lt;P&gt;          empid(10) TYPE c,&lt;/P&gt;&lt;P&gt;          empname(3) TYPE c,&lt;/P&gt;&lt;P&gt;        END OF ty_emp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : it_emp TYPE TABLE OF ty_emp,&lt;/P&gt;&lt;P&gt;            wa_emp TYPE ty_emp.&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;P&gt;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:26:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565319#M1077427</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-10-04T11:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565320#M1077428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dump is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line width: 1700&lt;/P&gt;&lt;P&gt;Number of lines: 106904&lt;/P&gt;&lt;P&gt;Allocated lines: 106904&lt;/P&gt;&lt;P&gt;New no. of requested lines: 8 (in 1 blocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to correct the error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The amount of storage space (in bytes) filled at termination time was:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Dump is given Below &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;&lt;/P&gt;&lt;P&gt;The internal table "\PROGRAM=ZFIGLN0002\DATA=IT_LINEITEM[]" could not be     &lt;/P&gt;&lt;P&gt; further 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;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;Memory location: "Session memory"                                            &lt;/P&gt;&lt;P&gt;Row width: 197                                                               &lt;/P&gt;&lt;P&gt;Number of rows: 43248                                                        &lt;/P&gt;&lt;P&gt;Allocated rows: 43248                                                        &lt;/P&gt;&lt;P&gt;Newly requested rows: 64 (in 1 blocks)                                       &lt;/P&gt;&lt;P&gt;Last error logged in SAP kernel                                                                                &lt;/P&gt;&lt;P&gt;Component............ "EM"                                                   &lt;/P&gt;&lt;P&gt;Place................ "SAP-Server TCPRDSAP_TCP_00 on host TCPRDSAP (wp 4)"   &lt;/P&gt;&lt;P&gt;Version.............. 37                                                     &lt;/P&gt;&lt;P&gt;Error code........... 7                                                      &lt;/P&gt;&lt;P&gt;Error text........... "Warning: EM-Memory exhausted: Workprocess gets PRIV " &lt;/P&gt;&lt;P&gt;Description.......... " "                                                    &lt;/P&gt;&lt;P&gt;System call.......... " "                                                    &lt;/P&gt;&lt;P&gt;Module............... "emxx.c"                                               &lt;/P&gt;&lt;P&gt;Line................. 1881                                                                                &lt;/P&gt;&lt;P&gt;The error reported by the operating system is:                               &lt;/P&gt;&lt;P&gt;Error number..... " "  &lt;/P&gt;&lt;P&gt;Error text....... " "  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The amount of storage space (in bytes) filled at termination time was:                                                                                &lt;/P&gt;&lt;P&gt;Roll area...................... 1508832                                     &lt;/P&gt;&lt;P&gt;Extended memory (EM)........... 383623632                                   &lt;/P&gt;&lt;P&gt;Assigned memory (HEAP)......... 369003312                                   &lt;/P&gt;&lt;P&gt;Short area..................... " "                                         &lt;/P&gt;&lt;P&gt;Paging area.................... 24576                                       &lt;/P&gt;&lt;P&gt;Maximum address space.......... " "                                                                                &lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to      &lt;/P&gt;&lt;P&gt;find an interim solution in an SAP Note.                                    &lt;/P&gt;&lt;P&gt;If you have access to SAP Notes, carry out a search with the following      &lt;/P&gt;&lt;P&gt;keywords:                                                                                &lt;/P&gt;&lt;P&gt;"TSV_TNEW_PAGE_ALLOC_FAILED" " "                                            &lt;/P&gt;&lt;P&gt;"ZFIGLN0002" or "ZFIGLN0002"                                                &lt;/P&gt;&lt;P&gt;"POPULATE_SUMMARY_INFO"                                                                                &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself and want to send an error          &lt;/P&gt;&lt;P&gt;notification to SAP, include the following information:                                                                                &lt;/P&gt;&lt;P&gt;1. The description of the current problem (short dump)                                                                                &lt;/P&gt;&lt;P&gt;To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File          &lt;/P&gt;&lt;P&gt;(Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;2. Corresponding system log                                                                                &lt;/P&gt;&lt;P&gt;Display the system log by calling transaction SM21.                      &lt;/P&gt;&lt;P&gt;   Restrict the time interval to 10 minutes before and five minutes         &lt;/P&gt;&lt;P&gt;                    Above is the error in showing in Dump Analysisi                                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Checked heap memory parameter thru basis consultant and its more as compared to dis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:31:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565320#M1077428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565321#M1077429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think your problem will be solved by increasing the initial size.  Use field-symbols instead of internal tables. They can hold more data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FIELD-SYMBOLS:&amp;lt;f1&amp;gt; TYPE STANDARD TABLE OF x_data.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 11:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565321#M1077429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T11:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565322#M1077430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are using ECC6.0 do the setting like below in ur ABAP editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UTILITIES --&amp;gt; SETTINGS ---&amp;gt; ABAP EDITOR -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt;DOWNWARD-COMP.LINE.LENGTH here un check the check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I don't think it is your problem,your coding taking so much of time it need to be change just send ur code once&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sree on Oct 4, 2008 2:06 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 12:05:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565322#M1077430</guid>
      <dc:creator>former_member125931</dc:creator>
      <dc:date>2008-10-04T12:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Increase internal table memory</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565323#M1077431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The trick is not to increase the amount of memory available, but to decrease the amount you are consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 Oct 2008 17:51:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increase-internal-table-memory/m-p/4565323#M1077431</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-04T17:51:12Z</dc:date>
    </item>
  </channel>
</rss>

