<?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: domain &amp; data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713670#M629264</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that.&lt;/P&gt;&lt;P&gt;In that case you have to use only Built in data types. ( CHAR,NUMC,CUKY,CURR etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2007 10:05:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-08T10:05:52Z</dc:date>
    <item>
      <title>domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713662#M629256</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;1)is it possible to create a table without data-element (Semantic attributes of filed) ?&lt;/P&gt;&lt;P&gt;2)is it possible to create a table without domain (technicaltributes of filed) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which one is feasible case and how ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:20:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713662#M629256</guid>
      <dc:creator>former_member329386</dc:creator>
      <dc:date>2007-08-29T06:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713663#M629257</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;It is not possible to create DB table without &amp;lt;b&amp;gt;data element&amp;lt;/b&amp;gt; as you have to define technical attributes of every field but you can avoid &amp;lt;b&amp;gt;Domain&amp;lt;/b&amp;gt; depending on your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713663#M629257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713664#M629258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can create a table without data element and domain by using built-in-type tab on table where you put only technical attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mallick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 06:39:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713664#M629258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T06:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713665#M629259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1) It is not posssible to create table without &amp;lt;b&amp;gt;dataelements&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;2) It is posssible to create table without &amp;lt;b&amp;gt;Domains&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reason is -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dataelement is nothing but discription of field ie it is a label for a field. while creating dataelement there are options under 'Elementary' type -one is 'domain' and other one is 'predefine type'. &lt;/P&gt;&lt;P&gt;you can create the dataelement by using 'Domain' or 'predefine type' - here you have to give directly 'Data type' and its length. So you can create the dataelement  with out domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creting feilds in a table there is option 'Dataelement' is mandatory why it is mandatory mean you cant define the field whiout datatype so you have to give 'dataelement' which it turn give the datatype.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward with points if helpful.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2007 07:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713665#M629259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-29T07:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713666#M629260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Fighter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    If I am not mistaken, you are still fighting with ABAP right ?&lt;/P&gt;&lt;P&gt;cool. I put it in a simple way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) We can create tables without DATA ELEMENT&lt;/P&gt;&lt;P&gt;2) We CAN create tables without domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domains are dependent. So have to be under data element. you can say they are not directly linked to Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating a table can be done either by &amp;lt;b&amp;gt;data elements&amp;lt;/b&amp;gt; or &amp;lt;b&amp;gt;direct ( built in)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do create data elements and domains for reusuability and to create the table to table relationships in a easy way, search helps, readability ( documentation). otherwise it doesnt really matter how you define the tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 04:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713666#M629260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T04:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713667#M629261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I just wanna give you another link where you can find some more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2809067"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2809067"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sreethan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 04:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713667#M629261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T04:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713668#M629262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;-&amp;gt;U need data elts for table..&lt;/P&gt;&lt;P&gt;-&amp;gt;U can avoid domains &lt;/P&gt;&lt;P&gt;Get the basics below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domains  &lt;/P&gt;&lt;P&gt;A domain defines a value range. A domain is assigned to a data element. All table fields or structure components that use this data element then have the value range defined by the domain. The relationship between the field or component and the domain is thus defined by the data element of the field or component.&lt;/P&gt;&lt;P&gt;Fields or components that refer to the same domain (with the assigned data elements) are also changed when the domain is changed. This ensures that the value ranges of these fields or components are consistent. Fields or components that are technically the same can thus be combined with a reference to the same domain.&lt;/P&gt;&lt;P&gt;The value range of a domain is defined by specifying a data type and length (and number of decimal places for numeric data types).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Elements  &lt;/P&gt;&lt;P&gt;A data element describes either an elementary type or a reference type.&lt;/P&gt;&lt;P&gt;An elementary type is defined by the built-in data type, length and possibly the number of decimal places. These type attributes can either be defined directly in the data element or copied from a domain.&lt;/P&gt;&lt;P&gt;A reference type defines the type of the reference variables containing pointers to objects or interfaces. A reference type is defined by specifying an existing class or existing interface. You can also define a generic reference to objects or data objects.&lt;/P&gt;&lt;P&gt;You can use a data element to define the type of a table field, structure component or the row type of a table type. A data element can also be referenced in ABAP programs with TYPE. As a result, variables that take on the attributes of a data element can be defined in an ABAP program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 06:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713668#M629262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T06:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713669#M629263</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;1) yes with out data element you can creat a tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when ur creating fields in a table u will find buitin data type tab beside data element tab &lt;/P&gt;&lt;P&gt;if u select that tab then you can directly refer u r field to any type &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem is &lt;/P&gt;&lt;P&gt;when the vertion is upgrading then the feutures won't reflect in the newr vertion &lt;/P&gt;&lt;P&gt;you will get problem at that time &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Yes you can creat like same as with out data elements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but problem with this is when you want to upgrade the vertion of your SAP &lt;/P&gt;&lt;P&gt;at that time you will face problems &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that types don't reflect in that newer vertion &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so thats why SAP advises to use domains and data elements &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward fi usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 09:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713669#M629263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T09:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713670#M629264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do that.&lt;/P&gt;&lt;P&gt;In that case you have to use only Built in data types. ( CHAR,NUMC,CUKY,CURR etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2007 10:05:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713670#M629264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-08T10:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713671#M629265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dataelement is nothing but discription of field ie it is a label for a field. while creating dataelement there are options under 'Elementary' type -one is 'domain' and other one is 'predefine type'. &lt;/P&gt;&lt;P&gt;you can create the dataelement by using 'Domain' or 'predefine type' - here you have to give directly 'Data type' and its length. So you can create the dataelement with out domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While creting feilds in a table there is option 'Dataelement' is mandatory why it is mandatory mean you cant define the field whiout datatype so you have to give 'dataelement' which it turn give the datatype.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 11:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713671#M629265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T11:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: domain &amp; data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713672#M629266</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;Yes you can create a table without data element and domain.&lt;/P&gt;&lt;P&gt;Using built-in-type tab to directly specify data type. But this is not correct way to create tables.When you are displaying table contents by using table maintanence(SM30) field descriptions are not populated.Fileld description not properly displayed in ALV reports When we are using Field Cataloug Merge&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ashok Kumar Reddy.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2007 13:17:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/domain-data-element/m-p/2713672#M629266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-09T13:17:24Z</dc:date>
    </item>
  </channel>
</rss>

