<?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: Z table size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761714#M905000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramprasad,&lt;/P&gt;&lt;P&gt;technical info in the data dictionary is an indication for the database system how to allocate space for the table in an efficient manner. Through some calculations it will determine the size of the table extents and with that a maximum number of records that the table can hold but this number is much bigger than the number indicated in the settings. So, while filling your table it ran out of space several times and it got automatically extended. Check with your coleagues in Basis if you want more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 14:44:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T14:44:37Z</dc:date>
    <item>
      <title>Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761713#M904999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Z table and given data class as APPL1 and size category as 2 (Data records expected: 11.000 to 45.000).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After giving that size, the table has already crossed 1 lakh records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know, even when i specify size catergory as 2, why it has crossed 45 thousand mark ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 10:08:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761713#M904999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T10:08:43Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761714#M905000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramprasad,&lt;/P&gt;&lt;P&gt;technical info in the data dictionary is an indication for the database system how to allocate space for the table in an efficient manner. Through some calculations it will determine the size of the table extents and with that a maximum number of records that the table can hold but this number is much bigger than the number indicated in the settings. So, while filling your table it ran out of space several times and it got automatically extended. Check with your coleagues in Basis if you want more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 14:44:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761714#M905000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761715#M905001</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 table will go for dynamic extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 14:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761715#M905001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761716#M905002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramprased,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a table, initial space is saved for it in the database. If more space is required later as a result of data that has been entered, the storage space is increased in accordance with the category selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select the categories 0 to 9 for your table. Each category is assigned a specific fixed storage area value in the database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;For an Example&lt;/U&gt; : you have selected size category 2. The number of data records expected for the size category is 11.000 to 45.000 . While filling the table if the records are exceeded 45.000 then the storage space is increased for more 11.000 to 45.000 records, like that it goes on increasing.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;raam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 15:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761716#M905002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T15:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761717#M905003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramprasad,&lt;/P&gt;&lt;P&gt;                      May I know which version you are using ....&lt;/P&gt;&lt;P&gt;Bcoz this is some problem due to patch level differences from the server side...&lt;/P&gt;&lt;P&gt;If u have Basis Authorizations u can have a look at Tcode SPAM..&lt;/P&gt;&lt;P&gt;U can find the patch levels there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More over if u upgrade the patch levels ur problem will be resolved..&lt;/P&gt;&lt;P&gt;If u dont have any Authorizations ask ur Basis Admin and upgrade the patch levels.&lt;/P&gt;&lt;P&gt;Then try to create the table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may b this will resolve ur issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Rewards,&lt;/P&gt;&lt;P&gt;Sudheer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 16:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761717#M905003</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T16:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761718#M905004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The amount U have allocated is the initial extent, if it exceeds the initial extent it creates the next extent to allocate memory for the records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 04:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761718#M905004</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T04:50:02Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761719#M905005</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;      If the size catagory of a table is upto '45,000'  it means that&lt;/P&gt;&lt;P&gt;that the block size allocation is 45,000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a table is created the initial size is same (say 16,000), whatever may be the size catagory.&lt;/P&gt;&lt;P&gt;when the no. records becomes more than is mark (16,001) a block of memory space is allocated that is given by the size catagory, ie when You are entering the 16,001th record ...... instead of allocating space for one record only , a block of memory is given to the table that is given by the size catagory (45,000). so the size of the table is (16000 + 45000 = 61000) of which 16001 are filled and rest to be filled with records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 05:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761719#M905005</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T05:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761720#M905006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramprasad Simhadri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Size Category&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The Size Category field enables you to specify the maximum number of records you expect this table to hold. You are setting the size of the initial extent and next extents, as well as the maximum number of extents allowed for this table. An extent is the amount of space allocated for a table. The initial extent is the amount of space allocated for a table when it is created. If a table uses up that space, another extent will be allocated, causing the table's space to be extended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size categories are always 0 through 4, but the number of expected records in each size category will change with every table based on the length of a row. Choose an appropriate category based on the maximum number of records you expect that table to hold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CAUTION&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="blue" __jive_macro_name="color"&gt;
When choosing a size category, be generous. In R/3 it is much better to over-estimate than underestimate this parameter. If the size category is too small and the table grows larger than the initial allocation, the RDBMS allocates another extent. Secondary extents reduce performance and require a table-space reorganization to remove. Reorganizations can be very difficult to perform on a large database, especially one that requires high availability. It is much easier to reduce an overly generous size category than it is to increase an underestimated one. 
&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will solve your doubt..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward points if useful...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;ilesh 24x7&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 12:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761720#M905006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T12:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761721#M905007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When a table is created, initial space  is reserved in the database. If more space&lt;/P&gt;&lt;P&gt;is required at a later time due to data entries, additional memory will be added depending on the&lt;/P&gt;&lt;P&gt;selected size category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 13:51:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761721#M905007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-22T13:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Z table size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761722#M905008</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;Data Class describes how the table is stored in the Database ie., the table space required in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Size Category describes how many records we can insert at one stretch..if the size (the no of records) exceeded than the limit it will create new stretch automatically to insert the records in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2008 14:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/z-table-size/m-p/3761722#M905008</guid>
      <dc:creator>former_member787646</dc:creator>
      <dc:date>2008-05-22T14:24:21Z</dc:date>
    </item>
  </channel>
</rss>

