<?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: System Imode too large in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315727#M1393515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The declartion of internal table was changed and used parellel cursor logic &lt;/P&gt;&lt;P&gt;and then program executed successfully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Nov 2009 10:59:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-10T10:59:18Z</dc:date>
    <item>
      <title>System Imode too large</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315723#M1393511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a BW guy. i have written ABAP program.&lt;/P&gt;&lt;P&gt;I  have delivered the Program to Production .This program runs fine in all development and QA systems .But the program is throwing dump in the Production ( with an error SYSTEM_IMODE_TOO_LARGE).I got input as this is a memory issue and can be rectified by  fine tuning the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could anyone help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the program in below link &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Program|http://www.4shared.com/file/144544927/3a37f230/REPORT_YSBWVASVAP_no_standard_page_heading.html]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 05:51:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315723#M1393511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-29T05:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: System Imode too large</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315724#M1393512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is indeed a memory issue, but since I'm not able to look at your code right now I can only suggest you have a look at the memory your report is consuming. You can use the memory analyzer for that (there is a blog / article on SCN somewhere). In general I guess that some of your internal tables are 'too big' (too many entries), so initializing them could help (FREE). On the other hand, it is also possible to change the profile parameter abap/max_imode (basis administrator).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Oct 2009 07:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315724#M1393512</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-10-29T07:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: System Imode too large</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315725#M1393513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the code belwo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message - Please respect the 2,500 character maximum when posting. Post only the relevant portions of code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 2, 2009 9:17 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 07:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315725#M1393513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T07:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: System Imode too large</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315726#M1393514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search Notes 409641, 417307, 419465, 548845 and 589997.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Nov 2009 08:35:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315726#M1393514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-02T08:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: System Imode too large</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315727#M1393515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The declartion of internal table was changed and used parellel cursor logic &lt;/P&gt;&lt;P&gt;and then program executed successfully&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Nov 2009 10:59:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-imode-too-large/m-p/6315727#M1393515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-10T10:59:18Z</dc:date>
    </item>
  </channel>
</rss>

