<?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: Table with out Data element in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824902#M352060</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;In case you dont want to use data elements, you can use Built in type as an alternative. There is a tab that flips between BUILT IN TYPE and DATA ELEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic differences are:&lt;/P&gt;&lt;P&gt;1) Data elements can be reused in other Dic. tables&lt;/P&gt;&lt;P&gt;2) Search for Built in type is not possible.&lt;/P&gt;&lt;P&gt;There are many other diff....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Bijal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jan 2007 04:39:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-29T04:39:16Z</dc:date>
    <item>
      <title>Table with out Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824899#M352057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;While creating a table we need dataelement and domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we create a database table with data element?&lt;/P&gt;&lt;P&gt;If so wht are the advantages?and wht are the disadvantages we will get..&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;Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 03:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824899#M352057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T03:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table with out Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824900#M352058</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 elements are semantic attributes of a field and domains are technical attribute of a field . We can also create dictionary tables without data element and domains. The advantage of using domain is, we can have unique field attribute through out our application. Consider  the field Matnr in Mara table which has the domain MATNR with char 18 and data element MATNR. MATNR field occurs in more than one table, if suppose you are not using domain you have to give technical attributes separately, which will not be compatible for future enhancement. Moreover a single domain can have more than one data element in different table, this gives the flexibility of having the same technical attributes of different fields to have different semantic attributes (Data element).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 03:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824900#M352058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T03:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table with out Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824901#M352059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We can also create data elements or domains without having reference to any standard domain or data element. For eg: if you require a field of char 50,&lt;/P&gt;&lt;P&gt;then define FIELD1   as type CHAR50.&lt;/P&gt;&lt;P&gt;But every field should have some characteristics attached to it and these characteristics are defined through data elment and doman.&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;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 04:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824901#M352059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T04:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table with out Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824902#M352060</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;In case you dont want to use data elements, you can use Built in type as an alternative. There is a tab that flips between BUILT IN TYPE and DATA ELEMENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic differences are:&lt;/P&gt;&lt;P&gt;1) Data elements can be reused in other Dic. tables&lt;/P&gt;&lt;P&gt;2) Search for Built in type is not possible.&lt;/P&gt;&lt;P&gt;There are many other diff....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;Bijal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 04:39:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824902#M352060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T04:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table with out Data element</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824903#M352061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  There is no disadvantage if you use Dataelements in your table definition. But you have lots of advantages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use your table fields for screen fields. This will automatically give you F1 help for the fields and also labels for the fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can assign Search help's to the table which have the same Dataelement, this is very useful if you are transferring more values from the search help to the screen since you do the field assignment in the table itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also once you have the search help assigned at the table level or at the dataelement level all the screen fields will inherit the attributes of the dataelemt like short text medium text, alv ccolumn headers, F1 help etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Seshatalpasai Madala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 05:05:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-with-out-data-element/m-p/1824903#M352061</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-01-29T05:05:58Z</dc:date>
    </item>
  </channel>
</rss>

