<?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: Unique Key in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586693#M591968</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;                But a Primary key should never have a Null Value,but in in SAP Database  table for Ex : BSAK  i am having  values Null for some Primary Fields.&lt;/P&gt;&lt;P&gt;     So how can we get a Unique row of records from set of Primary Keys?or Is there any problem with the data?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2007 22:13:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-07T22:13:22Z</dc:date>
    <item>
      <title>Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586690#M591965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;                When u enter EKKO in SE11 and click Enter then u enter into the other screen in that Screen what does the column " Key "  means is it Primary Ket or Unique Key?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 21:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586690#M591965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T21:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586691#M591966</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;IF the flag is set then it Identifies a key field of a table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:07:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586691#M591966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586692#M591967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is primary key and so it also unique key. You can have only one primary key set for a table (that checkbox checked) whereas there can be several unique keys defined by defining indexes on it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586692#M591967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586693#M591968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;                But a Primary key should never have a Null Value,but in in SAP Database  table for Ex : BSAK  i am having  values Null for some Primary Fields.&lt;/P&gt;&lt;P&gt;     So how can we get a Unique row of records from set of Primary Keys?or Is there any problem with the data?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586693#M591968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586694#M591969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why you think primary key field should not be null. It may appear null but in the underlying DB table (at Oracle or some other DB level), all primary key fields are filled with their initial values not NULL values. The check box next to the key field 'initial values' is typically checked for that reason only. You can check the documentation on that checkbox. If you have one or more of the key fields initial, you can still get unique records because the uniqueness is enforced by the database once you specify that group of fields as key fields. So even if you have one field initial, the other key fields should still result in a uniques record.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586694#M591969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unique Key</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586695#M591970</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;Check out this thread&lt;/P&gt;&lt;P&gt;check all the answers given by John Jakabcsin in this thread &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="91949"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2007 22:29:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unique-key/m-p/2586695#M591970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-07T22:29:49Z</dc:date>
    </item>
  </channel>
</rss>

