<?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 Issues while creating customized table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-creating-customized-table/m-p/4894057#M1143256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please tell me what is Data Class and Buffering in technical setting of Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And which option i will prefer to give while creating a customized customer table. That table contains only one  field and maximum records will  not cross 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Md Azizur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Dec 2008 06:41:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-23T06:41:55Z</dc:date>
    <item>
      <title>Issues while creating customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-creating-customized-table/m-p/4894057#M1143256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please tell me what is Data Class and Buffering in technical setting of Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And which option i will prefer to give while creating a customized customer table. That table contains only one  field and maximum records will  not cross 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Md Azizur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Dec 2008 06:41:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-creating-customized-table/m-p/4894057#M1143256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-23T06:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issues while creating customized table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-creating-customized-table/m-p/4894058#M1143257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use data class USR or USR1 for customized customer developments. Note that the data class only has an effect on table storage for the database  systems ORACLE and INFORMIX.                                              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your table has mainly read access then use buffering and if your table has mainly write access then do not use buffering.&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;Rajesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;About Data Class:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The data class defines the physical area of the database (for ORACLE the &lt;/P&gt;&lt;P&gt;    TABLESPACE) in which your table is logically stored. If you choose a     &lt;/P&gt;&lt;P&gt;    data class correctly, your table will automatically be assigned to the   &lt;/P&gt;&lt;P&gt;    correct area when it is created on the database.                                                                                &lt;/P&gt;&lt;P&gt;The most important data classes are (other than the system data):                                                                                &lt;/P&gt;&lt;P&gt;o   APPL0    Master data                                                                                &lt;/P&gt;&lt;P&gt;o   APPL1    Transaction data                                                                                &lt;/P&gt;&lt;P&gt;o   APPL2    Organizational and customizing data                                                                                &lt;/P&gt;&lt;P&gt;Master data is data which is frequently read, but rarely updated.        &lt;/P&gt;&lt;P&gt;    Transaction data is data which is frequently updated. Organizational und &lt;/P&gt;&lt;P&gt;    customizing data is data which is defined when the system is initialized &lt;/P&gt;&lt;P&gt;    and then rarely changed.                                                                                &lt;/P&gt;&lt;P&gt;There are two more data classes available, USR and USR1. These are  &lt;/P&gt;&lt;P&gt;reserved for user developments. The tables assigned to these data   &lt;/P&gt;&lt;P&gt;classes are stored in a tablespace for user developments.           &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;About Buffering:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The buffering status specifies whether or not a table may be buffered.   &lt;/P&gt;&lt;P&gt;                                                                         &lt;/P&gt;&lt;P&gt;This depends on how the table is used, for example on the expected       &lt;/P&gt;&lt;P&gt;volume of data in the table or on the type of access to a table. (mainly &lt;/P&gt;&lt;P&gt;read or mainly write access to the table. In the latter case, for        &lt;/P&gt;&lt;P&gt;example, one would not select buffering).        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should therefore select                                          &lt;/P&gt;&lt;P&gt;- Buffering not allowed if a table may not be buffered.              &lt;/P&gt;&lt;P&gt;- Buffering allowed but not activated if buffering is                &lt;/P&gt;&lt;P&gt;  principally allowed for a table, but at the moment no buffering    &lt;/P&gt;&lt;P&gt;  should be active. The                                              &lt;/P&gt;&lt;P&gt;  buffering type specified in this case is only                      &lt;/P&gt;&lt;P&gt;  a suggestion.                                                      &lt;/P&gt;&lt;P&gt;- Buffering allowed if the table should be buffered. In this         &lt;/P&gt;&lt;P&gt;  case a buffering type                                              &lt;/P&gt;&lt;P&gt;  must be specified.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Dec 2008 09:02:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issues-while-creating-customized-table/m-p/4894058#M1143257</guid>
      <dc:creator>rajesh-2</dc:creator>
      <dc:date>2008-12-24T09:02:02Z</dc:date>
    </item>
  </channel>
</rss>

