<?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 Data class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624845#M603058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;is there any problem if i give APPL1  instead of APPL0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jul 2007 06:05:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-30T06:05:44Z</dc:date>
    <item>
      <title>Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624845#M603058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;is there any problem if i give APPL1  instead of APPL0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624845#M603058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624846#M603059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There won't be any problem&lt;/P&gt;&lt;P&gt;nothing will happen&lt;/P&gt;&lt;P&gt;The data class defines the physical area of the database (for ORACLE the TABLESPACE) in which your table is logically stored. If you choose a data class correctly, your table will automatically be assigned to the correct area when it is created on the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most important data classes are (other than the system data):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL0    Master data&lt;/P&gt;&lt;P&gt;APPL1    Transaction data&lt;/P&gt;&lt;P&gt;APPL2    Organizational and customizing data&lt;/P&gt;&lt;P&gt;Master data is data which is frequently read, but rarely updated. Transaction data is data which is frequently updated.Organizational und customizing data is data which is defined when the system is initialized and then rarely changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two more data classes available, USR and USR1. These are reserved for user developments. The tables assigned to these data classes are stored in a tablespace for user developments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&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>Mon, 30 Jul 2007 06:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624846#M603059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624847#M603060</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;APPL0 is for  Master data (data frequently accessed but rarely updated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL1 is for  Transaction data (data that is changed frequently).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpfull answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:11:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624847#M603060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624848#M603061</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;The Data class determines in which tablespace the table is stored when it is created in the database. What is a Size Category? The Size category describes the probable space requirement of the table in the database. How Many types of size categories and data classes are there? There are five size categories (0-4) and 11 data classes, only three of which are appropriate for application tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- APPL0 - Master data (data frequently accessed but rarely updated)&lt;/P&gt;&lt;P&gt;- APPL1 - Transaction data (data that is changed frequnetly)&lt;/P&gt;&lt;P&gt;- APPL2 - Organisational data (customizing data that is entered when system is&lt;/P&gt;&lt;P&gt;configured and then rarely changed)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so you can't use APPL1 instead APPL0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*********&lt;STRONG&gt;please reward points if the information is helpful to you&lt;/STRONG&gt;*************&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624848#M603061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624849#M603062</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;There are five size categories (0-4) and 11 data classes only three of which are appropriate for application tables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· APPL0- Master data (data frequently accessed but rarely updated).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· APPL1- Transaction data (data that is changed frequently).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· APPL2- Organizational data (customizing data that is entered when system is configured and then rarely changed).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other two types are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· USR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· USR1 &amp;#150; Intended for customer&amp;#146;s own developments&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html" target="test_blank"&gt;http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Omkar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624849#M603062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624850#M603063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2007 06:16:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/2624850#M603063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-30T06:16:01Z</dc:date>
    </item>
  </channel>
</rss>

