<?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 length error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425355#M1050892</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to activate in Tcode SE14 - Database Utility,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2008 14:32:43 GMT</pubDate>
    <dc:creator>former_member585060</dc:creator>
    <dc:date>2008-09-04T14:32:43Z</dc:date>
    <item>
      <title>Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425353#M1050890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a customized table. I have inserted 126 fields in the table so far.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i activate the table, the error message "Table &amp;lt;name&amp;gt; is too long (&amp;gt;4030)" is encountered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know how to resolve this issue. I would like to use a single table for my scenario instead of splitting data between 2 or more tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 14:20:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425353#M1050890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425354#M1050891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you cannot avoid that restriction. Perhaps you can make a work around.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm wondering, since string fields have dynamic lenght, you can create one string field, and then concatenate some of your field on it, separated by some special character like '&amp;amp;separator&amp;amp;. You can do this with fields that you won't use in select queries "where" condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only have 3 of this fields (another restriction you cannot avoid! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 14:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425354#M1050891</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-09-04T14:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425355#M1050892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to activate in Tcode SE14 - Database Utility,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 14:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425355#M1050892</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-09-04T14:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425356#M1050893</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;The following reasons might be possible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The total length of the output columns exceeds 4048. &lt;/P&gt;&lt;P&gt;The total length of the output columns, together with the columns specified in the &amp;lt;ORDER clause&amp;gt; or &amp;lt;GROUP clause&amp;gt;, exceeds 4048. &lt;/P&gt;&lt;P&gt;The total length of the output columns, together with the correlated columns and columns of &amp;lt;PREDICATE&amp;gt;s which contain a &amp;lt;SUBQUERY&amp;gt;, exceeds 4048 in an SQL statement with correlated subqueries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ravi Kanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2008 21:28:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425356#M1050893</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-04T21:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425357#M1050894</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;    The problem because you had given the name of the table too long. Give the name of the table as 'ZNEW'.&lt;/P&gt;&lt;P&gt;    I think there is no restriction, you can use any number of fields in a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 05:31:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425357#M1050894</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T05:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425358#M1050895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried activating in Tcode SE14 - Database Utility and still getting the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table name does not matter as I still get the same error with 'ZNEW' as table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 09:15:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425358#M1050895</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T09:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425359#M1050896</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 dont think there is any limit to the number of fields in a table.&lt;/P&gt;&lt;P&gt;U can try renaming the table or creating a new one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Moreover you can refer to the following links....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="741000"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="420350"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/41/bf33c977c7f240832dcd166653ec29/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/41/bf33c977c7f240832dcd166653ec29/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Manish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 09:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425359#M1050896</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425360#M1050897</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;   Check the BSEG table which consists of more than 300 fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2008 10:35:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425360#M1050897</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T10:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425361#M1050898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BSEG table does have 313 entries but most of them have length in single digit . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not the number of fields that matter but the cumulative length of the fields that should not exceed 4030.&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, 05 Sep 2008 12:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425361#M1050898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-05T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425362#M1050899</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 better create a TEXT table for Descriptions and attach to your Ztable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg:-&lt;/P&gt;&lt;P&gt;MARA -- Main table&lt;/P&gt;&lt;P&gt;MAKT --- Text table for MARA    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can access it from SE11, Menubar Goto &amp;gt; Text Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Text table in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Suppose &lt;/P&gt;&lt;P&gt;zabc  = Normal table&lt;/P&gt;&lt;P&gt;ZABCT = Text table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create first ZABC table thru se11,&lt;/P&gt;&lt;P&gt;    with primary key field(s)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Create ZABCT thru se11,&lt;/P&gt;&lt;P&gt;and specify all the primary key field(s)&lt;/P&gt;&lt;P&gt;of the first table,&lt;/P&gt;&lt;P&gt;along with SPRAS (language field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. When we specify the primary key of this table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) We have to give check table as ZABC&lt;/P&gt;&lt;P&gt;b) Specify all the primary key fields of ZABC table&lt;/P&gt;&lt;P&gt;(along with mandt)&lt;/P&gt;&lt;P&gt;c) Click the RADIO BUTTON, &lt;/P&gt;&lt;P&gt;'key fields of a text table'.&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;Bala Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Sep 2008 09:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425362#M1050899</guid>
      <dc:creator>former_member585060</dc:creator>
      <dc:date>2008-09-06T09:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table length error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425363#M1050900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Sep 2008 03:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-length-error/m-p/4425363#M1050900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-12T03:21:06Z</dc:date>
    </item>
  </channel>
</rss>

