<?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: about data element : in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487029#M838374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We can create domain without creating data element.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The main reason is reusability. We can use The same domain for different data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Mar 2008 14:21:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-12T14:21:51Z</dc:date>
    <item>
      <title>about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487024#M838369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why data element concept used in abap??we can define the characteristics of fields directly. why we need to create data element first to create domain?what is it's advantage?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 10:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487024#M838369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T10:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487025#M838370</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 is mainly used to declare the field lable and to create documentation for a particular field....bcoz for a particular field the label and documentation may vary but v can use the domine in general thats y we r creating it seperatly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Arunprasad.P&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 10:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487025#M838370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487026#M838371</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;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data elements are used to create relation between tables.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;data elements are used to transfer the data from one R/3 to another R/3.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;to create search helps&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;sowjanyagosala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 11:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487026#M838371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487027#M838372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main adv. of data element is reusability. If a data element is created once, it can be reused across many declarations in various objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if u want to change the data element definition in all the objects where it is used, For ex, change the username from 10 to 20 characters, u just have to change the defination in se11. It will be updated in all the objects where it is being used. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used a different data element for all the 'username' fields, you manually have to go to each object and change the definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope u got it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas Kamireddy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 11:19:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487027#M838372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T11:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487028#M838373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the uses of DATA ELEMENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; we can have fieldlabels, documentation, parameterIDs  and in    addition, it holds Check Table for a field at dataelement level.&lt;/P&gt;&lt;P&gt;Checktable in the sense it relates two tables with foreignkey relationship, whereas valuetable is given at domain level.&lt;/P&gt;&lt;P&gt;And through dataelement, we can have type-groups with tabletypes and linetypes declared........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you feel this helps you, do reward&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 14:13:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487028#M838373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T14:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487029#M838374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;We can create domain without creating data element.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The main reason is reusability. We can use The same domain for different data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2008 14:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487029#M838374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-12T14:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487030#M838375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Data Element is mainly used for giving short description for the field &lt;/P&gt;&lt;P&gt;--&amp;gt;the main concept  behind this is reusability.&lt;/P&gt;&lt;P&gt;i.e., for any no. of fields omly one dta element is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vineela.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:09:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487030#M838375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487031#M838376</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;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;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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if you declare the fileds directly with out declaring data element and DOMAIN but the problem is if you want to upgrade the vertion then at that time built in type data types won't transport to new vertion where as data element and domain can transport very easily&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 06:25:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487031#M838376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T06:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: about data element :</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487032#M838377</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;The major advantages are:&lt;/P&gt;&lt;P&gt;Data element: Search Help with required parameter ID,  Defalut component name and &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Change document&lt;/STRONG&gt;(This has major role in case want to keep track of changes done to the required field)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Domain: Output characteristics. i.e. Output length and Conversion routine i.e. you can append leading zeros or remove zeros from the number automatically.&lt;/P&gt;&lt;P&gt;Sign and Lower case are also imprtant parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2008 09:11:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/about-data-element/m-p/3487032#M838377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-13T09:11:18Z</dc:date>
    </item>
  </channel>
</rss>

