<?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: client dependent tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359779#M178842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you make a change with se11 - it have consquences for all clients - because the structure of the table is not client-dependent - only the content of the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 May 2006 10:04:20 GMT</pubDate>
    <dc:creator>andreas_mann3</dc:creator>
    <dc:date>2006-05-24T10:04:20Z</dc:date>
    <item>
      <title>client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359778#M178841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  in client dependent tables ,if we make changes in a table will it reflect in other client, suppose the same table is available in other client with same field which we changed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                     gopan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:00:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359778#M178841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359779#M178842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you make a change with se11 - it have consquences for all clients - because the structure of the table is not client-dependent - only the content of the table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:04:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359779#M178842</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2006-05-24T10:04:20Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359780#M178843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you mean you altered the table structure? then yes the change will be affected at all other clients. Because tables are not really client depedent ever, its just that the records at the table whose first field is MANDT with type MANDT, are client depemdents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Deb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359780#M178843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T10:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359781#M178844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi gopan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. the same table is available in other client w&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I think there is some confusion in this statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. When we say different client,&lt;/P&gt;&lt;P&gt;   it means,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;   a) There is only ONE BOX (Server)&lt;/P&gt;&lt;P&gt;   b) In that there is ONLY One database&lt;/P&gt;&lt;P&gt;   c) The database contains tables&lt;/P&gt;&lt;P&gt;   d) The tables contain ONE EXTRA COLUMN&lt;/P&gt;&lt;P&gt;   e) This EXTRA COLUMN is called Client (MANDT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. So if a table is client dependent,&lt;/P&gt;&lt;P&gt;   it means, it has one extra column for client (MANDT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. All RECORDS,&lt;/P&gt;&lt;P&gt;   of all clients (on this server)&lt;/P&gt;&lt;P&gt;   will be contained in this table only.&lt;/P&gt;&lt;P&gt;  (and not any other table / server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;5. So if we make one record change , &lt;/P&gt;&lt;P&gt;   It won't appear in another client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6. BCOS CLIENT FILTERATION while selecting records&lt;/P&gt;&lt;P&gt;   from table, is AUTOMATICALLY DONE BY R/3.&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>Wed, 24 May 2006 10:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359781#M178844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T10:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359782#M178845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you are talking about data it will not be reflected.. you have to use Tcode SCC1 to copy the data over to different clients..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359782#M178845</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-05-24T10:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359783#M178846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only the data in the table is client-dependent...the structure will definitely be reflected to other clients if u change in one....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:07:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359783#M178846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T10:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359784#M178847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Changes will not be reflected if the table is client dependent.You need to transport the changes to the other clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Nishanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359784#M178847</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-05-24T10:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: client dependent tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359785#M178848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;THESE ARE SOME CHARACTERISTICS OF CLIENT DEPENDENT AND CROSS CLIENT TABLES.&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;&lt;/P&gt;&lt;P&gt;THE ANSWER OR YOUR QUESTION IS YES,CHANGES WILL REFLECT IN ALL THE CLIENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 May 2006 10:29:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client-dependent-tables/m-p/1359785#M178848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-24T10:29:02Z</dc:date>
    </item>
  </channel>
</rss>

