<?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: question about table strucuture in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764931#M905830</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) Go to t.code 'SE11'&lt;/P&gt;&lt;P&gt;        enter the table name and display.&lt;/P&gt;&lt;P&gt;         there the key checkbox is enabled.this the primary key field.&lt;/P&gt;&lt;P&gt;        If the checkbox is not enabled then it is a non key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2) In structure,&lt;/P&gt;&lt;P&gt;         Component type refers the data element.&lt;/P&gt;&lt;P&gt;          Datatype refers type of the field that is wheather it is char,int etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Manjula Devi.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2008 10:54:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-02T10:54:36Z</dc:date>
    <item>
      <title>question about table strucuture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764927#M905826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I have following two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    (1) how can I know what is the key field for a table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    (2) in SE80, when I display the structure of a table, there are component type and data type , why does here have two different types? ( apparently, there values are differenct)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764927#M905826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: question about table strucuture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764928#M905827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the second column.whichever is checked they are key fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;component type is data element&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data type is to tell whether it is character type or any other type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:34:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764928#M905827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: question about table strucuture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764929#M905828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. To know the key fields of a table programmatically, write a select query on DD03l.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from DD03L into table itab where KEYFLAG eq 'X'. Or else to identify visually, you can go to SE11 and open the table, all the fields which have the field KEY checked are key fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Component type is nothing but Data element and Data type specifies the data type in domain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764929#M905828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: question about table strucuture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764930#M905829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SE11 enter the table name and display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that table, The key (next colomn of field) is ticked means its a key field of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:43:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764930#M905829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: question about table strucuture</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764931#M905830</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) Go to t.code 'SE11'&lt;/P&gt;&lt;P&gt;        enter the table name and display.&lt;/P&gt;&lt;P&gt;         there the key checkbox is enabled.this the primary key field.&lt;/P&gt;&lt;P&gt;        If the checkbox is not enabled then it is a non key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  2) In structure,&lt;/P&gt;&lt;P&gt;         Component type refers the data element.&lt;/P&gt;&lt;P&gt;          Datatype refers type of the field that is wheather it is char,int etc.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u,&lt;/P&gt;&lt;P&gt;Manjula Devi.D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 10:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-about-table-strucuture/m-p/3764931#M905830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T10:54:36Z</dc:date>
    </item>
  </channel>
</rss>

