<?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 LCHR data type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782734#M337278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the LCHR data type and when do we use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Dec 2006 10:46:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-22T10:46:45Z</dc:date>
    <item>
      <title>LCHR data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782734#M337278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the LCHR data type and when do we use it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:46:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782734#M337278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: LCHR data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782735#M337279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi pavel,&lt;/P&gt;&lt;P&gt;The data type LCHR should be used for character strings of arbitrary length, but with at least 256 characters.&lt;/P&gt;&lt;P&gt;Unlike binary data (LRAW), character data (LCHR) is converted automatically in heterogeneous environments, providing the database system used supports ASCII-EBCDIC or code page conversion in heterogeneous networks. Type LCHR is therefore suitable for long texts that are to be stored. Fields of type LCHR can occur in structures and tables. Fields of this type must be placed at the end in tables and have a preceding length field of the type INT2. When using INSERT or UPDATE in ABAP/4 programs, the preceding length field must be filled with the length actually required. LCHR fields cannot be used in WHERE conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; Difference between LCHR and CHAR or between LRAW and RAW&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Fields of the type CHAR or RAW can have any length in structures. In tables, however, the maximum length is only 255. If longer character fields or raw fields are to be used in tables, then the data types LCHR or LRAW must be used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 10:50:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782735#M337279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T10:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: LCHR data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782736#M337280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sreekanth!&lt;/P&gt;&lt;P&gt;Points awarded!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Dec 2006 11:03:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lchr-data-type/m-p/1782736#M337280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-22T11:03:09Z</dc:date>
    </item>
  </channel>
</rss>

