<?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: delivery class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242958#M773994</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;It defines copying data between clients..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is of some delivery classes, while entering data in that table thro se11...no TR is generated......normal client copy not allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2008 06:53:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-03T06:53:10Z</dc:date>
    <item>
      <title>delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242955#M773991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wht is meant by delivery class. plz dont give the definition in help library.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:27:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242955#M773991</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-01-03T06:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242956#M773992</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;STRONG&gt;Delivery Class&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The delivery class controls the transport of table data for installation, upgrade, client copy and&lt;/P&gt;&lt;P&gt;when transporting between customer systems. The delivery class is also used in the extended&lt;/P&gt;&lt;P&gt;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;  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&lt;/P&gt;&lt;P&gt;existing ones.&lt;/P&gt;&lt;P&gt;  E: System table with its own namespace for customer entries. The customer namespace&lt;/P&gt;&lt;P&gt;must be defined in table TRESC.&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&lt;/P&gt;&lt;P&gt;with its own transport objects (e.g. R3TR PROG, R3TR TABL, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Behavior during Client Copy&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Only the data of client-dependent tables is copied.&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&lt;/P&gt;&lt;P&gt;(parameter option). It normally does not make sense to transport such data, but this is&lt;/P&gt;&lt;P&gt;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;The behavior of client-dependent tables differs from that of cross-client tables.&lt;/P&gt;&lt;P&gt;Client-Dependent Tables&lt;/P&gt;&lt;P&gt;  Class A and C: Data is only imported into client 000. Existing data records are&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;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. Existing data records with the same key are&lt;/P&gt;&lt;P&gt;overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Class G: Non-existent data records are inserted, but no existing data records are&lt;/P&gt;&lt;P&gt;overwritten.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Behavior during Transport between Customer Systems&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Data records of tables having delivery class L are not imported into the target system. Data&lt;/P&gt;&lt;P&gt;records of tables having delivery classes A, C, E, G, S and W are imported into the target system&lt;/P&gt;&lt;P&gt;(for client-dependent tables this is done for the target clients specified in the transport).&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Use of the Delivery Class in the Extended Table Maintenance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The delivery class is also used in the Extended Table Maintenance (SM30). The maintenance&lt;/P&gt;&lt;P&gt;interface generated for a table makes the following checks:&lt;/P&gt;&lt;P&gt;  It is not possible to transport the entered data using the transport connection of the&lt;/P&gt;&lt;P&gt;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&lt;/P&gt;&lt;P&gt;TRESC. If the data violates the namespace, the input is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Activation Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The activation type defines whether the table can be activated directly from the ABAP Dictionary,&lt;/P&gt;&lt;P&gt;or whether the runtime object of the table must first be generated with a C program. This entry is&lt;/P&gt;&lt;P&gt;optional and only important for tables of the runtime environment.&lt;/P&gt;&lt;P&gt;The following entries are possible for the activation type:&lt;/P&gt;&lt;P&gt;  Tables having activation type 01 cannot be activated from the ABAP Dictionary. The&lt;/P&gt;&lt;P&gt;runtime object must be generated using a C program. The table can then be activated&lt;/P&gt;&lt;P&gt;from the ABAP Dictionary. This activation type ensures that important system tables&lt;/P&gt;&lt;P&gt;cannot be changed and activated directly.&lt;/P&gt;&lt;P&gt;  Tables having activation type 02 are also used in C programs. The data structure in the&lt;/P&gt;&lt;P&gt;C program must therefore be adjusted manually when the table is changed. There is a&lt;/P&gt;&lt;P&gt;relevant comment in the activation log for such tables.&lt;/P&gt;&lt;P&gt;  Tables having activation type 10 are needed before R3TRANS runs. Such tables must&lt;/P&gt;&lt;P&gt;exist before all other tables when upgrading.&lt;/P&gt;&lt;P&gt;  Tables having activation type 00 can be activated directly from the ABAP Dictionary. This&lt;/P&gt;&lt;P&gt;is the default setting for the activation type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keerthi vasan.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242956#M773992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242957#M773993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delivery class means it decides what type of table you are going to create.ex:is it a master table or transaction table.&lt;/P&gt;&lt;P&gt;what type of data it is going to store in it?&lt;/P&gt;&lt;P&gt;what is the frequency of data change in that table?&lt;/P&gt;&lt;P&gt;is it needed to delete the data or overwrite the data?&lt;/P&gt;&lt;P&gt;depending on all these criteria tables are categorized and while designing table considering these criterias we choose delivery class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242957#M773993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242958#M773994</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;It defines copying data between clients..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is of some delivery classes, while entering data in that table thro se11...no TR is generated......normal client copy not allowed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 06:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242958#M773994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242959#M773995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; it will identify the &lt;STRONG&gt;owner&lt;/STRONG&gt; of the table.&lt;/P&gt;&lt;P&gt; it will indicate which type of table is going to be created in the database i.e master or transactional &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if usefful&lt;/P&gt;&lt;P&gt;rgdds&lt;/P&gt;&lt;P&gt;Umakanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 08:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242959#M773995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T08:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: delivery class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242960#M773996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi prasanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Delivery Class:&lt;/STRONG&gt; The delivery class controls the transport of table data when&lt;/P&gt;&lt;P&gt;installing or upgrading, in a client copy and when transporting between customer&lt;/P&gt;&lt;P&gt;systems. The delivery class is also used in the extended table&lt;/P&gt;&lt;P&gt;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;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. The customer namespace must be defined in table TRESC. (Use&lt;/P&gt;&lt;P&gt;Report RDDKOR54 here).&lt;/P&gt;&lt;P&gt;E: System table with its own namespaces for customer entries.&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&lt;/P&gt;&lt;P&gt;data is transported with its own transport objects (e.g. R3TR PROG, R3TR TABL,&lt;/P&gt;&lt;P&gt;etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Reward if helpful.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2008 08:33:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delivery-class/m-p/3242960#M773996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-03T08:33:43Z</dc:date>
    </item>
  </channel>
</rss>

