<?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: Table -Mandatory fields -Intial Values in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901762#M1144701</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete the primary key field, activate and adjust the database using tcode se14 and recreate the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Dec 2008 09:20:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-22T09:20:27Z</dc:date>
    <item>
      <title>Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901756#M1144695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Created a custom table with mandatory fields with Intial values. But now I want these mandatory fields with out Intial values.I tried to disable it and activate the table, But these intial values are comes back(enabled automatically) after table activated. Also I tried with SE14, but it returns the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some one please suggest me on this Issue . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;srs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:22:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901756#M1144695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901757#M1144696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;mandatory fields key(primry key) should not be modified after it has been set ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 03:28:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901757#M1144696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T03:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901758#M1144697</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;By default all the primary key fields take initial values. we can't change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;prajwala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 08:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901758#M1144697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T08:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901759#M1144698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are trying to break the definition of the Primary Key. A primary key will have initial values and that is why the duplicate entries are not allowed when you update the table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;-Syed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Dec 2008 11:13:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901759#M1144698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-17T11:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901760#M1144699</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;You can not modify the primary key fields once it is set.&lt;/P&gt;&lt;P&gt;instead to delete the default value..delete all the enteries for that values from table and then deleta it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 05:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901760#M1144699</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T05:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901761#M1144700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default all the primary key fields take initial values. and that is why the duplicate entries are not allowed when you update the table data.You can not modify the primary key fields once it is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Md.MahaboobKhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901761#M1144700</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901762#M1144701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete the primary key field, activate and adjust the database using tcode se14 and recreate the field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Dec 2008 09:20:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901762#M1144701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-22T09:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901763#M1144702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sridhar swarna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem you have got is with the mandt fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these firleds are also called as primary fields which are unique in nature and are really important for retrieval of data from the db table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the primary key will have initial values and now go to table maintennace generator and delete the old mandt field then create new field  and assign as per your reqmnt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;srikanth.p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 07:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901763#M1144702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T07:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901764#M1144703</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;You cannot disable the once set value for the primary ker fileds and activate it again,as once value set for the key fields they will remain as it is. But this doesnot mean you cannot do it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delete all the enteries from the table, delete the maintainence generator,activate the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again maintain the maintainenece generator and activate the tabel, and now do the eneteries.&lt;/P&gt;&lt;P&gt;though this is bit lenghty procedure but will will solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pooja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 05:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901764#M1144703</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T05:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Table -Mandatory fields -Intial Values</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901765#M1144704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar&lt;/P&gt;&lt;P&gt;key fields of a table will automatically be flaged as initial after activation.&lt;/P&gt;&lt;P&gt;Neither you can leave it blank nor you can change it.This initial flag will give&lt;/P&gt;&lt;P&gt;the type specific initial value to the field.&lt;/P&gt;&lt;P&gt;Hope this cleared your doubt &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Menon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 11:37:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-mandatory-fields-intial-values/m-p/4901765#M1144704</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T11:37:10Z</dc:date>
    </item>
  </channel>
</rss>

