<?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 Dictionary - Primery  Key in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515001#M845413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshuman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/7.4/sap_db_features.htm" target="test_blank"&gt;http://www.sapdb.org/7.4/sap_db_features.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2008 07:18:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-14T07:18:41Z</dc:date>
    <item>
      <title>Data Dictionary - Primery  Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3514999#M845411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What will be the  Maximum numbers of Primary key, which we can assign in z table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 06:54:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3514999#M845411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T06:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary - Primery  Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515000#M845412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some applications, it is useful to uniquely identify the rows in a table by one or more columns so that you can process them in a specified sequence, for example. You can do this by assigning a &amp;#147;primary key.&amp;#148; The column names that are to create the table key are represented by the keywords PRIMARY KEY. The input values of the key columns defined in this way must not be a NULL value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the primary key to insert rows in a table in the same way as you insert rows in a base table when no primary key is defined. However, the system outputs an error message if you attempt to insert an existing value into the primary key column a second time, since the uniqueness of the column is ensured by defining the primary key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;*A primary key can consist of multiple columns&lt;/U&gt;. However, it is unusual for a key to be constructed from more than five columns, since this makes it difficult for users to enter unique values. The arrangement of the columns behind the keywords PRIMARY KEY defines the key sequence.*&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 07:03:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515000#M845412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T07:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary - Primery  Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515001#M845413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anshuman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with the following link&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdb.org/7.4/sap_db_features.htm" target="test_blank"&gt;http://www.sapdb.org/7.4/sap_db_features.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Mandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 07:18:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515001#M845413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T07:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary - Primery  Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515002#M845414</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;This  is one of the good questions,&lt;/P&gt;&lt;P&gt;You can create up to 16 primary key for one table.&lt;/P&gt;&lt;P&gt;if you have any idea about BW then you can easily understand the scenario.In BW data is stored in cube.&lt;/P&gt;&lt;P&gt;For a single cube there are 16 dimensions tables are there.&lt;/P&gt;&lt;P&gt;These dimension tables works based on primary keys in FACT table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The maximum limit is 16 in any transperant table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;swami.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2008 09:20:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primery-key/m-p/3515002#M845414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-14T09:20:18Z</dc:date>
    </item>
  </channel>
</rss>

