<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273039#M493956</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you check the INITIAL check box, then it will take the INITIAL VALUE for that data type. Lets say it is Charecter data type, and you haave not entered anyh thing in the table field then it will take SPACE in it, and lets say it is a DATE type and you have not entered any thing, then it will take 00000000 in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 May 2007 06:52:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-18T06:52:30Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273038#M493955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i am trying to create table .i have entered the field name and i have two check boxes ie &lt;/P&gt;&lt;P&gt;1.key.&lt;/P&gt;&lt;P&gt;2.initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will check 'key' so that i can maintain uniqueness then what is the purpose of initial check box if i kept it blank what will happen.plz explain me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:50:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273038#M493955</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273039#M493956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you check the INITIAL check box, then it will take the INITIAL VALUE for that data type. Lets say it is Charecter data type, and you haave not entered anyh thing in the table field then it will take SPACE in it, and lets say it is a DATE type and you have not entered any thing, then it will take 00000000 in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:52:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273039#M493956</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273040#M493957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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, LR&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 s&lt;/P&gt;&lt;P&gt;    the complete table is scanned on activation and an UPDATE is made&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 definitio&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, 18 May 2007 06:52:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273040#M493957</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:52:51Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273041#M493958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See this doc for that check box INITIAL&lt;/P&gt;&lt;P&gt;Indicator that NOT NULL is forced for this field&lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;Select this flag if a field to be inserted in the database is to be filled with initial values. The initial value used depends on the data 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 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 NULL and filled with an initial value. The same applies when converting the table. Only when new fields are added or inserted, are these filled with initial values. An exception is key fields. These are always filled 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;The initial value cannot be set for fields of data types LCHR, LRAW, and RAW. If the field length is greater than 32, the initial flag cannot be set for fields of data type NUMC.&lt;/P&gt;&lt;P&gt;If a new field is inserted in the table and the initial flag is set, the complete table is scanned on activation and an UPDATE is made to the new field. This can be very time-consuming.&lt;/P&gt;&lt;P&gt;If the initial flag is set for an included structure, this means that the attributes from the structure are transferred. That is, exactly those fields which are marked as initial in the definition have this attribute in the table as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:52:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273041#M493958</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273042#M493959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Initial Check box is the indicator that NOT NULL is forced for this field. &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;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;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;Restrictions and notes:                                                                                &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;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;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, 18 May 2007 06:53:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273042#M493959</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273043#M493960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manjula,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Documentation States the Following...&lt;/P&gt;&lt;P&gt;                                                                                Indicator that NOT NULL is forced for this field                                                                                &lt;/P&gt;&lt;P&gt;Use                                                                                &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;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;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;Restrictions and notes:                                                                                &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;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;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;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 May 2007 06:55:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2273043#M493960</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-18T06:55:23Z</dc:date>
    </item>
  </channel>
</rss>

