<?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 for internal tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038246#M85716</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;System Field: &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;SY-TOCCU&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, SY-TLENG contains the amount of memory allocated to the relevant internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Dec 2005 06:24:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-21T06:24:35Z</dc:date>
    <item>
      <title>Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038242#M85712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any method to find out in "runtime" how much memory for internal tables is left ?&lt;/P&gt;&lt;P&gt;If there is, the programm could do a better reaction than runniung into a "dump"...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 05:46:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038242#M85712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T05:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038243#M85713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this abstract from abap faqs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;List of internal tables while debugging&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There can be times when you need a list of active internal tables while you are debugging ABAP code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first method, lets you see which table required a lot of memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While on debug mode follow the menu path GOTO-&amp;gt;Display condition-&amp;gt;memory use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select tabstrip: Memory use - ranked list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second method provides a very detailed list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While in debug mode, choose GOTO-&amp;gt;System Areas-&amp;gt;internal information&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A list appears on the debug screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default the area editbox contains a ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now enter DSEG in that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Return .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will get a list of all the tables active in that program along with some other attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type and size of the records determine if they are internal tables and how many records there are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can play around and try the other area than DSEG, some are interesting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;link: &lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-6" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/840ad679-0601-0010-cd8e-9989fd650822#q-6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Hemendra Singh Manral&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 05:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038243#M85713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T05:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038244#M85714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Thnaks for that but what I need is to find that out in a running programm by itself. I'd like to react in the programm by interacting to the user or something like that...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 05:54:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038244#M85714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T05:54:47Z</dc:date>
    </item>
    <item>
      <title>Re: Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038245#M85715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;have you tried TX: SE30 for abap runtime analysis&lt;/P&gt;&lt;P&gt;here you can check the performance of your internal table&lt;/P&gt;&lt;P&gt;at runtime.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 06:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038245#M85715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T06:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038246#M85716</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;System Field: &amp;lt;u&amp;gt;&amp;lt;b&amp;gt;SY-TOCCU&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the statements DESCRIBE TABLE, LOOP AT, and READ TABLE, SY-TLENG contains the amount of memory allocated to the relevant internal table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 06:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038246#M85716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T06:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory for internal tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038247#M85717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !&lt;/P&gt;&lt;P&gt;Thanks for that...&lt;/P&gt;&lt;P&gt;What unit are there values .. bytes, lines... ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Dec 2005 06:32:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-for-internal-tables/m-p/1038247#M85717</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-21T06:32:51Z</dc:date>
    </item>
  </channel>
</rss>

