<?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 in standard program when running Z program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235880#M1381373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You application is using too much session memory.  YOu need to clear and free any internal tables that are no longer needed in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RichHeilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2009 18:01:28 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2009-10-02T18:01:28Z</dc:date>
    <item>
      <title>Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235879#M1381372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm running Z program in the background, but I'm getting the dump TSV_TNEW_OCCURS_NO_ROLL_MEMORY in standard program SAPLATP3, include LATP3FA1, form ADDING_NEST_TABLE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have reviewed old posts but the dump is in different programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump details:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Error          TSV_TNEW_OCCURS_NO_ROLL_MEMORY                     &lt;/P&gt;&lt;P&gt;No roll storage space of length 13824 available for OCCURS area.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000180   FORM ADDING_NEST_TABLE TABLES P_TAB    LIKE ATPHX[]          &lt;/P&gt;&lt;P&gt;000190                          USING  OPERATOR TYPE OPERATOR         &lt;/P&gt;&lt;P&gt;000200                                 VALUE(P_TAB_IX) LIKE SY-TABIX  &lt;/P&gt;&lt;P&gt;000210                                 S_TAB_WA TYPE ATP_TIME_AXIS.   &lt;/P&gt;&lt;P&gt;000220   * building one entry table                                   &lt;/P&gt;&lt;P&gt;000230     REFRESH P_TAB-ATPTX.                                       &lt;/P&gt;&lt;P&gt;     &amp;gt;     APPEND S_TAB_WA TO P_TAB-ATPTX.                            &lt;/P&gt;&lt;P&gt;000250     CASE OPERATOR.                                             &lt;/P&gt;&lt;P&gt;000260       WHEN 'insert'.                                           &lt;/P&gt;&lt;P&gt;000270         INSERT P_TAB INDEX P_TAB_IX.                           &lt;/P&gt;&lt;P&gt;000280       WHEN 'append'.                                           &lt;/P&gt;&lt;P&gt;000290         APPEND P_TAB.                                          &lt;/P&gt;&lt;P&gt;000300     ENDCASE.                                                   &lt;/P&gt;&lt;P&gt;000310   ENDFORM.                               " ADDING_NEST_TABLE   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any idea what could be causing this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much in advance for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 17:50:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235879#M1381372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235880#M1381373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You application is using too much session memory.  YOu need to clear and free any internal tables that are no longer needed in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RichHeilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:01:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235880#M1381373</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-10-02T18:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235881#M1381374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put a break point on this.&lt;/P&gt;&lt;P&gt;APPEND S_TAB_WA TO P_TAB-ATPTX. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run it again.. and check what values are there in both.. and what type are those&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can contact BASIS guys to solve this issue about ROLL_AREA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235881#M1381374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T18:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235882#M1381375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ROLL_MEMORY  remind me of the issue I had before...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dev and Quality and Prod environement the memory allocated to a program or LUW is limited to some size say 1MB. When it cannot handle more than that space this error would occur. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember the space would not be same in all the environments, so the one dumped in Dev MIGHT not in Q and PRD  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: Clear all the internal tables which you think you would not sure... use FREE itab statements... and clear all the work areas or header table you are using and create table type and use that for creating internal tables, when needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235882#M1381375</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-10-02T18:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235883#M1381376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your quick replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the extract of the variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chosen variables                                                                                &lt;/P&gt;&lt;P&gt;29 FORM         ADDING_NEST_TABLE                                     &lt;/P&gt;&lt;P&gt;       SAPLATP3                                                           &lt;/P&gt;&lt;P&gt;       LATP3FA1                                    24                                                                                &lt;/P&gt;&lt;P&gt;P_TAB-ATPTX                    Table IT_1098[0x108]                       &lt;/P&gt;&lt;P&gt;ESTKZV                         V                                          &lt;/P&gt;&lt;P&gt;                               5                                          &lt;/P&gt;&lt;P&gt;                               6                                          &lt;/P&gt;&lt;P&gt;S_TAB_WA                       0000000000001LC          0000000000        &lt;/P&gt;&lt;P&gt;                               3333333333333442222222222333333333322222   &lt;/P&gt;&lt;P&gt;                               0000000000001C30000000000000000000000000   &lt;/P&gt;&lt;P&gt;... +  40                             ##############                      &lt;/P&gt;&lt;P&gt;                               2222222000000000000002222222222222222222   &lt;/P&gt;&lt;P&gt;                               0000000000000C000000C0000000000000000000   &lt;/P&gt;&lt;P&gt;... +  80                          ####################ÿÿÿÿ               &lt;/P&gt;&lt;P&gt;                               222200000000000000000000FFFF               &lt;/P&gt;&lt;P&gt;                               0000000000C000000C000000FFFF               &lt;/P&gt;&lt;P&gt;SY-REPID                       SAPLATP3  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could this be a Basis memory configuration issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:21:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235883#M1381376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T18:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235884#M1381377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Could this be a Basis memory configuration issue?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would be a Basis config issue, if you cannot solve it with ABAP. Do all possible things to free some memory and if it still dumps, then its a Basis issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 18:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235884#M1381377</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-10-02T18:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235885#M1381378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check how much memory is getting occupied. check ST03 and processor loads as well.. ask BASIS guys to do it. they can explain you whats the amount of memory is being used for the application server at that time. and can increase the memory area.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 22:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235885#M1381378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-02T22:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dump in standard program when running Z program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235886#M1381379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Emanuel ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can see only a part of your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to bet that there is some kind of loop at an  internal table and INSIDE the loop you append or Insert rows. This leads usually to a never-ending process of table expansion only stopped by a memory overflow as you have it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the program dumps, you may have the chance to start debugger and see one of your interbal tables has millions of records.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2009 23:33:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-in-standard-program-when-running-z-program/m-p/6235886#M1381379</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-10-02T23:33:59Z</dc:date>
    </item>
  </channel>
</rss>

