<?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: Table issue...? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169598#M754223</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;Nothing will happen, it will consider all the records. It is mainly deals with memory. It actually retrieves the data on based on memory paging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2007 13:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-19T13:21:24Z</dc:date>
    <item>
      <title>Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169595#M754220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As all of you know like while creating the table will choose the size from 0 &amp;#150; 4, assume that I&amp;#146;m chosen Number 1 and restricted records to store till 50,000, now I&amp;#146;m trying to store 50,001 record, what will happens?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Akshitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169595#M754220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169596#M754221</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 you have specified a size category of 0 ( say records 0 to 15000) and if your number of records are exceeding then the above said limit then a new memory area would be allocated to your table memory .&lt;/P&gt;&lt;P&gt;But doing this is not suggested as it causes the performance problems. If you know at at any given point of time your table may contain more than the limit you are giving then in that case you should always go for the higher limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the F1 help for size category :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The size category determines the probable space requirement for a table in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can select the categories 0 to 4 for your table. Each category is assigned a specific fixed storage area value in the database. 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;Press F4 on the field Size category to see the number of data records that can be maintained for the individual categories of your table without complications ensuing. These complications could be for example a reorganization becoming necessary because the maximum space to be reserved for the table was exceeded due to the maintained size category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would be helpful to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169596#M754221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169597#M754222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The record will still be stored in the table but the performance will suffer. When you create the table the database will 'reserve' space for the size categorie you have choosen and if you exceed that number of records the database has to grab more space which will affect the performance negatively the more you exceed that number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169597#M754222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169598#M754223</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;Nothing will happen, it will consider all the records. It is mainly deals with memory. It actually retrieves the data on based on memory paging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169598#M754223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169599#M754224</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;When you are inserting  records more than the number of records you initially allocated thru size category system stores extra records in paging memory not in main memory.so it will take more time compared to main memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you just discuss with functional consultant what should be the estimate no of records in production and allocate like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you will not get any error but access time is more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;sivaparvathi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if helpful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169599#M754224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table issue...?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169600#M754225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can add the new record to the table but i dont think it ll update the same in the particular table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2007 13:53:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/3169600#M754225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-19T13:53:33Z</dc:date>
    </item>
  </channel>
</rss>

