<?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: Memory Issue with Internal Table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799590#M1123870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah,&lt;/P&gt;&lt;P&gt;It was checked.&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;Aishwarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2008 06:42:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-21T06:42:37Z</dc:date>
    <item>
      <title>Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799583#M1123863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem with internal table memory. A select makes a huge increase in EXTENDED. Will we be able to increase the memory size allocated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                           Allocated         Used&lt;/P&gt;&lt;P&gt;Total memory allocated for the program : 3,973,952      3,317,952&lt;/P&gt;&lt;P&gt;Memory allocated for table T_DETAIL[]  : 2,901,008      2,890,724   (Contains 6,000 Records)&lt;/P&gt;&lt;P&gt;For other tables                                   : 44,312          34,807        (Normal)                         &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could please help me in solving this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance,&lt;/P&gt;&lt;P&gt;Aishwarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 05:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799583#M1123863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799584#M1123864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u please let me know your select Query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799584#M1123864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799585#M1123865</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 might be because of problem with internal memory availability. Check ur code, If u r not using any internal table i.e declared globally then use FREE statement to release the memory so that it can be used for ur itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FREE itabtemp. "itab temp is not being used further from this&lt;/P&gt;&lt;P&gt;point of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reduce global declarations as far as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen.I&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799585#M1123865</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-11-21T06:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799586#M1123866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;refer &lt;STRONG&gt;OSS Note 425207&lt;/STRONG&gt; for increasing ABAP memory settings. You may have to ask BASIS to increase this setting. But this is option after you have fine tuned ABAP for clearing unused tables etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;increasing abap/buffersize should help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:12:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799586#M1123866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799587#M1123867</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 can understand that we can refresh/free the internal tables which are not used afterwards. But the probleam am facing is like, the program am working is with GLOBAL INVOICE, i need to be very carefull. So apart from refreshing the tables is there any way to increase the size. Can we increase the memory size dynamically in program? Or this can be done only by BASIS?&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;Aishwarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799587#M1123867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799588#M1123868</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;Below is the query which increases the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * INTO TABLE t_detail FROM ypst_fdsdmap&lt;/P&gt;&lt;P&gt;        FOR ALL ENTRIES IN tl_vbap_tmp&lt;/P&gt;&lt;P&gt;  WHERE vbeln = tl_vbap_tmp-vbeln.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799588#M1123868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799589#M1123869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aishwarya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Before the SELECT did you check if "tl_vbap_tmp" IS NOT INITIAL ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799589#M1123869</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2008-11-21T06:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799590#M1123870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah,&lt;/P&gt;&lt;P&gt;It was checked.&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;Aishwarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799590#M1123870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799591#M1123871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally in prod systems, internal table can grow upto 500 mb, BASIS can increase it to 2 Gb.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in select you should not select *. before BASIS change any setting , somebody need to do detail analysys of code to make sure all the optimization is done. First thing anyone will catch is Select *.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799591#M1123871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799592#M1123872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Thank you all for your valuable suggestion. i will keep this thread open and will close this once the issue is solved and will update you the solution that resolved my problem.&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;Aishwarya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 06:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799592#M1123872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T06:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue with Internal Table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799593#M1123873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aishwarya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Memory allocated for table T_DETAIL[] : 2,901,008 2,890,724 (Contains 6,000 Records)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the memory allocated for each record is very large. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the select statement, you have used *. Are all the fields from the table ypst_fdsdmap required? If not just change the structure of t_detail and select those fields which are required.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2008 07:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-with-internal-table/m-p/4799593#M1123873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-21T07:10:46Z</dc:date>
    </item>
  </channel>
</rss>

