<?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-Primary keys in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309425#M792676</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the Key column if the field should be part of the table key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Feb 2008 14:21:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-06T14:21:42Z</dc:date>
    <item>
      <title>Data Dictionary-Primary keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309423#M792674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a question regarding creating primary keys in Ztables.&lt;/P&gt;&lt;P&gt;When I designate a field as Primary Key, It is accepting NULLs as inputs.Which is contradicting Primary key constraint. How should I enforce primary key constraint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 14:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309423#M792674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T14:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary-Primary keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309424#M792675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check the both check boxex in that field.&lt;/P&gt;&lt;P&gt;that is KEY and INITIAL check boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 14:18:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309424#M792675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T14:18:52Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary-Primary keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309425#M792676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Select the Key column if the field should be part of the table key&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 14:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309425#M792676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T14:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary-Primary keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309426#M792677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though the Key And Intitial coumn has been set, while entering values in table the field is still accepting Null values.&lt;/P&gt;&lt;P&gt;for eg- Num (char10/Or any DE attached),&lt;/P&gt;&lt;P&gt;Name (Char 20). If enter records like&lt;/P&gt;&lt;P&gt;(&amp;lt;blank&amp;gt;, krishna), &lt;/P&gt;&lt;P&gt;(10, chaiyanya).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the PK field is also accepting blank values r if not entered anything also its accepting. &lt;/P&gt;&lt;P&gt;But this is not the case in any RDBMS. PK (Not Null and unique) is maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309426#M792677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T15:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data Dictionary-Primary keys</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309427#M792678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Even though the Key And Intitial coumn has been set, while entering values in table the field is still accepting Null values.&lt;/P&gt;&lt;P&gt;for eg- Num (char10/Or any DE attached),&lt;/P&gt;&lt;P&gt;Name (Char 20). If enter records like&lt;/P&gt;&lt;P&gt;(&amp;lt;blank&amp;gt;, krishna), &lt;/P&gt;&lt;P&gt;(10, chaiyanya).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the PK field is also accepting blank values r if not entered anything also its accepting. &lt;/P&gt;&lt;P&gt;But this is not the case in any RDBMS. PK (Not Null and unique) is maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to go about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2008 15:39:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-dictionary-primary-keys/m-p/3309427#M792678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-06T15:39:28Z</dc:date>
    </item>
  </channel>
</rss>

