<?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: Characters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811319#M916798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a predefined type STRING with length 350.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the enhancement catagories to can be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow you create a table with field of 350 characters .the table will be a deep structure.you can't use the table field for ranges but can do other stuff's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;extras&amp;gt;enhancement catagoeries&amp;gt;can be enhanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2008 10:00:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-14T10:00:29Z</dc:date>
    <item>
      <title>Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811310#M916789</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 want to upload text lines of 350 characters in a db table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I create the domain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Netra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811310#M916789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811311#M916790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se11 enter name of your data element and create it. In here use either built in type, or create a domain by double clicking on the name you are entering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:36:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811311#M916790</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-14T09:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811312#M916791</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;Put the data type as char and length as 350.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:36:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811312#M916791</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811313#M916792</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;Use LCHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predefined Types in the ABAP Dictionary &lt;/P&gt;&lt;P&gt;The following table lists the predefined types in the ABAP Dictionary. These types cannot be used directly in ABAP programs, and are therefore known as external data types. Instead, they are used in the ABAP Dictionary for the definition of data types to which ABAP programs can refer. The predefined data types of the ABAP Dictionary must also be taken into account in Open SQL statements and when working with screens: Open SQL statements work with database tables defined in the ABAP Dictionary whose colums have external data types. Screen fields are also declared in the Screen Painter with reference to external data types. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type Permitted Places m Meaning ABAP Type &lt;/P&gt;&lt;P&gt;ACCP 6 Accounting period n(6) &lt;/P&gt;&lt;P&gt;CHAR 1-255 Character string c(m) &lt;/P&gt;&lt;P&gt;CLNT 3 Client c(3) &lt;/P&gt;&lt;P&gt;CUKY 5 Currency key c(5) &lt;/P&gt;&lt;P&gt;CURR 1-31 Currency field p((m+1)/2) &lt;/P&gt;&lt;P&gt;DATS 8 Date d &lt;/P&gt;&lt;P&gt;DEC 1-31 Calculation/amount field p((m+1)/2) &lt;/P&gt;&lt;P&gt;FLTP 16 Floating point number f(8) &lt;/P&gt;&lt;P&gt;INT1 3 1 byte integer b &lt;/P&gt;&lt;P&gt;INT2 5 2 byte integer s &lt;/P&gt;&lt;P&gt;INT4 10 4 byte integer i &lt;/P&gt;&lt;P&gt;LANG 1 Language c(1) &lt;/P&gt;&lt;P&gt;LCHR 256-... Long character string c(m) &lt;/P&gt;&lt;P&gt;LRAW 256-... Long byte string x(m) &lt;/P&gt;&lt;P&gt;NUMC 1-255 numerischer Text n(m) &lt;/P&gt;&lt;P&gt;PREC 2 Accuracy of a quantity field s &lt;/P&gt;&lt;P&gt;QUAN 1-31 Quantity field p((m+1)/2) &lt;/P&gt;&lt;P&gt;RAW 1-255 Byte sequence x(m) &lt;/P&gt;&lt;P&gt;RAWSTRING 256-... Byte sequence xstring &lt;/P&gt;&lt;P&gt;SSTRING 1-255 Character string string &lt;/P&gt;&lt;P&gt;STRING 256-... Character string string &lt;/P&gt;&lt;P&gt;TIMS 6 Time t &lt;/P&gt;&lt;P&gt;UNIT 2-3 Unit key c(m) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For types LCHR and LRAW, the maximum number of places in a transparent database table is the value of the preceding INT2 field. &lt;/P&gt;&lt;P&gt;The types RAWSTRING and STRING have a variable length. A maximum length for these types can be specified, but has no upper limit. &lt;/P&gt;&lt;P&gt;The type SSTRING is available as of release 6.10 and it has a variable length. Its maximum length must be specified and is limited to 255. The advantage of this type compared with CHAR, is that it is assigned to the ABAP type string. &lt;/P&gt;&lt;P&gt;The table below shows the data types of the ABAP Dictionary that are based on the predefined types in the above table, and that can be addressed in an ABAP program. The elementary components of these data types are converted to predefined ABAP data types according to the final column in the above table, whereby the number of places m of each type is converted to lengths. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data types in the ABAP Dictionary Data types in ABAP &lt;/P&gt;&lt;P&gt;Data element Elementary data type, Reference type &lt;/P&gt;&lt;P&gt;Structure, Database table, View Structured data type &lt;/P&gt;&lt;P&gt;Table type Table type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward If Helpfull,&lt;/P&gt;&lt;P&gt; Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811313#M916792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811314#M916793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it allows length of only 255&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811314#M916793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811315#M916794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;better to take the data type as STRING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811315#M916794</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811316#M916795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of a data element, use a predefined type STRING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but for some technical reasons, i think you can use at most three string type fields in your table.....just FYI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on May 14, 2008 5:41 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Priyank Jain on May 14, 2008 5:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:40:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811316#M916795</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811317#M916796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Netra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     Yes, you are correct. SAP  allows a maximum of 255 length in any field . You can create  a domain of any size, but when you use it for displaying purpose, it displays a maximum of 255 only, as it can hold only 255 at max. So always better try to use within 255 length only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful to you. If you need further information, revert back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nagaraj T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:41:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811317#M916796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811318#M916797</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; To create domain do the following:&lt;/P&gt;&lt;P&gt;   goto se11 -&amp;gt; create a domain -&amp;gt; in Data Type put 'string'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type char can be set maximum 255 characters. So give data type as 'String'. It will not ask for output lenght.&lt;/P&gt;&lt;P&gt;Please try the above solution and reply if anything is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Ashlesha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 09:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811318#M916797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T09:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811319#M916798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a predefined type STRING with length 350.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the enhancement catagories to can be enhanced.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will allow you create a table with field of 350 characters .the table will be a deep structure.you can't use the table field for ranges but can do other stuff's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;extras&amp;gt;enhancement catagoeries&amp;gt;can be enhanced.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2008 10:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811319#M916798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-14T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Characters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811320#M916799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check type; RAWSTRING&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 18:00:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/characters/m-p/3811320#M916799</guid>
      <dc:creator>fabio_passoni</dc:creator>
      <dc:date>2016-03-09T18:00:32Z</dc:date>
    </item>
  </channel>
</rss>

