<?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 ---STORAGE_PARAMETERS_WRONG_SET in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023341#M961484</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;Try to clear the space occupied by internal tables in your program.&lt;/P&gt;&lt;P&gt;check if there are so many variables and internal tables thats comsuing the memroy.&lt;/P&gt;&lt;P&gt;check for the tables used in the program for buffering!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use memory inspector.&lt;/P&gt;&lt;P&gt;for  know-how chk this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/98/bccab27c757c4ab202e63db2e4fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/98/bccab27c757c4ab202e63db2e4fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 19 Jun 2008 06:59:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T06:59:36Z</dc:date>
    <item>
      <title>Memory Issue ---STORAGE_PARAMETERS_WRONG_SET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023340#M961483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; I have an Internal table with 63683 records and when do the below operation &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT &amp;lt;table_data&amp;gt; ASSIGNING &amp;lt;table_line_data&amp;gt;.&lt;/P&gt;&lt;P&gt;    CLEAR &amp;lt;data_line&amp;gt;.&lt;/P&gt;&lt;P&gt;    MOVE-CORRESPONDING &amp;lt;table_line_data&amp;gt; TO &amp;lt;data_line&amp;gt;.&lt;/P&gt;&lt;P&gt;    APPEND &amp;lt;data_line&amp;gt; TO &amp;lt;data&amp;gt;.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;using the internal table it is showing the runtime error STORAGE_PARAMETERS_WRONG_SET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and this is the explanation for the error,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The current program had to be terminated because of an&lt;/P&gt;&lt;P&gt;error when installing the R/3 System.&lt;/P&gt;&lt;P&gt;The program had already requested 1095995136 bytes from the operating&lt;/P&gt;&lt;P&gt;system with 'malloc' when the operating system reported after a&lt;/P&gt;&lt;P&gt;further memory request that there was no more memory space&lt;/P&gt;&lt;P&gt;available."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there is any way to avoid this Error using coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shasiraj.C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023340#M961483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue ---STORAGE_PARAMETERS_WRONG_SET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023341#M961484</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;Try to clear the space occupied by internal tables in your program.&lt;/P&gt;&lt;P&gt;check if there are so many variables and internal tables thats comsuing the memroy.&lt;/P&gt;&lt;P&gt;check for the tables used in the program for buffering!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use memory inspector.&lt;/P&gt;&lt;P&gt;for  know-how chk this link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/98/bccab27c757c4ab202e63db2e4fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/98/bccab27c757c4ab202e63db2e4fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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>Thu, 19 Jun 2008 06:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023341#M961484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Issue ---STORAGE_PARAMETERS_WRONG_SET</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023342#M961485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try commenting that code out and running se30 on the program&lt;/P&gt;&lt;P&gt;are you selecting anywhere for all entries without checking the table is not empty?&lt;/P&gt;&lt;P&gt;have you looked at the dump analysis to see which data you have in internal tables etc ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 18:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-issue-storage-parameters-wrong-set/m-p/4023342#M961485</guid>
      <dc:creator>alison_lloyd</dc:creator>
      <dc:date>2008-06-19T18:10:55Z</dc:date>
    </item>
  </channel>
</rss>

