<?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 Size in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941271#M942838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this link... ithink it will be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/htmhelp/32/60a014540911d5a9fd00a0c9449261/content.htm" target="test_blank"&gt;http://www.sapdb.org/htmhelp/32/60a014540911d5a9fd00a0c9449261/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&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;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 09:51:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-29T09:51:57Z</dc:date>
    <item>
      <title>Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941266#M942833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;        What is the maximum number of columns and the total size a SAP table can have? What are the technical limitations involved in having a table more than what is allowed? I want a detailed explanation if possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This question is respect to a implementation where I have reached the limit for a table size and no more fields can be added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 04:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941266#M942833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T04:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941267#M942834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DGKAT table which store the size cat.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think this will help u....if it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz Reward&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;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941267#M942834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941268#M942835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anbu. &lt;/P&gt;&lt;P&gt;                  But you seem to talking about the number of records. But am asking about the number of columns (fields), an SAP table can have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 05:15:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941268#M942835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T05:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941269#M942836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of columns per table (with KEY) - 1024&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of columns per table (without KEY) - 1023&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number of primary key columns per table - 512&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of columns in an index - 16&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of foreign key columns per table - 16&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of columns in a SELECT statement -  1023&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of columns in an INSERT statement - 1024&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of columns in a results table - 1023&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Number of join tables in a SELECT statement - 64&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Durai.V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941269#M942836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T06:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941270#M942837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What is the maximum number of columns and the total size a SAP table can have? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;A table must not have more than 249 fields. The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the technical limitations involved in having a table more than what is allowed? I want a detailed explanation if possible. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only option left is to define an ztable with the same key as this table and update the ztable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 06:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941270#M942837</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-05-29T06:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941271#M942838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yogi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow this link... ithink it will be helpful for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/htmhelp/32/60a014540911d5a9fd00a0c9449261/content.htm" target="test_blank"&gt;http://www.sapdb.org/htmhelp/32/60a014540911d5a9fd00a0c9449261/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&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;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 09:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941271#M942838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T09:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Size</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941272#M942839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@ Syed : Well that looks like something specific to the SAP DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@ All,  But if this question is in related to a table in the DDIC, there is a restriction to 249 fields. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a DDIC Table, the following constraints apply : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. All the key fields of a table must be stored together at the beginning of the table. A non-key field may not occur between two key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  A maximum of 16 key fields per table is permitted. The maximum length of the table key is 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.  If the key length is greater than 120, there are restrictions when transporting table entries. The key can only be specified up to a maximum of 120 places in a transport. If the key is larger than 120, table entries must be transported generically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;4.  A table may not have more than 249 fields.&lt;/STRONG&gt; The sum of all field lengths is limited to 1962 (whereby fields with data type LRAW and LCHR are not counted). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. Fields of types LRAW or LCHR must be at the end of the table. Only one such field is allowed per table. There must also be a field of type INT2 directly in front of such a field. The actual length of the field can be entered there by the database interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please refer this :&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 11:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-size/m-p/3941272#M942839</guid>
      <dc:creator>vimalv</dc:creator>
      <dc:date>2008-05-29T11:25:50Z</dc:date>
    </item>
  </channel>
</rss>

