<?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: data types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732177#M318751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11, type CHAR01 into domain and click display, now do F4 help on the data type field, here are all of the data types that can be used.  Here is a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


ACCP	Posting period YYYYMM
CHAR	Character string
CLNT	Client
CUKY	Currency key, referenced by CURR fields
CURR	Currency field, stored as DEC
DATS	Date field (YYYYMMDD) stored as char(8)
DEC	Counter or amount field with comma and sign
FLTP	Floating point number, accurate to 8 bytes
INT1	1-byte integer, integer number &amp;lt;= 255
INT2	2-byte integer, only for length field before LCHR or LRAW
INT4	4-byte integer, integer number with sign
LANG	Language key
LCHR	Long character string, requires preceding INT2 field
LRAW	Long byte string, requires preceding INT2 field
NUMC	Character string with only digits
PREC	Precision of a QUAN field
QUAN	Quantity field, points to a unit field with format UNIT
RAW	Uninterpreted sequence of bytes
TIMS	Time field (hhmmss), stored as char(6)
VARC	Long character string, no longer supported from Rel. 3.0
STRING	Character string of variable length
RAWSTRING	Byte string of variable length
UNIT	Unit key for QUAN fields

&lt;/CODE&gt;&lt;/PRE&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>Fri, 29 Dec 2006 19:34:48 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-12-29T19:34:48Z</dc:date>
    <item>
      <title>data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732175#M318749</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;where can I find the different data types used in the database tables and their description &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-char&lt;/P&gt;&lt;P&gt;-..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 19:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732175#M318749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T19:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732176#M318750</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;Check the domain DATATYPE value range for the data types and their descriptions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 19:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732176#M318750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T19:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732177#M318751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE11, type CHAR01 into domain and click display, now do F4 help on the data type field, here are all of the data types that can be used.  Here is a list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


ACCP	Posting period YYYYMM
CHAR	Character string
CLNT	Client
CUKY	Currency key, referenced by CURR fields
CURR	Currency field, stored as DEC
DATS	Date field (YYYYMMDD) stored as char(8)
DEC	Counter or amount field with comma and sign
FLTP	Floating point number, accurate to 8 bytes
INT1	1-byte integer, integer number &amp;lt;= 255
INT2	2-byte integer, only for length field before LCHR or LRAW
INT4	4-byte integer, integer number with sign
LANG	Language key
LCHR	Long character string, requires preceding INT2 field
LRAW	Long byte string, requires preceding INT2 field
NUMC	Character string with only digits
PREC	Precision of a QUAN field
QUAN	Quantity field, points to a unit field with format UNIT
RAW	Uninterpreted sequence of bytes
TIMS	Time field (hhmmss), stored as char(6)
VARC	Long character string, no longer supported from Rel. 3.0
STRING	Character string of variable length
RAWSTRING	Byte string of variable length
UNIT	Unit key for QUAN fields

&lt;/CODE&gt;&lt;/PRE&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>Fri, 29 Dec 2006 19:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732177#M318751</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-29T19:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732178#M318752</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;Go to SE11 - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the domain name DATATYPE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then press display..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then select the value range tab..There you can see all the data types and its descriptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 19:36:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732178#M318752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T19:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732179#M318753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this link you will find all the list of data types used in ABAP Data Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/fc/eb3138358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Dec 2006 20:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/1732179#M318753</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-29T20:16:41Z</dc:date>
    </item>
  </channel>
</rss>

