<?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: Dictionary tables maximum width in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095688#M102079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Domenico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be limits beyond SAP's.  You will need to speak with a DBA on your staff that supports your underlying DB system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each DB system/version will have limits that are enforced on all SAP data dic objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2005 18:55:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-28T18:55:35Z</dc:date>
    <item>
      <title>Dictionary tables maximum width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095684#M102075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi developers, &lt;/P&gt;&lt;P&gt;             does anybody know the maximun length a record of a dictionary table can have?&lt;/P&gt;&lt;P&gt;thanx a lot to everybody.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 18:39:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095684#M102075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T18:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary tables maximum width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095685#M102076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Domenico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Following are the major constraints in Table. Nothing Else!!!!!!&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;4. 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;&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;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kam&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Allot points for all worthful postings!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 18:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095685#M102076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T18:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary tables maximum width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095686#M102077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean a transpart table?  I would say the limit is pretty big,  If you look at table STXL,  you will see the one field is over 7000 characters long.   This is because it is a LRAW field.  I know that there will be problems if your key fields are too big.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 18:49:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095686#M102077</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-28T18:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary tables maximum width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095687#M102078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manti, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till 4.6c we can have only 256 fields, but it has been extended in 4.7 &lt;/P&gt;&lt;P&gt;( Now it is 1024 fields (with key) and 1023(without key) ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internal length of a table row is 8088 Bytes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajasekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 18:55:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095687#M102078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T18:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary tables maximum width</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095688#M102079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Domenico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There will be limits beyond SAP's.  You will need to speak with a DBA on your staff that supports your underlying DB system.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each DB system/version will have limits that are enforced on all SAP data dic objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 18:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-tables-maximum-width/m-p/1095688#M102079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T18:55:35Z</dc:date>
    </item>
  </channel>
</rss>

