<?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/2426567#M542095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two types of Data types.&lt;/P&gt;&lt;P&gt;1.Predefined&lt;/P&gt;&lt;P&gt;2.Custom Defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predefined data types was already defined in SAP itself. &lt;/P&gt;&lt;P&gt;Custom Defined data types can be defined in program and also DDIC.&lt;/P&gt;&lt;P&gt;We can use predefined type if the Data type matches otherwise we go for custom defined type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jul 2007 13:21:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-02T13:21:24Z</dc:date>
    <item>
      <title>Data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426563#M542091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the types of Data types?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 13:17:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426563#M542091</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T13:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426564#M542092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Vel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Welcome to SDN!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHeck this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Name of Dictionary type

  User-defined types in the ABAP Dictionary

    You can define any user-defined types in the ABAP Dictionary. These can
    be used in the ABAP program to define data objects and types analogously
    to types that are predefined in the ABAP program (such as C or I) or
    types that are defined locally in ABAP programs.

    The following type categories can be defined in the ABAP Dictionary:


    o   Data elements (elementary types)
        Elementary types have no structure. They describe the data type
        attributes (such as given Dictionary data type, number of places)
        and information that is relevant for the screen (such as title) of
        unstructured data objects (variables/fields).


    o   Structures (structured types)
       Structured types describe the structure and functions of any
       structured data objects, that is of data structures with components
       of any type.
       A component can be a field with an elementary type or can itself be
       a structure. A table can also be used as a component in a structure.
       A database table always has a structure and is therefore implicitly
       a structured type. However, the fields of a database table can only
       have an elementary type.


   o   Table types
       Table types describe the structure and functions of internal tables
       in the ABAP program. Their rows can have any row type. Table types
       with elementary row type therefore can be defined just the same as
       multi-dimensional table types (table types with a table type as row
       type) or table types using structures with table-like components.

   The options for creating types with structured types and table types can
   be combined as required. In this way you can define any complex types
   globally in the ABAP Dictionary and use them in ABAP programs. The
   runtime object of the Dictionary type (nametab) is the interface for
   their use in ABAP programs. The runtime object permits very efficient
   access to the relevant information for the type in compressed form.

   The central definition of types that are used more than once in the ABAP
   Dictionary allows them to be changed centrally. These changes are made
   at all the relevant locations by the active ABAP Dictionary. For
   example, ABAP programs adjust to the changed type definitions when they
   are recreated. When a type is changed, all the objects (e.g. types or
   tables) that use this type are automatically adjusted to the change at
   activation.

   All Dictionary types lie in a common namespace. A data element, for
   example, therefore may not have the same name as a structure. However, a
   type defined in an ABAP program and a Dictionary type may have the same
   name.

   The following shadowing rule is valid when using types in ABAP programs:
   If the names are identical, the local types shadow the types of the type
   groups and the types defined globally in the Dictionary.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VAsanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 13:19:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426564#M542092</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T13:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426565#M542093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;elementary data types are  C - Character, N - Numeric, I - Integar, F - Float, P - Packed, X - Hex&lt;/P&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>Mon, 02 Jul 2007 13:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426565#M542093</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-02T13:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426566#M542094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the help.&lt;/P&gt;&lt;P&gt;&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;/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>Mon, 02 Jul 2007 13:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426566#M542094</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-07-02T13:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426567#M542095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two types of Data types.&lt;/P&gt;&lt;P&gt;1.Predefined&lt;/P&gt;&lt;P&gt;2.Custom Defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Predefined data types was already defined in SAP itself. &lt;/P&gt;&lt;P&gt;Custom Defined data types can be defined in program and also DDIC.&lt;/P&gt;&lt;P&gt;We can use predefined type if the Data type matches otherwise we go for custom defined type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2007 13:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-types/m-p/2426567#M542095</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-02T13:21:24Z</dc:date>
    </item>
  </channel>
</rss>

