<?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 Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001853#M407606</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 kind of message occurs if the input file size is more than the size of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So split the data into parts if the data is present in presentation server&lt;/P&gt;&lt;P&gt; and if the data is present in application server ,process only fixed number of entries at a time so put those number of records inside the loop &lt;/P&gt;&lt;P&gt;after that clear and refresh the table. &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;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 14:45:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-12T14:45:37Z</dc:date>
    <item>
      <title>Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001851#M407604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am  trying  to test a program but it failed due to low memory as input file size is 450MB + all the time . It's saying that the memory is low  and leave the transaction before taking  a break! This occures when the trasfer happened  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"  TRANSFER GT_T_DATA TO  PATH_FILE2."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just tell me how to solve this issue .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 13:34:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001851#M407604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001852#M407605</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 excerpt from the OSS notes:&lt;/P&gt;&lt;P&gt;(116042)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This message is NO error message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In certain cases, it may point to a performance problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The information "Memory low" only refers to ONE memory area of the R/3 System, the extended memory. However, the users can request aditional memory in a different memory area, the heap memory, and can continue to work normally. However, a work process is reserved exclusively for the users who use heap memory for that time (that is known as PRIV mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In certain configurations and systems, the use of heap memory is even intended!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The described message is new in Release 4.0 (only the message, the described situation has also already occurred in Release 3). This may be the reason that many users and administrators complain about the "memory errors" and "memory problems" after upgrading to Release 4.0 although objectively no errors can be found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution &lt;/P&gt;&lt;P&gt;What should users and system adminstrators do when they receive this message.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;User: -&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------" /&gt;&lt;P&gt;Users should proceed as proposed in the long text to the message:&lt;/P&gt;&lt;P&gt;"Continue to work as normal and exit the transaction before you take a long break."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System administrators: -&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------" /&gt;&lt;P&gt;Under certain circumstances the message may point to a performance bottleneck. Therefore system adminstrators should check the following if users report that this message occurred:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Call the work process overview (Transaction SM50) and observe this some minutes (pushbutton -&amp;gt; Refresh) - see, whether work processes remain in the state&lt;/P&gt;&lt;P&gt;    Status = stopped and Reason = PRIV,&lt;/P&gt;&lt;P&gt;    Status = running and Action = roll in&lt;/P&gt;&lt;P&gt;     Status = running and Action = roll out&lt;/P&gt;&lt;P&gt;If you find more than 50% of the work processes in this status, then there may be a problem in the configuration.&lt;/P&gt;&lt;P&gt;If you find less than 50% of the work processes in this status, no problem exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Call Transaction ST02.&lt;/P&gt;&lt;P&gt;Check the field "Extended memory" in section "SAP memory", "Current use %". This indicates the current consumption of extended memory.&lt;/P&gt;&lt;P&gt;If this value is &amp;gt; 90%, a problem may exist in memory configuration.&lt;/P&gt;&lt;P&gt;If this value is &amp;lt; 90% is, no problem exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What needs to be done?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you find that extended memory is configured too small, then you should increase it.&lt;/P&gt;&lt;P&gt;It may also be necessary to increase the number of work processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to this too:&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="1469919"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**reward if helpful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001852#M407605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001853#M407606</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 kind of message occurs if the input file size is more than the size of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So split the data into parts if the data is present in presentation server&lt;/P&gt;&lt;P&gt; and if the data is present in application server ,process only fixed number of entries at a time so put those number of records inside the loop &lt;/P&gt;&lt;P&gt;after that clear and refresh the table. &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;sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 14:45:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001853#M407606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T14:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001854#M407607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pattanayak,&lt;/P&gt;&lt;P&gt;  This problem will araise while data is trasferring from internal table to path of the file. i think u r trying to trasfer the data from itab to path. So while define the path mention better to mention the length of path also. Hope this helps you and reply for queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;'Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:01:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001854#M407607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001855#M407608</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;may be this prob related to BASIS people.&lt;/P&gt;&lt;P&gt;U just check how much memory allocated for the ROLLAREA in T-CODE:&amp;lt;b&amp;gt;ST02.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 06:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001855#M407608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T06:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001856#M407609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) If you are creating a file than perhaps if you close the file after a certain number of writes it will clear the buffer designated for your communication with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 18:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-problem/m-p/2001856#M407609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T18:15:57Z</dc:date>
    </item>
  </channel>
</rss>

