<?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: diff b/w reference type and elementary type in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721802#M314979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data type attributes of a data element can be defined by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying a domain whose attributes are copied by the data element.&lt;/P&gt;&lt;P&gt;Specifying a build-in type where the data type, number of places, and possibly decimal places can be directly specified.&lt;/P&gt;&lt;P&gt;Specifying a reference type, i.e. reference to a class, an interface, a type defined in the Dictionary, a built-in type, or a generic reference to ANY or DATA.&lt;/P&gt;&lt;P&gt;In the maintenance screen you can set the option you require by setting the appropriate flag (domain, built-in type, reference type) and filling in the corresponding input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A reference type is a reference to another type. There are the following kinds of reference types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference to a class or an interface&lt;/P&gt;&lt;P&gt;Reference to a type defined in the Dictionary&lt;/P&gt;&lt;P&gt;Generic reference to ANY, OBJECT, or DATA&lt;/P&gt;&lt;P&gt;Reference to a built-in Dictionary type with specification of the length and possibly also the decimal places&lt;/P&gt;&lt;P&gt;You can use a reference type to define the data type properties for a data element, or for typing the component of a structure or the line type of a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field Referenced type, enter the name of a class, an interface, the generic references DATA, OBJECT, ANY, or the name of a type defined in the Dictionary. If the reference type is to be a predefined Dictionary type, choose the reference to the predefined type. Enter the number of characters and, if required, the number of decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as &lt;/P&gt;&lt;P&gt;The data class describes the data format at the user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a table field or structure field or a data element is used in an ABAP program, the data class is converted to a format used by the ABAP processor. When a table is created in the database, the data class of a table field is converted to a corresponding data format of the database system used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find a detailed description of the data classes allowed in the ABAP Dictionary in Overview of the Data Classes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Oct 2006 14:59:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-30T14:59:19Z</dc:date>
    <item>
      <title>diff b/w reference type and elementary type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721801#M314978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one what is the diff b/w reference type and elementary type in data element ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;lokesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 12:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721801#M314978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T12:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w reference type and elementary type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721802#M314979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data type attributes of a data element can be defined by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Specifying a domain whose attributes are copied by the data element.&lt;/P&gt;&lt;P&gt;Specifying a build-in type where the data type, number of places, and possibly decimal places can be directly specified.&lt;/P&gt;&lt;P&gt;Specifying a reference type, i.e. reference to a class, an interface, a type defined in the Dictionary, a built-in type, or a generic reference to ANY or DATA.&lt;/P&gt;&lt;P&gt;In the maintenance screen you can set the option you require by setting the appropriate flag (domain, built-in type, reference type) and filling in the corresponding input fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A reference type is a reference to another type. There are the following kinds of reference types:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reference to a class or an interface&lt;/P&gt;&lt;P&gt;Reference to a type defined in the Dictionary&lt;/P&gt;&lt;P&gt;Generic reference to ANY, OBJECT, or DATA&lt;/P&gt;&lt;P&gt;Reference to a built-in Dictionary type with specification of the length and possibly also the decimal places&lt;/P&gt;&lt;P&gt;You can use a reference type to define the data type properties for a data element, or for typing the component of a structure or the line type of a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the field Referenced type, enter the name of a class, an interface, the generic references DATA, OBJECT, ANY, or the name of a type defined in the Dictionary. If the reference type is to be a predefined Dictionary type, choose the reference to the predefined type. Enter the number of characters and, if required, the number of decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as &lt;/P&gt;&lt;P&gt;The data class describes the data format at the user interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a table field or structure field or a data element is used in an ABAP program, the data class is converted to a format used by the ABAP processor. When a table is created in the database, the data class of a table field is converted to a corresponding data format of the database system used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find a detailed description of the data classes allowed in the ABAP Dictionary in Overview of the Data Classes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 14:59:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721802#M314979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-30T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: diff b/w reference type and elementary type</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721803#M314980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;ref type is for refferring to the classes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data ref type ref to &amp;lt;class name&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;elementary type for reffering normal dataobjects..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data a1 type i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Oct 2006 19:07:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-b-w-reference-type-and-elementary-type/m-p/1721803#M314980</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-10-30T19:07:59Z</dc:date>
    </item>
  </channel>
</rss>

