<?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: ABAP memory performance issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704522#M1105388</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to export characteristics, and the fields may be changed accrounding to customizing.&lt;/P&gt;&lt;P&gt;Does it will couse performance issue or will it be lost?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Nov 2008 03:21:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-11T03:21:35Z</dc:date>
    <item>
      <title>ABAP memory performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704520#M1105386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I got a problem with ABAP memory performance issue. I need to export an internal table to ABAP memory, and it's ID is sales order number. So, I will bulid too many ABAP memory in SAP...&lt;/P&gt;&lt;P&gt;    Does it will couse performance issue or will it be lost?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tyrolu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 03:08:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704520#M1105386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T03:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704521#M1105387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you Export Whole internal table with all sales orders in one hit?Why you are passing one by one?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 03:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704521#M1105387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T03:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704522#M1105388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to export characteristics, and the fields may be changed accrounding to customizing.&lt;/P&gt;&lt;P&gt;Does it will couse performance issue or will it be lost?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 03:21:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704522#M1105388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T03:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP memory performance issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704523#M1105389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyrolu,&lt;/P&gt;&lt;P&gt;There are some settings in basis which decides size of your abap memory.&lt;/P&gt;&lt;P&gt;If you are consuming most of the abap memory by exporting heavy objects to abap memory then&lt;/P&gt;&lt;P&gt;you may face a problem as many &lt;STRONG&gt;standard sap program&lt;/STRONG&gt; aslo uses abap memory and &lt;/P&gt;&lt;P&gt;if there is no free abap memory then they will start thowing &lt;STRONG&gt;short dumps&lt;/STRONG&gt; like "Page allocation error"&lt;/P&gt;&lt;P&gt;or "Could not allocate shared memory" or something like that, I don't remember exact term now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In some cases you won't have any problem if users are less, but as the no of concurrent users&lt;/P&gt;&lt;P&gt;running your program increased then every user who runs the program would consume abap memory&lt;/P&gt;&lt;P&gt;and if there is no free abap memory then this may again lead to above mentioned problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ensure &lt;STRONG&gt;FREE MEMORY ID&lt;/STRONG&gt; is used which clears abap memory immediatly. &lt;/P&gt;&lt;P&gt;Other wise abap memory is cleared by the garbage collector on random basis and by that time &lt;/P&gt;&lt;P&gt;your memory remains consumed and not available for other programs to use &lt;/P&gt;&lt;P&gt;which may again lead to above mentioned problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2008 05:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-memory-performance-issue/m-p/4704523#M1105389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-11T05:14:45Z</dc:date>
    </item>
  </channel>
</rss>

