<?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: tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667699#M615752</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;Delivery class is used to specify the table type. For example transparent table or cluster table. we will have different types of delivery classes like A ,C, L, G, E, S, W. if we want to do any modification to the existing table then we will use customizing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is useful....&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;Vasudeva Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Aug 2007 14:49:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-20T14:49:55Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667696#M615749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when can we use delivery class as customizing / application while table creation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 12:58:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667696#M615749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T12:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667697#M615750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi shital,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go thrugh this u definetly understand.&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 when installin&lt;/P&gt;&lt;P&gt;    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;&lt;/P&gt;&lt;P&gt;    o   A: Application table (master and transaction data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   C: Customer table, data is maintained by the customer only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   L: Table for storing temporary data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   G: Customer table, SAP may insert new data records, but may not&lt;/P&gt;&lt;P&gt;        overwrite or delete existing data records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    o   E: System table with its own namespaces for customer entries. The&lt;/P&gt;&lt;P&gt;        customer namespace must be defined in table TRESC.&lt;/P&gt;&lt;P&gt; o   S: System table, data changes have the same status as program&lt;/P&gt;&lt;P&gt;     changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   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,&lt;/P&gt;&lt;P&gt;     R3TR TABL, etc.).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ehavior during client copy&lt;/P&gt;&lt;P&gt;&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; o   Classes C, G, E, S: The data records of the table are copied to the&lt;/P&gt;&lt;P&gt;     target client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   Classes W, L: The data records of the table are not copied to the&lt;/P&gt;&lt;P&gt;     target client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   Class A: Data records are only copied to the target client if&lt;/P&gt;&lt;P&gt;     explicitly requested (parameter option). Normally it does not make&lt;/P&gt;&lt;P&gt;     sense to transport such data, but is supported to permit you to copy&lt;/P&gt;&lt;P&gt;     an entire client environment.&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 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;&lt;/P&gt;&lt;P&gt;  o   Classes A and C: Data is only imported into client 000. Existing&lt;/P&gt;&lt;P&gt;      data records are overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   Classes E, S and W: Data is imported into all clients. Existing data&lt;/P&gt;&lt;P&gt;      records are overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   Class G: Existing data records are overwritten in client 000. In all&lt;/P&gt;&lt;P&gt;      other clients, new data records are inserted, but existing data&lt;/P&gt;&lt;P&gt;      records are not overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   Class L: No data is imported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Cross-client tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   Classes A, L and C: No data is imported.&lt;/P&gt;&lt;P&gt;  o   Classes E, S, and W: Data is imported. Exisitng data records with&lt;/P&gt;&lt;P&gt;      the same key are overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   Classe G: Data records that do not exist are inserted, but existing&lt;/P&gt;&lt;P&gt;      data records are not overwritten.&lt;/P&gt;&lt;P&gt;&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 of delivery class L are not imported into the&lt;/P&gt;&lt;P&gt;  target system. Data records of tables of delivery classes A, C, E, G, S&lt;/P&gt;&lt;P&gt;  and W are imported into the target system (this is done for the target&lt;/P&gt;&lt;P&gt;  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;&lt;/P&gt;&lt;P&gt;  The delivery class is also analyzed in the extended table maintenance&lt;/P&gt;&lt;P&gt;  (SM30). The maintenance interface generated for a table makes the&lt;/P&gt;&lt;P&gt;  following checks:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  o   You cannot transport the entered data with the transport link of the&lt;/P&gt;&lt;P&gt;      generated maintenance interface for tables of delivery classes W and&lt;/P&gt;&lt;P&gt;      L.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; o   When you enter data, there is a check if this data violates the&lt;/P&gt;&lt;P&gt;     namespace defined for the table in table TRESC. If the data violates&lt;/P&gt;&lt;P&gt;     the namespace, the input is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Naveen khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 13:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667697#M615750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667698#M615751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delivery Class Locate the document in its SAP Library structure&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;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;b&amp;gt;A: Application table (master and transaction data).&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;b&amp;gt;C: Customer table, data is only maintained by the customer&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;L: Table for storing temporary data.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;S: System table, data changes have the status of program changes.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;b&amp;gt;Class C&amp;lt;/b&amp;gt;, G, E, S: &amp;lt;b&amp;gt;The data records of the table are copied to the target client.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Class W, L: The data records of the table are not copied to the target client.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;&amp;lt;b&amp;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.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Class A and C: Data is only imported into client 000. Existing data records are overwritten.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Class E, S and W: Data is imported into all clients. Existing data records are overwritten.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Class L: No data is imported.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cross-Client Tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Classes A, L and C: No data is imported.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Class G: Non-existent data records are inserted, but no existing data records are overwritten.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&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;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 13:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667698#M615751</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T13:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667699#M615752</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;Delivery class is used to specify the table type. For example transparent table or cluster table. we will have different types of delivery classes like A ,C, L, G, E, S, W. if we want to do any modification to the existing table then we will use customizing table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if it is useful....&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;Vasudeva Rao.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Aug 2007 14:49:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2667699#M615752</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-20T14:49:55Z</dc:date>
    </item>
  </channel>
</rss>

