<?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: entity type in se11 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352638#M804237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved by own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 06:38:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T06:38:32Z</dc:date>
    <item>
      <title>entity type in se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352637#M804236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can anyone explain me what is entity type in ABAP dicionary&lt;/P&gt;&lt;P&gt;and ehat does this option means &lt;/P&gt;&lt;P&gt;GOTO--&amp;gt;ATTRIBUTES FROM ENTITY TYPES&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what should i enter as entity type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 04:40:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352637#M804236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T04:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: entity type in se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352638#M804237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved by own&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 06:38:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352638#M804237</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T06:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: entity type in se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352639#M804238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unresolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 06:50:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352639#M804238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T06:50:49Z</dc:date>
    </item>
    <item>
      <title>Re: entity type in se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352640#M804239</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;-&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;  An entity is a physical or abstract object (for example, Mr. Douglas, the "Sales Information System" project) that can be distinguished from other objects and for which information is to be stored. Entities are divided into entity types according to their properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each entity type is assigned attributes, which describe the entities of the entity type. The properties of entities are described by means of actual values for the attributes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An attribute consists of a name and a definition of the possible values for the attribute (for example, the attribute color with the values white, black, yellow, and so on). One or more attributes are labeled as key attributes. The values of the key attributes uniquely identify an entity within its entity type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt; Attributes define the possible properties for entities of an entity type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attribute type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attribute type describes the function of an attribute (for example, whether an attribute is a key attribute).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Defining attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes are either assigned directly to an entity type or transferred from the ABAP/4 Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes that are assigned directly obtain their semantic and technical characteristics from a data element which is assigned to the attribute. Since the Data Modeler and the ABAP/4 Dictionary use the same data elements, data elements defined in the Data Modeler can be used later in the ABAP/4 Dictionary and vice versa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attributes are transferred from the ABAP/4 Dictionary by assigning a table or view to an entity type. The fields of the table or view are transferred to the entity type as attributes and receive their semantic and technical characteristics from the data elements of the fields. Attributes transferred from the table or view are flagged in the Data Modeler. Assigning a view or table to an entity type establishes the connection between the Data Modeler and the ABAP/4 Dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will give u an idea on the path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 06:59:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352640#M804239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T06:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: entity type in se11</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352641#M804240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RESOLVED&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 07:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/entity-type-in-se11/m-p/3352641#M804240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T07:00:55Z</dc:date>
    </item>
  </channel>
</rss>

