<?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 STRING field in a table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361933#M522587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table in SAP(PLM) where I need to change the existing 255 CHAR fields to 1250 CHAR long.  There are six fields in the table that I need to change.  All the BAPIs using the table are all created and so using LCHAR data type is not going to be very easy.  I have changed the data types of these fields to STRING.  But it seems like SAP would allow only three fields in a table to have STRING data type. All the three fields that I changed to STRING type are working good.  Is there any other data type that I can use to fit 1250 characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 19:04:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-11T19:04:35Z</dc:date>
    <item>
      <title>STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361933#M522587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table in SAP(PLM) where I need to change the existing 255 CHAR fields to 1250 CHAR long.  There are six fields in the table that I need to change.  All the BAPIs using the table are all created and so using LCHAR data type is not going to be very easy.  I have changed the data types of these fields to STRING.  But it seems like SAP would allow only three fields in a table to have STRING data type. All the three fields that I changed to STRING type are working good.  Is there any other data type that I can use to fit 1250 characters?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 19:04:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361933#M522587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T19:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361934#M522588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried RAWSTRING?&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, 11 Jun 2007 19:07:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361934#M522588</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-11T19:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361935#M522589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried RAWSTRING.  It gives activation warnings and leaves the table Partly active.   Following is the warning..&lt;/P&gt;&lt;P&gt;Table contains more than 3 long string fields   &lt;/P&gt;&lt;P&gt;Field ZZPERFDET: Type change                    &lt;/P&gt;&lt;P&gt;  ALTER TABLE is not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 19:29:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361935#M522589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T19:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361936#M522590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about storing as long text using text objects and ids.  You can use the SAVE_TEXT and READ_TEXT function modules and create your custom objects/ids via transaction SE75.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create one object with 3 ids to represent your 3 different long text fields.&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;RIch Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 19:44:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361936#M522590</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-06-11T19:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361937#M522591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just  try place the&amp;lt;b&amp;gt; remaining  3  fields  in the new structure&amp;lt;/b&amp;gt; and  activate the structure  ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then  &amp;lt;b&amp;gt;include the structure  in the same  table  &amp;lt;/b&amp;gt; it would  work i think...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Girish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 03:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361937#M522591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T03:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361938#M522592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; i think any table can have maximum of 4000 char as its length( check for the exact no..)&lt;/P&gt;&lt;P&gt;If it crosses that it wont be activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also see the following from sap help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Character string of variable length. This type may not be used in database tables. In ABAP this type is implemented as a reference to a storage area of variable size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RAWSTRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uninterpreted byte string of variable length. This type may not be used in database tables. In ABAP this type is implemented as a referece to a storage area of variable size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i think its better to display as char and required length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Vasant..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 06:07:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361938#M522592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T06:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: STRING field in a table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361939#M522593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thinkk u cant decalre a char not max than 255 ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2007 06:16:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/string-field-in-a-table/m-p/2361939#M522593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-12T06:16:09Z</dc:date>
    </item>
  </channel>
</rss>

