<?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: data class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410870#M197887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just goto SE11 and goto technical settings of any table and press F1 for field data class u will get all the needed information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 10:27:37 GMT</pubDate>
    <dc:creator>sridharreddy_kondam</dc:creator>
    <dc:date>2006-06-19T10:27:37Z</dc:date>
    <item>
      <title>data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410864#M197881</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;what is the exact purpose of using data class? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: kiran machavarapu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410864#M197881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410865#M197882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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;Note: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;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410865#M197882</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410866#M197883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this link...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cma.zdnet.com/book/abap/ch05/ch05.htm#DataClass" target="test_blank"&gt;http://cma.zdnet.com/book/abap/ch05/ch05.htm#DataClass&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410866#M197883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410867#M197884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Practically it has no purpose from abap&lt;/P&gt;&lt;P&gt;   point of view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Its important only if&lt;/P&gt;&lt;P&gt;, at the database storage level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Databases like oracle, &lt;/P&gt;&lt;P&gt;   store data in different&lt;/P&gt;&lt;P&gt;   files (called datafiles / TABLE SPACE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. We can assign to any of them.&lt;/P&gt;&lt;P&gt;&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410867#M197884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410868#M197885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; By way of specifying the dataclass u can allot the space in database.According to the class the storage location will differ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it helps reward points.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:26:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410868#M197885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410869#M197886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Kiran&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following Documrnt&lt;/P&gt;&lt;P&gt;&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;Note: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;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410869#M197886</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T10:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: data class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410870#M197887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just goto SE11 and goto technical settings of any table and press F1 for field data class u will get all the needed information...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 10:27:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/data-class/m-p/1410870#M197887</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-06-19T10:27:37Z</dc:date>
    </item>
  </channel>
</rss>

