<?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: Dump while executing tcode for table maintainence in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157355#M993922</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the TMG , however there were no issues with it. So, I have created a wrapper program to meet my requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this program , i have designed a selection screen which consist of Company code and posting date. Depending on these two fileds I am calling FM "VIEW_MAINTENANCE_CALL" so that I get to view the entries in the table based on the selection criteria specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Jul 2008 05:10:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-14T05:10:05Z</dc:date>
    <item>
      <title>Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157350#M993917</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 custom table for which I have a table maintainence generator. However, when I execute the tcode for maintaining table entries in the custom table I am getting a dump with the below information :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error description :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No storage space available for extending the internal table.&lt;/P&gt;&lt;P&gt;The system is utilizing more than 4GB of extended memory, which is not allowed by the memory parameter as per the Globe standards. The request is not being fulfilled and due to this the termination is occuring in the standard program "LKKBLF99".&lt;/P&gt;&lt;P&gt;The amount of storage space (in bytes) filled at termination time was:&lt;/P&gt;&lt;P&gt;Roll area...................... 2718352&lt;/P&gt;&lt;P&gt;Extended memory (EM)........... 4001250048  --&amp;gt; More than 4GB.&lt;/P&gt;&lt;P&gt;Assigned memory (HEAP)......... 10004800&lt;/P&gt;&lt;P&gt;Short area..................... " "&lt;/P&gt;&lt;P&gt;Paging area.................... 106496&lt;/P&gt;&lt;P&gt;Maximum address space.......... 4294967295&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------" /&gt;&lt;P&gt;Information on where terminated&lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP program "SAPLKKBL" in "GEN_LINE_OUT". The main program was "SAPMSVMA ".&lt;/P&gt;&lt;P&gt;The termination occurred in line 656 of the source code of the (Include) program "LKKBLF99" of the source code of program "LKKBLF99" (when calling the editor 6560).&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know exactly what is the issue with the tcode for sm30 and how can I resolve it..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Warm regards,&lt;/P&gt;&lt;P&gt;  Prajakta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157350#M993917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T10:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157351#M993918</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;&lt;/P&gt;&lt;P&gt;  This can be occur in one situation...,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table entries changed ( add or delete ) after generating the TMG...then that table will not allows to create new entries,Because the FG(which you assigns while creating TMG) is handling the old structure of the table so its not supports...for new structure,(I faced the same thing previously)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this...,&lt;/P&gt;&lt;P&gt;Just delete the TMg and Create the new one... It will works..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Naveen Inuganti on Jul 11, 2008 4:04 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157351#M993918</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-11T10:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157352#M993919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the inputs. However, this dump has occured in the production server.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Jul 2008 10:34:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157352#M993919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-11T10:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157353#M993920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 04:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157353#M993920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T04:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157354#M993921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..Prajaktha..,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you solved your problem???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz let me know what you done for this?&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>Mon, 14 Jul 2008 04:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157354#M993921</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-14T04:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157355#M993922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked the TMG , however there were no issues with it. So, I have created a wrapper program to meet my requirements. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this program , i have designed a selection screen which consist of Company code and posting date. Depending on these two fileds I am calling FM "VIEW_MAINTENANCE_CALL" so that I get to view the entries in the table based on the selection criteria specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 05:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157355#M993922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-14T05:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dump while executing tcode for table maintainence</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157356#M993923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok... Prajaktha..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your helpful response.&lt;/P&gt;&lt;P&gt;Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jul 2008 05:19:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-while-executing-tcode-for-table-maintainence/m-p/4157356#M993923</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2008-07-14T05:19:10Z</dc:date>
    </item>
  </channel>
</rss>

