<?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 Alternative to String in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388706#M813664</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;   Is there any alternative to using string data type in case we need to display more than&lt;/P&gt;&lt;P&gt;   255 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>Mon, 25 Feb 2008 12:24:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-25T12:24:41Z</dc:date>
    <item>
      <title>Alternative to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388706#M813664</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;   Is there any alternative to using string data type in case we need to display more than&lt;/P&gt;&lt;P&gt;   255 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>Mon, 25 Feb 2008 12:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388706#M813664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388707#M813665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can declare variables with char&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data v_char(400) type char.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 12:28:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388707#M813665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T12:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternative to String</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388708#M813666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) make use of LCHR to store the long text in the table, it will allow up to 32000 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You need to create a table have a filed longer than 512 char, so you should use a field with a domain with type LRAW or LCHR (it can be longer than 512 char):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the data element PC03_DSATZ for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create your table, before this field you have to insert a field type INT4 where you'll indicate the lenght of your text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So your table should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MANDT key&lt;/P&gt;&lt;P&gt;NAME (Text Name) key&lt;/P&gt;&lt;P&gt;ZLENG (Type INT4)&lt;/P&gt;&lt;P&gt;TEXT (type LCHR)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2008 12:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alternative-to-string/m-p/3388708#M813666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-25T12:35:59Z</dc:date>
    </item>
  </channel>
</rss>

