<?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 Predefined data types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/predefined-data-types/m-p/3875224#M931465</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;&lt;/P&gt;&lt;P&gt;Can somebody give me details regarding predefined data types in ABAP and equivalent Character types ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2 type p  can be equivalent to F2(20) type c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2 CURR17 = F2(?)  TYPE c&lt;/P&gt;&lt;P&gt;&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>Mon, 12 May 2008 17:43:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T17:43:27Z</dc:date>
    <item>
      <title>Predefined data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/predefined-data-types/m-p/3875224#M931465</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;&lt;/P&gt;&lt;P&gt;Can somebody give me details regarding predefined data types in ABAP and equivalent Character types ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2 type p  can be equivalent to F2(20) type c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;F2 CURR17 = F2(?)  TYPE c&lt;/P&gt;&lt;P&gt;&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>Mon, 12 May 2008 17:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/predefined-data-types/m-p/3875224#M931465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T17:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Predefined data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/predefined-data-types/m-p/3875225#M931466</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;Predefined : it is used to specify the types of individual field whose lenghts are fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;numeric(I,F,P)&lt;/P&gt;&lt;P&gt;Charcter(C,D,N,T)&lt;/P&gt;&lt;P&gt;Hexadecimal type(X)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predefined Elementary type with variable length (String for char String,XString for byte String)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCP Posting period YYYYMM&lt;/P&gt;&lt;P&gt;CHAR Character string&lt;/P&gt;&lt;P&gt;CLNT Client&lt;/P&gt;&lt;P&gt;CUKY Currency key, referenced by CURR fields&lt;/P&gt;&lt;P&gt;CURR Currency field, stored as DEC&lt;/P&gt;&lt;P&gt;DATS Date field (YYYYMMDD) stored as char(8)&lt;/P&gt;&lt;P&gt;DEC Counter or amount field with comma and sign&lt;/P&gt;&lt;P&gt;FLTP Floating point number, accurate to 8 bytes&lt;/P&gt;&lt;P&gt;INT1 1-byte integer, integer number &amp;lt;= 255&lt;/P&gt;&lt;P&gt;INT2 2-byte integer, only for length field before LCHR or LRAW&lt;/P&gt;&lt;P&gt;INT4 4-byte integer, integer number with sign&lt;/P&gt;&lt;P&gt;LANG Language key&lt;/P&gt;&lt;P&gt;LCHR Long character string, requires preceding INT2 field&lt;/P&gt;&lt;P&gt;LRAW Long byte string, requires preceding INT2 field&lt;/P&gt;&lt;P&gt;NUMC Character string with only digits&lt;/P&gt;&lt;P&gt;PREC Precision of a QUAN field&lt;/P&gt;&lt;P&gt;QUAN Quantity field, points to a unit field with format UNIT&lt;/P&gt;&lt;P&gt;RAW Uninterpreted sequence of bytes&lt;/P&gt;&lt;P&gt;RAWSTRING Byte String of Variable Length&lt;/P&gt;&lt;P&gt;SSTRING Short Character String of Variable Length&lt;/P&gt;&lt;P&gt;STRING Character String of Variable Length&lt;/P&gt;&lt;P&gt;TIMS Time field (hhmmss), stored as char(6)&lt;/P&gt;&lt;P&gt;VARC Long character string, no longer supported from Rel. 3.0&lt;/P&gt;&lt;P&gt;UNIT Unit key for QUAN fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls chk this links;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fd9358411d1829f0000e829fbfe/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb2fcc358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;CSM Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 06:45:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/predefined-data-types/m-p/3875225#M931466</guid>
      <dc:creator>chemicala_srimallikarjuna</dc:creator>
      <dc:date>2008-05-13T06:45:12Z</dc:date>
    </item>
  </channel>
</rss>

