<?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/2205682#M471733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent tables are the table which have field MANDT defined in them.&lt;/P&gt;&lt;P&gt;the data in client dependent tables only shows the data of current client in which u have logged on.for example if u r in 300 it shows the data relatd to clent 300 only.&lt;/P&gt;&lt;P&gt;if u have logged with 200 it will show data related to 200.&lt;/P&gt;&lt;P&gt;eg:VBAK ,MARA etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent tables are those which doesnt have mandt as a field in it.&lt;/P&gt;&lt;P&gt;here u can view all the data irrespective of client.u can view all the data.it will be same in every client.&lt;/P&gt;&lt;P&gt;eg:tstc,t100 etc........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this clear ur doubts..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 May 2007 05:39:34 GMT</pubDate>
    <dc:creator>jyotheswar_p2</dc:creator>
    <dc:date>2007-05-03T05:39:34Z</dc:date>
    <item>
      <title>tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205679#M471730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;client dependent table with eg:&lt;/P&gt;&lt;P&gt;and client independent table with eg:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:58:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205679#M471730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205680#M471731</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 client dependant data has MANDT as part of the key..&lt;/P&gt;&lt;P&gt;Client dependant table -&amp;gt; MARA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The client independant data will not have MANDT as part of the key..&lt;/P&gt;&lt;P&gt;client independant table -&amp;gt; T180&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 04:59:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205680#M471731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T04:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205681#M471732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two types of objects in SAP, client dependent and client independent. Objects used in several clients are called client independent while objects used in a specific client is called client dependent. To identify if a table is client dependent, one can use tcodes SE11 or SE12. In the table field attributes, if the MANDT field is present that table is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 05:00:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205681#M471732</guid>
      <dc:creator>Bema</dc:creator>
      <dc:date>2007-05-03T05:00:35Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205682#M471733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent tables are the table which have field MANDT defined in them.&lt;/P&gt;&lt;P&gt;the data in client dependent tables only shows the data of current client in which u have logged on.for example if u r in 300 it shows the data relatd to clent 300 only.&lt;/P&gt;&lt;P&gt;if u have logged with 200 it will show data related to 200.&lt;/P&gt;&lt;P&gt;eg:VBAK ,MARA etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent tables are those which doesnt have mandt as a field in it.&lt;/P&gt;&lt;P&gt;here u can view all the data irrespective of client.u can view all the data.it will be same in every client.&lt;/P&gt;&lt;P&gt;eg:tstc,t100 etc........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this clear ur doubts..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 05:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205682#M471733</guid>
      <dc:creator>jyotheswar_p2</dc:creator>
      <dc:date>2007-05-03T05:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: tables</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205683#M471734</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;   tables having MANDT as their key are Client dependent tables .&lt;/P&gt;&lt;P&gt;   and tables that dont have MANDT field are Client indepdent tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FOR CLIENT INDEPDENT TYPE REFER THE THREAD :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2403043&amp;amp;messageID=3295170" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2403043&amp;amp;messageID=3295170&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &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;&lt;/P&gt;&lt;P&gt;Nilesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2007 07:49:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tables/m-p/2205683#M471734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-03T07:49:36Z</dc:date>
    </item>
  </channel>
</rss>

