<?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: error while creating database table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084481#M1180722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be constrains &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie  maximum of 16 key fields per table is permitted and maximum length of the table key is 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Feb 2009 07:15:06 GMT</pubDate>
    <dc:creator>former_member194669</dc:creator>
    <dc:date>2009-02-06T07:15:06Z</dc:date>
    <item>
      <title>error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084480#M1180721</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 am creating a table with 2 key fields of length 255 chars each. its giving me error Key field is greater than 780. Please suggest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:10:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084480#M1180721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084481#M1180722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will be constrains &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie  maximum of 16 key fields per table is permitted and maximum length of the table key is 255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084481#M1180722</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-02-06T07:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084482#M1180723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the Link below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[error while creating database table|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kalyan B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:17:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084482#M1180723</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084483#M1180724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since table key can be max of 255 length,we rarely make use of a single key field of 255,&lt;/P&gt;&lt;P&gt;so, reduce the length of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Constraints&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;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;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;A table may 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;/P&gt;&lt;P&gt;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;Edited by: Sreesudha Gullapalli on Feb 6, 2009 8:19 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084483#M1180724</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084484#M1180725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Either you can have only one key field with 255 length or the length of the both key fields should not be more than 255 and then you can adjust database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pinaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084484#M1180725</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: error while creating database table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084485#M1180726</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;You cannot have key fields length longer than 69 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Feb 2009 07:26:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-database-table/m-p/5084485#M1180726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-06T07:26:20Z</dc:date>
    </item>
  </channel>
</rss>

