<?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 tables in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685551#M301885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;what are the client dependent and independent tables.how u explaine it clealy.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Nov 2006 07:28:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-21T07:28:24Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685551#M301885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;what are the client dependent and independent tables.how u explaine it clealy.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:28:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685551#M301885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:28:24Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685552#M301886</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;Client dependent tables contain data visible only in the current client. Technically, their first key field is the client number (normally named MANDT). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent tables contain data visible in all clients, typically system-wide customisations or data, for example. They do not contain the client number as the first key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:31:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685552#M301886</guid>
      <dc:creator>michael-john_turner</dc:creator>
      <dc:date>2006-11-21T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685553#M301887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Client Dependent tables contain a field MANDT while client independent tables dont have this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending upon this field different data related to different clients can be saved in those tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Vibha &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685553#M301887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685554#M301888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the table contain the field MANDT and it is a key field then it is client dependent otherwise it is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kali Pramod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:32:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685554#M301888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685555#M301889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi surendra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tables which contain mandt field are client dependent tables &lt;/P&gt;&lt;P&gt;Tables which does not contain mandt field are client independent tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose u have two clients say ,&lt;/P&gt;&lt;P&gt;client 1 - 600&lt;/P&gt;&lt;P&gt;client 2 - 800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent means not dependent upon client. For example a report is client independent.ie, a report (zex1) which is created in client 600 can be accessed in both clients 600 and 800 and viceversa.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent means dependent upon client. For example script is client dependent ie, If u create a script (zscript1) in client 600 then, that script is accessible in client 600 only, we cannot access it in client 800 and viceversa.&lt;/P&gt;&lt;P&gt;If u want to access it in client 800 we have to transport it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Similarly , tables which are having mandt field is client dependent and which does not have mandt field are client independent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 07:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685555#M301889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T07:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685556#M301890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;client independent tables will hold the same data across all the clients.&lt;/P&gt;&lt;P&gt;where as data is not same in the client dependent tables in each client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;client dependent table must contain MANDT as the first field in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Nov 2006 12:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/1685556#M301890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-21T12:18:59Z</dc:date>
    </item>
  </channel>
</rss>

