<?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 elements vs. data types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055461#M90248</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means that the table is not activated, go to SE11, enter the name of your table and choose Dictionary Object--&amp;gt;Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data types are predefined types supplied by the ABAP runtime.  Data elements are created for custom data types.&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>Wed, 23 Nov 2005 16:02:56 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2005-11-23T16:02:56Z</dc:date>
    <item>
      <title>data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055459#M90246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I've created a table using SE11, but when I try to display using SE16, it states the table is not active in the dictionary.  What does this mean and how do you activate the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what is the difference between a data element and a data type?  I can understand designating a type (c, p, f, etc.) to a field in a table, but I do not understand what a data element is.  My ABAP book gives no explanation either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 15:50:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055459#M90246</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T15:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055460#M90247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; The main difference between data type &amp;amp; data element is.You can set the Field Label at the data element level for the field properties,if you are using the same field for many tables.If you define a field with a data type,then you can give any Label for each time you use the field.&lt;/P&gt;&lt;P&gt;Regarding the Activating of the table.You should give the technical settings of the created table.Click the button techinical setting &amp;amp; give the 'Data class' ,'Size category'.Then activate the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 16:02:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055460#M90247</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T16:02:10Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055461#M90248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Means that the table is not activated, go to SE11, enter the name of your table and choose Dictionary Object--&amp;gt;Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data types are predefined types supplied by the ABAP runtime.  Data elements are created for custom data types.&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>Wed, 23 Nov 2005 16:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055461#M90248</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-11-23T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055462#M90249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data element is something describe in the dictionnary. The data element refers to a domain. A domain is describe by a type. (if you lost me, restart at the begining &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your SE16 problem, you must go to the SE11, and activate your table (press F3).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data type could be use also in abap, you could for example describe a field like that :&lt;/P&gt;&lt;P&gt;data : w_matnr type matn1.&lt;/P&gt;&lt;P&gt;data : w_matnr like mara-matnr&lt;/P&gt;&lt;P&gt;types : t_matnr type matn1. (I don't want to redefine all)&lt;/P&gt;&lt;P&gt;data : w_matnr type t_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the first case I use the data element that refers to a domain.&lt;/P&gt;&lt;P&gt;in the second, I use the field of a table, that refers to a data element, that refers to a domain.&lt;/P&gt;&lt;P&gt;in the third, I create a local type, refers to a global type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you didn't understand well, go to se11, and double-click on a field. You will see the data element, double click on the data element, you will see the domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 16:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055462#M90249</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2005-11-23T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055463#M90250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE11, there is a button for activating your table, it is right next to the "check" icon in the application toolbar. Or in the menu, 'Dictionary Object--&amp;gt;Activate' should do the trick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the documentation for "Data Element" and also the "Data Dictionary".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Element&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/90/8d72feb1af11d194f600a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/90/8d72feb1af11d194f600a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Dictionary&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/4f/991f82446d11d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 16:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055463#M90250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T16:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055464#M90251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether all the domains &amp;amp; data elements are activated correctly or not in your custom table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if you want to create a custom data element choose data type and type Z* ,then select dataelement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you satisfy with the answers pls. close it by giving some points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;KER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2005 16:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055464#M90251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-23T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055465#M90252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree with all, apart of that let me elobrate this topic.&lt;/P&gt;&lt;P&gt;In general when creating a field in a table first we have to define a DataElement and then Domain (Vice Versa), it means that Data Element is for defining a meaningful name for a field. We can can define a field without a DataElement, but domain[DataType] is manditory.&lt;/P&gt;&lt;P&gt;Imagine that in real time if you are defining a field without a DataElement(Name of that field) the end user won't understand why it is meant for.&lt;/P&gt;&lt;P&gt;You declare DataType to represent the type of that field [example c,p,i.. and length]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to activate all i.e domain &amp;amp; dataelemtnts before activating the table. Without activating a table you cannot enter the values in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Nov 2005 20:10:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055465#M90252</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-26T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055466#M90253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The diff between Dataelement and datatype is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dataelement u can define the field Properties like field length, Field Description that is specific to the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Datatype u cannot declare the field descrioption.u can use the predefined field characteristics.Also u can give some default values using data statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the table is not in SE11,it is not yet activated.So activate the table using F3 and check whether it has any errors.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 06:29:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055466#M90253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T06:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055467#M90254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kevin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try This Link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/73/f938361329ec5ae10000009b38f889/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/73/f938361329ec5ae10000009b38f889/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type: A data type is simply the type of a particular variable..Like p,c etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Element: data element is where u define data type, lenght decimal places and &amp;lt;u&amp;gt;field label&amp;lt;/u&amp;gt;:- which is shown under short text  column in SE11 i.e. description for ur table's Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to create a data Element:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Field | Key | Initial | Data-Element | Short Text&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mandt    |  .  |    .    |   Mandt      | Clent&lt;/P&gt;&lt;P&gt;UserID   |  .  |    .    |  zuserrid    |  User ID&lt;/P&gt;&lt;P&gt;UName    |  _  |    _    |  zuname      |  User Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DOt &amp;lt;.&amp;gt;&amp;lt;/b&amp;gt; :- Used for checked entry&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Dash &amp;lt;_&amp;gt;&amp;lt;/b&amp;gt; :- Used for Unchecked entry&lt;/P&gt;&lt;P&gt;Consider each and every field under the title Respectively&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now U have to dobule-click on zuserid&lt;/P&gt;&lt;P&gt;1. It will ask for Data Element&lt;/P&gt;&lt;P&gt;2. Give Short Description&lt;/P&gt;&lt;P&gt;3.On the Data Type Tab&lt;/P&gt;&lt;P&gt;.......A. Click the Predefined Type radio Button&lt;/P&gt;&lt;P&gt;.......B. Fill in the data type, lenght and No. of decimal Places&lt;/P&gt;&lt;P&gt;.......C. press ctrl + f2 to check for any inconsistencies&lt;/P&gt;&lt;P&gt;.......D. Press ctrl + f3 to activate this data element&lt;/P&gt;&lt;P&gt;.......E. it will ask for field Label&lt;/P&gt;&lt;P&gt;...............&amp;lt;1...Give Short Description &lt;/P&gt;&lt;P&gt;...............&amp;lt;2...Fill in Length and Label for ur's Table Field Label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on BAck button to come to Se11 again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; press ctrl + f2 to check for any inconsistencies&lt;/P&gt;&lt;P&gt; Press ctrl + f3 to activate this Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Term Activate Is used to make the changes occur.&lt;/P&gt;&lt;P&gt;i.e. if u only save it it is not going to work.&lt;/P&gt;&lt;P&gt;So every time u have to Activate a table whwnever u make some changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help U.&lt;/P&gt;&lt;P&gt;If still not clear u can ask me.&lt;/P&gt;&lt;P&gt;Plz Give some ponits if u find it satisfactory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 06:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055467#M90254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T06:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055468#M90255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data Elememt : specifies Field Label, f4 Help for the field etc. i.e It determines the semantic characteristics of a field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data Type : Specifies the type of value a field can hold, i.e It decides whether the field can hold a number or character etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Usha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 06:38:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055468#M90255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-28T06:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: data elements vs. data types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055469#M90256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Go to SE11 and activate your table.&lt;/P&gt;&lt;P&gt;Well,&amp;lt;b&amp;gt;data type&amp;lt;/b&amp;gt; defines the technical attributes of the corresponding field for e.g. character/numeric etc.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Dataelement&amp;lt;/b&amp;gt; defines the semantic characteristic of the field such as short text,header and other info.&amp;lt;b&amp;gt;Domain&amp;lt;/b&amp;gt; defines the technical characteristics of the data element such as character/numeric etc.In &amp;lt;b&amp;gt;DDIC&amp;lt;/b&amp;gt; context the dataelement is assigned to the field and the domain is assigned to the dataelement..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Abdul Hakim&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2005 06:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-elements-vs-data-types/m-p/1055469#M90256</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-11-28T06:43:08Z</dc:date>
    </item>
  </channel>
</rss>

