<?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: Increasing table size by adding fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896555#M680948</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;I think we can add as many field we want to have in a data base tables . As such there is no impact on the database except the size that the table occupies . Programitically the impact can be reduced by proper indexing , sorting , binary search while selecting the data base record . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More over the performance in case of &amp;lt;b&amp;gt;z* tables&amp;lt;/b&amp;gt; can be raised by selecting proper &amp;lt;b&amp;gt;delivery class&amp;lt;/b&amp;gt; for the table in &amp;lt;b&amp;gt;delivery&amp;amp;maintainence tab&amp;lt;/b&amp;gt; in se11.&lt;/P&gt;&lt;P&gt;Moreover putting right technical details for the z* table will also enhance the performance &amp;amp; reduce load on database during runtime execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps u in some way... Hope i am clear..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Oct 2007 08:31:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-11T08:31:46Z</dc:date>
    <item>
      <title>Increasing table size by adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896554#M680947</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;Could anyone let me know to what extend we can increase the size of table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any impact on the database ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so then till what size we can safely increase our table size ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 07:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896554#M680947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T07:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing table size by adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896555#M680948</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;I think we can add as many field we want to have in a data base tables . As such there is no impact on the database except the size that the table occupies . Programitically the impact can be reduced by proper indexing , sorting , binary search while selecting the data base record . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More over the performance in case of &amp;lt;b&amp;gt;z* tables&amp;lt;/b&amp;gt; can be raised by selecting proper &amp;lt;b&amp;gt;delivery class&amp;lt;/b&amp;gt; for the table in &amp;lt;b&amp;gt;delivery&amp;amp;maintainence tab&amp;lt;/b&amp;gt; in se11.&lt;/P&gt;&lt;P&gt;Moreover putting right technical details for the z* table will also enhance the performance &amp;amp; reduce load on database during runtime execution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it helps u in some way... Hope i am clear..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:31:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896555#M680948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:31:46Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing table size by adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896556#M680949</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;             in case of ztable you can add the fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          in pre-defined tables you have to include using INCLUDE...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          Whenever you alter the table ...  you have to generate the &amp;lt;b&amp;gt;table maintenance generator.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896556#M680949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Increasing table size by adding fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896557#M680950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Frend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can increase table size by &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;se11&amp;lt;/b&amp;gt;&lt;DEL&gt;&amp;gt;&amp;lt;b&amp;gt;table name&amp;lt;/b&amp;gt; in database table tab&lt;/DEL&gt;&amp;gt;&amp;lt;b&amp;gt;maintain&amp;lt;/b&amp;gt;&lt;DEL&gt;&amp;gt;&amp;lt;b&amp;gt;technical settings&amp;lt;/b&amp;gt; tab at top in standard toolbar&lt;/DEL&gt;&amp;gt;&amp;lt;b&amp;gt;size category&amp;lt;/b&amp;gt;(here u can enter size as required by u).&lt;/P&gt;&lt;P&gt;It has an impact on all the programs,domains and data elements,etc using that table.It increase usage of database and affects program and table performance.&lt;/P&gt;&lt;P&gt;Basically size upto two options in size category is preferred(mostly first option).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward helpful points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Oct 2007 08:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/increasing-table-size-by-adding-fields/m-p/2896557#M680950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-11T08:57:22Z</dc:date>
    </item>
  </channel>
</rss>

