<?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: hi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073866#M429776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakasham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As others have said, Internal Tables do not have any specific size. They are allocated memery dynamically at runtime depending onthe amount of data which you are about to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So internal tables do not have any specific size and length, and hence are dependent on the  data to be inserted into it at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Mar 2007 11:04:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-21T11:04:01Z</dc:date>
    <item>
      <title>hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073863#M429773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In defining the the internal table , may i know the size of minimum and maximum defined. im in need of that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 10:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073863#M429773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T10:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073864#M429774</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;The size of the internal tables depends only on the system memory. If the sap server has very much memory, the abap programs can use more memory to run and to store internal tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It cannot be told, how much lines can be stored in internal tables. A few millions have to be fit in an internal table. Of course it pedends on the number of columns also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unneccessary internal tables can be freed with the REFRESH command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minimum number of lines is 0 at default. You can override it during the declaration, with the OCCURS 100 (minimum 100 lines) command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 10:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073864#M429774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T10:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073865#M429775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakasam,&lt;/P&gt;&lt;P&gt;  In internal table minimum number of lines is ZERO maximum u can define N number of lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you, reply for quereis.&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;Kumar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 10:58:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073865#M429775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073866#M429776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakasham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As others have said, Internal Tables do not have any specific size. They are allocated memery dynamically at runtime depending onthe amount of data which you are about to populate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So internal tables do not have any specific size and length, and hence are dependent on the  data to be inserted into it at runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Mar 2007 11:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/2073866#M429776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-21T11:04:01Z</dc:date>
    </item>
  </channel>
</rss>

