<?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 diff between data class and delivery class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826442#M661335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;diff between data class and delivery class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Oct 2007 05:21:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-03T05:21:44Z</dc:date>
    <item>
      <title>diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826442#M661335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;diff between data class and delivery class&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 05:21:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826442#M661335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T05:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826443#M661336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Based on Delivery class, space will be allocated to the table in number of extents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data class is used to determine where the data has to be stored in the allocated TABLE SPACE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghavendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 05:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826443#M661336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T05:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826444#M661337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;What is a Data Class?&lt;/P&gt; &lt;BR /&gt;&lt;BR /&gt;The Data class determines in which table space the table is stored when it is created in the database.&lt;BR /&gt;&lt;BR /&gt;There are five size categories (0-4) and 11 data classes only three of which are appropriate for application tables:&lt;BR /&gt;&lt;BR /&gt;· APPL0- Master data (data frequently accessed but rarely updated).&lt;BR /&gt;&lt;BR /&gt;· APPL1- Transaction data (data that is changed frequently).&lt;BR /&gt;&lt;BR /&gt;· APPL2- Organizational data (customizing data that is entered when system is configured and then rarely changed).&lt;BR /&gt;&lt;BR /&gt;The other two types are:&lt;BR /&gt;&lt;BR /&gt;· USR&lt;BR /&gt;&lt;BR /&gt;· USR1 &amp;#150; Intended for customer&amp;#146;s own developments.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;What is the significance of Delivery Class?&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;· The delivery class controls the degree to which the SAP or the customer is responsible for table maintenance.&lt;BR /&gt;&lt;BR /&gt;· Whether SAP provides the table with or without contents.&lt;BR /&gt;&lt;BR /&gt;· Determines the table type.&lt;BR /&gt;&lt;BR /&gt;· Determines how the table behaves when it is first installed, at upgrade, when it is transported, and when a client copy is performed.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;What is the significance of Technical settings (specified while creating a table in the data dictionary)?&lt;/P&gt;&lt;/B&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt; By specifying technical settings we can control how database tables are created in the database.  The technical settings allows us to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Optimize storage space requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Table access behavior.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Buffering required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·            Changes to entries logged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful,&lt;/P&gt;&lt;P&gt;Aleem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 06:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826444#M661337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T06:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826445#M661338</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;u can better information from F1 go to the tab press F1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)---&amp;gt; Data class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data class in technical settings&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;&lt;/P&gt;&lt;P&gt;2)--&amp;gt;Delivery class&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The delivery class controls the transport of table data when installing or upgrading, in a client copy and when transporting between customer systems. The delivery class is also used in the extended table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following delivery classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: Application table (master and transaction data).&lt;/P&gt;&lt;P&gt;C: Customer table, data is maintained by the customer only.&lt;/P&gt;&lt;P&gt;L: Table for storing temporary data.&lt;/P&gt;&lt;P&gt;G: Customer table, SAP may insert new data records, but may not overwrite or delete existing data records. The customer namespace must be defined in table TRESC. (Use Report RDDKOR54 here).&lt;/P&gt;&lt;P&gt;E: System table with its own namespaces for customer entries. The customer namespace must be defined in table TRESC. (Use Report RDDKOR54 here.)&lt;/P&gt;&lt;P&gt;S: System table, data changes have the same status as program changes.&lt;/P&gt;&lt;P&gt;W: System table (e.g. table of the development environment) whose data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.).&lt;/P&gt;&lt;P&gt;Behavior during client copy&lt;/P&gt;&lt;P&gt;Only the data of client-specific tables is copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes C, G, E, S: The data records of the table are copied to the target client.&lt;/P&gt;&lt;P&gt;Classes W, L: The data records of the table are not copied to the target client.&lt;/P&gt;&lt;P&gt;Class A: Data records are only copied to the target client if explicitly requested (parameter option). Normally it does not make sense to transport such data, but is supported to permit you to copy an entire client environment.&lt;/P&gt;&lt;P&gt;Behavior during installation, upgrade and language import&lt;/P&gt;&lt;P&gt;The behavior differs here for client-specific and cross-client tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client-specific tables&lt;/P&gt;&lt;P&gt;Classes A and C: Data is only imported into client 000. Existing data records are overwritten.&lt;/P&gt;&lt;P&gt;Classes E, S and W: Data is imported into all clients. Existing data records are overwritten.&lt;/P&gt;&lt;P&gt;Class G: Existing data records are overwritten in client 000. In all other clients, new data records are inserted, but existing data records are not overwritten.&lt;/P&gt;&lt;P&gt;Class L: No data is imported.&lt;/P&gt;&lt;P&gt;Cross-client tables&lt;/P&gt;&lt;P&gt;Classes A, L and C: No data is imported.&lt;/P&gt;&lt;P&gt;Classes E, S, and W: Data is imported. Exisitng data records with the same key are overwritten.&lt;/P&gt;&lt;P&gt;Classe G: Data records that do not exist are inserted, but existing data records are not overwritten.&lt;/P&gt;&lt;P&gt;Behavior during transport between customer systems&lt;/P&gt;&lt;P&gt;Data records of tables of delivery class L are not imported into the target system. Data records of tables of delivery classes A, C, E, G, S and W are imported into the target system (this is done for the target client specified in the transport for client-specific tables).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of the delivery class in the extended table maintenance&lt;/P&gt;&lt;P&gt;The delivery class is also analyzed in the extended table maintenance (SM30). The maintenance interface generated for a table makes the following checks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot transport the entered data with the transport link of the generated maintenance interface for tables of delivery classes W and L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Pattan Naveen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 08:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826445#M661338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T08:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826446#M661339</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 delivery class controls the transport of table data when installing or upgrading, in a client copy and when transporting between customer systems. The delivery class is also used in the extended table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following delivery classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: Application table (master and transaction data).&lt;/P&gt;&lt;P&gt;C: Customer table, data is maintained by the customer only.&lt;/P&gt;&lt;P&gt;L: Table for storing temporary data.&lt;/P&gt;&lt;P&gt;G: Customer table, SAP may insert new data records, but may not overwrite or delete existing data records. The customer namespace must be defined in table TRESC. (Use Report RDDKOR54 here).&lt;/P&gt;&lt;P&gt;E: System table with its own namespaces for customer entries. The customer namespace must be defined in table TRESC. (Use Report RDDKOR54 here.)&lt;/P&gt;&lt;P&gt;S: System table, data changes have the same status as program changes.&lt;/P&gt;&lt;P&gt;W: System table (e.g. table of the development environment) whose data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development class is to store a group of objects under single class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Delivery Class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The delivery class controls the transport of table data for installation, upgrade, client copy and when transporting between customer systems. The delivery class is also used in the extended table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following development classes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A: Application table (master and transaction data). &lt;/P&gt;&lt;P&gt;C: Customer table, data is only maintained by the customer. &lt;/P&gt;&lt;P&gt;L: Table for storing temporary data. &lt;/P&gt;&lt;P&gt;G: Customer table, SAP may insert new data records but may not overwrite or delete existing ones. The customer namespace must be defined in table TRESC. To define the customer namespace use report RDDKOR54. You can start it directly from the table maintenance by choosing Customer namespace definition on the Attributes tab. &lt;/P&gt;&lt;P&gt;E: System table with its own namespace for customer entries. The customer namespace must be defined in table TRESC. To define the customer namespace use report RDDKOR54. You can start it directly from the table maintenance by choosing Customer namespace definition on the Attributes tab. &lt;/P&gt;&lt;P&gt;S: System table, data changes have the status of program changes. &lt;/P&gt;&lt;P&gt;W: System table (e.g. table of the development environment) whose data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.).&lt;/P&gt;&lt;P&gt;Behavior during Client Copy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the data of client-dependent tables is copied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class C, G, E, S: The data records of the table are copied to the target client. &lt;/P&gt;&lt;P&gt;Class W, L: The data records of the table are not copied to the target client. &lt;/P&gt;&lt;P&gt;Class A: Data records are only copied to the target client if explicitly requested (parameter option). It normally does not make sense to transport such data, but this is supported nevertheless to permit the entire client environment to be copied.&lt;/P&gt;&lt;P&gt;Behavior during Installation, Upgrade and Language Import&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The behavior of client-dependent tables differs from that of cross-client tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client-Dependent Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class A and C: Data is only imported into client 000. Existing data records are overwritten. &lt;/P&gt;&lt;P&gt;Class E, S and W: Data is imported into all clients. Existing data records are overwritten. &lt;/P&gt;&lt;P&gt;Class G: Existing data records are overwritten in client 000. In all other clients, new data records are inserted, but existing data records are not overwritten. &lt;/P&gt;&lt;P&gt;Class L: No data is imported.&lt;/P&gt;&lt;P&gt;Cross-Client Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Classes A, L and C: No data is imported. &lt;/P&gt;&lt;P&gt;Classes E, S, and W: Data is imported. Existing data records with the same key are overwritten. &lt;/P&gt;&lt;P&gt;Class G: Non-existent data records are inserted, but no existing data records are overwritten.&lt;/P&gt;&lt;P&gt;Behavior during Transport between Customer Systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data records of tables having delivery class L are not imported into the target system. Data records of tables having delivery classes A, C, E, G, S and W are imported into the target system (for client-dependent tables this is done for the target clients specified in the transport).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use of the Delivery Class in the Extended Table Maintenance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The delivery class is also used in the Extended Table Maintenance (SM30). The maintenance interface generated for a table makes the following checks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not possible to transport the entered data using the transport connection of the generated maintenance interface for tables having delivery classes W and L. &lt;/P&gt;&lt;P&gt;Data that is entered is checked to see if it violates the namespace defined in table TRESC. If the data violates the namespace, the input is rejected.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if useful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:41:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826446#M661339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: diff between data class and delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826447#M661340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;1.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;The delivery class controls the degree to which the SAP or the customer is responsible for table maintenance&lt;/P&gt;&lt;P&gt;- whether SAP provides the table with or without contents.&lt;/P&gt;&lt;P&gt;- determines the table type. - determines how the table behaves when it is first installed, at upgrade, when it is transported, and when a client copy is performed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4 .A work process is where individual dialog steps are actually processed and the work is done. Each work process handles one type of request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward if usefull&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Oct 2007 10:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/diff-between-data-class-and-delivery-class/m-p/2826447#M661340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-03T10:42:57Z</dc:date>
    </item>
  </channel>
</rss>

