<?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: dataclass in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096569#M436568</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;Dataclass is there in the technical attributes of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually a database is divided in to table spaces.&lt;/P&gt;&lt;P&gt;and some of these table spaces are tuned for easy read access and some are tuned for easy write access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose the data class correctly, your table is automatically assigned to the correct area (tablespace or DBspace) of the database when it is created. Each data class corresponds to a physical area in which all the tables assigned to this data class are stored. There are the following data classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL0 (master data): Data which is seldomly changed. An example of master data is the data contained in an address file, such as the name, address and telephone number. &lt;/P&gt;&lt;P&gt;APPL1 (transaction data): Data that is frequently changed. An example of transaction data is the goods in a warehouse, which change after each purchase order. &lt;/P&gt;&lt;P&gt;APPL2 (organizational data): Customizing data that is defined when the system is installed and seldomly changed. An example is the table with country codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also see the following link;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any more doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.....&lt;/P&gt;&lt;P&gt;Suresh.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 08:20:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T08:20:59Z</dc:date>
    <item>
      <title>dataclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096567#M436566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wat r dataclass plz describe it brief.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096567#M436566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T08:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: dataclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096568#M436567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link -&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1847537"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096568#M436567</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-04-16T08:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: dataclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096569#M436568</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;Dataclass is there in the technical attributes of a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually a database is divided in to table spaces.&lt;/P&gt;&lt;P&gt;and some of these table spaces are tuned for easy read access and some are tuned for easy write access.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you choose the data class correctly, your table is automatically assigned to the correct area (tablespace or DBspace) of the database when it is created. Each data class corresponds to a physical area in which all the tables assigned to this data class are stored. There are the following data classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPL0 (master data): Data which is seldomly changed. An example of master data is the data contained in an address file, such as the name, address and telephone number. &lt;/P&gt;&lt;P&gt;APPL1 (transaction data): Data that is frequently changed. An example of transaction data is the goods in a warehouse, which change after each purchase order. &lt;/P&gt;&lt;P&gt;APPL2 (organizational data): Customizing data that is defined when the system is installed and seldomly changed. An example is the table with country codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also see the following link;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eac5446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know if you have any more doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.....&lt;/P&gt;&lt;P&gt;Suresh.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096569#M436568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T08:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: dataclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096570#M436569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi rakesh,&lt;/P&gt;&lt;P&gt;Data class logically defines the physical area of the database in which your table is stored.the importanat data class are master data,transactional data,organizational data and system data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096570#M436569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: dataclass</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096571#M436570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi rakesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you and sriram are making fun of SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Moderators will be watching this,&lt;/P&gt;&lt;P&gt;your accounts will be blocked.......&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suresh......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 08:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dataclass/m-p/2096571#M436570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T08:33:03Z</dc:date>
    </item>
  </channel>
</rss>

