<?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 table issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327649#M167653</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;&lt;/P&gt;&lt;P&gt;i require to create one custom table with two key, in which one key field could be initial, even i am cheking checkbox for intial , but as soon as i am acting table both key fields are getting checked for intial automatically ,can any body suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 May 2006 09:42:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-26T09:42:26Z</dc:date>
    <item>
      <title>table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327649#M167653</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;&lt;/P&gt;&lt;P&gt;i require to create one custom table with two key, in which one key field could be initial, even i am cheking checkbox for intial , but as soon as i am acting table both key fields are getting checked for intial automatically ,can any body suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327649#M167653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327650#M167654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is the default and appropriate behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If we specify any field as primary key,&lt;/P&gt;&lt;P&gt;  (it cannot be NULL in physical database table)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Hence, INITIAL means,&lt;/P&gt;&lt;P&gt;   SPACES for charcter field&lt;/P&gt;&lt;P&gt;   ZERO  for numeric field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. So Its ok what is happening.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. We cannot do what u are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327650#M167654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327651#M167655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; for more info &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Indicator that NOT NULL is forced for this field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Select this flag if a field to be inserted in the database is to be&lt;/P&gt;&lt;P&gt;    filled with initial values. The initial value used depends on the data&lt;/P&gt;&lt;P&gt;    type of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please note that fields in the database for which the this flag is not&lt;/P&gt;&lt;P&gt;    set can also be filled with initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    When you create a table, all fields of the table can be defined as NOT&lt;/P&gt;&lt;P&gt;    NULL and filled with an initial value. The same applies when converting&lt;/P&gt;&lt;P&gt;    the table. Only when new fields are added or inserted, are these filled&lt;/P&gt;&lt;P&gt;    with initial values. An exception is key fields. These are always filled&lt;/P&gt;&lt;P&gt;    automatically with initial values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restrictions and notes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   The initial value cannot be set for fields of data types LCHR, LRAW,&lt;/P&gt;&lt;P&gt;    and RAW. If the field length is greater than 32, the initial flag&lt;/P&gt;&lt;P&gt;    cannot be set for fields of data type NUMC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   If a new field is inserted in the table and the initial flag is set,&lt;/P&gt;&lt;P&gt;    the complete table is scanned on activation and an UPDATE is made to&lt;/P&gt;&lt;P&gt;    the new field. This can be very time-consuming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o   If the initial flag is set for an included structure, this means&lt;/P&gt;&lt;P&gt;    that the attributes from the structure are transferred. That is,&lt;/P&gt;&lt;P&gt;    exactly those fields which are marked as initial in the definition&lt;/P&gt;&lt;P&gt;    have this attribute in the table as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 09:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327651#M167655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T09:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: table issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327652#M167656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gud,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        I feel this is the default behaviour in SAP and  moreover it's in line with the basic Database requirement that a key field can't be NULL. Hence SAP, by default, fills the Key fields with INITIAL values as appropriate in accordance with the datatype of the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, you can still keep a check, programatically, on NULL/INITIAL values for the corresponding Key fields in your Table Maintenance Dialogs screens or Custom upload/update programs.&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;Roopesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 May 2006 12:37:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-issue/m-p/1327652#M167656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-26T12:37:37Z</dc:date>
    </item>
  </channel>
</rss>

