<?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 type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306320#M504584</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data types are of two types.&lt;/P&gt;&lt;P&gt;1.Calculation fields&lt;/P&gt;&lt;P&gt;2.Non-calculation fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation fields have the data types P,F,I&lt;/P&gt;&lt;P&gt;P-Packed&lt;/P&gt;&lt;P&gt;F-Float&lt;/P&gt;&lt;P&gt;I-Integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-calculation fields are such as name e.t.c&lt;/P&gt;&lt;P&gt;These have the data types such as C,N,D,T e.t.c&lt;/P&gt;&lt;P&gt;C-Character&lt;/P&gt;&lt;P&gt;N-Number&lt;/P&gt;&lt;P&gt;D-Date&lt;/P&gt;&lt;P&gt;T-Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Type is different from data element&lt;/P&gt;&lt;P&gt;Data element consists of teh information of the data type,length e.t.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 May 2007 02:13:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-15T02:13:50Z</dc:date>
    <item>
      <title>data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306316#M504580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what information does a data type consist of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 13:56:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306316#M504580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T13:56:44Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306317#M504581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data Type contains : Data element,structure..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data element nothing but semantic documentation and domain..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain nothing but technical documenttation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Type and length..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 13:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306317#M504581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T13:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306318#M504582</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;Data element (semantic domain)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    A data element is an elementary type. It describes the type attributes&lt;/P&gt;&lt;P&gt;    (data type, field length and possibly the number of decimal places) and&lt;/P&gt;&lt;P&gt;    screen information (explanatory text or field help) about unstructured&lt;/P&gt;&lt;P&gt;    data objects (table fields and structure fields or variables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Table fields and structure fields with the same contents should refer to&lt;/P&gt;&lt;P&gt;    the same data element. This ensures that the attributes of these fields&lt;/P&gt;&lt;P&gt;    are always consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    A data element can be referenced in ABAP programs with TYPE. This&lt;/P&gt;&lt;P&gt;    permits you to define variables that take on the type attributes of the&lt;/P&gt;&lt;P&gt;    data element in an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 14:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306318#M504582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306319#M504583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Se11&lt;/P&gt;&lt;P&gt;Check F1 help for &amp;lt;b&amp;gt;Datatype&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;You will get the required info&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2007 14:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306319#M504583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-14T14:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306320#M504584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data types are of two types.&lt;/P&gt;&lt;P&gt;1.Calculation fields&lt;/P&gt;&lt;P&gt;2.Non-calculation fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calculation fields have the data types P,F,I&lt;/P&gt;&lt;P&gt;P-Packed&lt;/P&gt;&lt;P&gt;F-Float&lt;/P&gt;&lt;P&gt;I-Integer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-calculation fields are such as name e.t.c&lt;/P&gt;&lt;P&gt;These have the data types such as C,N,D,T e.t.c&lt;/P&gt;&lt;P&gt;C-Character&lt;/P&gt;&lt;P&gt;N-Number&lt;/P&gt;&lt;P&gt;D-Date&lt;/P&gt;&lt;P&gt;T-Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Type is different from data element&lt;/P&gt;&lt;P&gt;Data element consists of teh information of the data type,length e.t.c&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 02:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306320#M504584</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T02:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306321#M504585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two types of data types.One is predefined data types and another one is user defined data type. Predefined data types are already inbuuit in sap. User defined data types are defined by the user. It depends on the reqirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type describes how a field can be display to an end user. It consist of Domain.Domain describes technical characteristics of the field (type, length)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 05:24:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306321#M504585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T05:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: data type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306322#M504586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data type in reference to what???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In data dictionary, it can be a table type, or a structure or a data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in an ABAP program, it will be an element which holds technical details for a data declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 19:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-type/m-p/2306322#M504586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-15T19:29:08Z</dc:date>
    </item>
  </channel>
</rss>

