<?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 Data Element Vs Domain in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689671#M888442</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the differnce between Data Element and Domain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Apr 2008 11:24:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-14T11:24:46Z</dc:date>
    <item>
      <title>Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689671#M888442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the differnce between Data Element and Domain?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689671#M888442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689672#M888443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dataelement  tells semantic attributes of a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain tells technical attributes of a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A table is composed of fields. To create a field you need a data element.A data element's definition requires a domain. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The domain contains the technical characteristics of a field, such as the field length and data type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create a new field, you must decide whether to create a new domain or reuse an existing one. To make this decision, determine whether the data type or length of your field should be dependent on an existing SAP field. If your field should be independent, create a new domain. If your field should be dependent, reuse an existing SAP domain. Similarly, you should reuse data elements if your field labels and documentation should change when SAP changes theirs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**********************************8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data element provides business context. i.e., it provides field labels for the field in the backend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type :&lt;/P&gt;&lt;P&gt;A data element is an elementary type. It describes the type attributes (data type, field length and possibly the number of decimal places) and screen information (explanatory text or field help) about unstructured 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 the same data element. This ensures that the attributes of these fields 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 permits you to define variables that take on the type attributes of the data element in an ABAP program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain : &lt;/P&gt;&lt;P&gt;A domain describes the technical attributes of a field, such as the data type or the number of positions in a field. The domain defines primarily a value range describing the valid data values for the fields referring to this domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Different technical fields of the same type can be combined in a domain. Fields referring to the same domain are changed at the same time when a domain is changed. This ensures the consistency of these fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional info about data element &lt;/P&gt;&lt;P&gt;1.Data type, number of places and possibly the decimal places were entered directly. In this case the field is not filled.&lt;/P&gt;&lt;P&gt;2.A data element is assigned to the field. The field then gets its data type, length and possibly decimal places from this data element. The semantic attributes of the element (field help, representation of the field in input templates with keyword text, column headers for list output of the table contents and editing of the output with parameter IDs) are also copied.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:26:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689672#M888443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689673#M888444</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;Data Element :The documentation about the field is created for a data element that describes the meaning of the contents of a table field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain: They are the formal definitons .They set data type, length, value range etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sindhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:29:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689673#M888444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689674#M888445</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;Data element stores field characteristics&lt;/P&gt;&lt;P&gt;viz. Type Length, Field Label and Search Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain Stores the Value range or valid values info&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Akshay Chonkar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:46 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689674#M888445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689675#M888446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Neetu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain - Specifies the technical attributes of a data &lt;/P&gt;&lt;P&gt;element - its data type, length, possible values, and &lt;/P&gt;&lt;P&gt;appearance on the screen.Each data element has an &lt;/P&gt;&lt;P&gt;underlying domain. A single domain can be the basis for &lt;/P&gt;&lt;P&gt;several data elements. Domains are objects in the ABAP &lt;/P&gt;&lt;P&gt;Dictionary. &lt;/P&gt;&lt;P&gt;             Data Element - Describes the business function &lt;/P&gt;&lt;P&gt;of a table field. Its technical attributes are based on a &lt;/P&gt;&lt;P&gt;domain, and its business function is described by its field &lt;/P&gt;&lt;P&gt;labels and documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:30:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689675#M888446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689676#M888447</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;Dataelement tells semantic attributes of a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains:  domain/built in type, predifined type&lt;/P&gt;&lt;P&gt;                  field lable,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain tells technical attributes of a field.&lt;/P&gt;&lt;P&gt;in this we can set fixed values, value range,value table and we can set ouput length also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;chandu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689676#M888447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689677#M888448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data element consist of field label and domain characteristics&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data element = field label + &lt;STRONG&gt;domain charecteristics&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as data element consists of &lt;STRONG&gt;filed type and field length&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;we can give fixed value range at domain level only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we can create data element with using domain ..and with out using domain also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process for creating domain with out data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in SE11&lt;/P&gt;&lt;P&gt;enter the field name&lt;/P&gt;&lt;P&gt;Press predefined Type&lt;/P&gt;&lt;P&gt;Enter Type as CHAR length some 10&lt;/P&gt;&lt;P&gt;you can create by entering different data types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;KHASIMSA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 14, 2008 3:47 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689677#M888448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-14T11:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689678#M888449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data element : it contains the scematic characterstics of field&lt;/P&gt;&lt;P&gt;                       that is only descriptive characterstics like field labels documentation etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;domain consits of technical characterstics like data type ,length ,&lt;/P&gt;&lt;P&gt;decimals etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Apr 2008 11:53:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689678#M888449</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-04-14T11:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data Element Vs Domain</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689679#M888450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 09:01:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-element-vs-domain/m-p/3689679#M888450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-09-29T09:01:03Z</dc:date>
    </item>
  </channel>
</rss>

