<?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 Creation Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127079#M986870</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;Standard size of a table to be created should be less than 1962&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a field length is 1&amp;lt;length&amp;gt;255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can not create a field or table exceeding this limit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 06:09:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T06:09:24Z</dc:date>
    <item>
      <title>Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127078#M986869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a requirement to create a table in data dictonary, I have around 20 fields, among them 12 are character fields, 2 are Raw datatype fields and remaining are intiger fileds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here my problem is among character fields 11 are having 256 as length and 1 is having 10000 as lenght.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two raw fields are having 1000 and 10000 as length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am using String insted of char and Rawstring insted of Raw, system is throwing an error, table&lt;/P&gt;&lt;P&gt;contains morethan 3 long string fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me solution, how can I acheive these, this is a urgent requirement.&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;Praveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127078#M986869</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2008-06-30T06:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127079#M986870</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;Standard size of a table to be created should be less than 1962&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and a field length is 1&amp;lt;length&amp;gt;255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can not create a field or table exceeding this limit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127079#M986870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127080#M986871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       A table field can have a length  maximum of 255 characters. You cannot exceed that length. Make sure that you donot cross that limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Any queires, get back to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chandra Sekhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127080#M986871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127081#M986872</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;There is no way to declare a table with a field length of 1000 charaters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you know SAP has defined the field length for tale fields as 256 only you cannot exceed that limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to cut short the length of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:34:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127081#M986872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127082#M986873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use LCHR type and declare as much as you can.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you need to use that filed along with INT2 field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference you can check this table..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;TVEP6&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 06:41:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127082#M986873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T06:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127083#M986874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have solved this...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 06:04:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127083#M986874</guid>
      <dc:creator>praveen_hannu</dc:creator>
      <dc:date>2008-07-01T06:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Creation Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127084#M986875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did u solve this problem? can you please share it so that I can also make use of it... I want to store long text(ie. description) in db.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Viral&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 10:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-problem/m-p/4127084#M986875</guid>
      <dc:creator>viralkumar_patel</dc:creator>
      <dc:date>2011-03-09T10:06:27Z</dc:date>
    </item>
  </channel>
</rss>

