<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963995#M699342</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 Means if you create that data in one client is limited to that client only and it is not accessable in other clients&lt;/P&gt;&lt;P&gt;Like SAP SCRIPTS and STD texts data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as Client Independent means the data if you create in one client that is available in that as well as in other clients&lt;/P&gt;&lt;P&gt;Like All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP scripts and Standard texts are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you have dev box,(Client 100 &amp;amp; 200) where you do all your changes. Usually, whatever changes are done in cleint 100 will be cascaded to Client 200 ( it will reflect), that is cleint independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to SAP script if you modify in cleint 100 it will not reflet in clent 200, your have to IMPORT it.Clent DEPENDENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent data is valid accross the clients whereas client dependent data is valid for the current client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical:&lt;/P&gt;&lt;P&gt;when we add a field MANDT of type MANDT then our table is client dependent and is visible to only that client. But if this Field is not added to the table then we can access the table using any client number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables which can be access by all user are client independent (no mandt field in table) &lt;/P&gt;&lt;P&gt;tables which can be access by some specific user are client dependent (use mandt field in table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 08:23:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-12T08:23:00Z</dc:date>
    <item>
      <title>CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963994#M699341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;WHAT IS THE MEAN OF CLIENT DEPENDENT AND CLIENT INDEPENDENT IN SAP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963994#M699341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963995#M699342</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 Means if you create that data in one client is limited to that client only and it is not accessable in other clients&lt;/P&gt;&lt;P&gt;Like SAP SCRIPTS and STD texts data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where as Client Independent means the data if you create in one client that is available in that as well as in other clients&lt;/P&gt;&lt;P&gt;Like All dictionary Objects data and Repository objects data like Programs, Fun modules, tables etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP scripts and Standard texts are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, you have dev box,(Client 100 &amp;amp; 200) where you do all your changes. Usually, whatever changes are done in cleint 100 will be cascaded to Client 200 ( it will reflect), that is cleint independent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming to SAP script if you modify in cleint 100 it will not reflet in clent 200, your have to IMPORT it.Clent DEPENDENT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client independent data is valid accross the clients whereas client dependent data is valid for the current client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Technical:&lt;/P&gt;&lt;P&gt;when we add a field MANDT of type MANDT then our table is client dependent and is visible to only that client. But if this Field is not added to the table then we can access the table using any client number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables which can be access by all user are client independent (no mandt field in table) &lt;/P&gt;&lt;P&gt;tables which can be access by some specific user are client dependent (use mandt field in table)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963995#M699342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963996#M699343</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 independent means u can access that data or object from any client.&lt;/P&gt;&lt;P&gt;client dependent means the data or the object we can access with in that client in which they have created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963996#M699343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963997#M699344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLIENT DEPENDENT  means any change in one client will afferct all&lt;/P&gt;&lt;P&gt;AND CLIENT INDEPENDENT only related to that client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex 400 and 500 two diffrent client for any server&lt;/P&gt;&lt;P&gt;if you change data in 400 also affect 500 then CLIENT DEPENDENT &lt;/P&gt;&lt;P&gt;if not then   CLIENT INDEPENDENT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generally all configuration parts are  CLIENT DEPENDENT &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.........&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963997#M699344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963998#M699345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definition of client : Highest level at which data can be maintained in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client dependent tables -- MANDT is a field in table , so data will be available only  &lt;/P&gt;&lt;P&gt;                                      in that client&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cleint independent table -- no field called MANDT, so data is transparent across the client&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:32:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963998#M699345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: CLIENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963999#M699346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer given by Minal Nampalliwar to ur thread is wrong, and you have sponsored for wrong answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 08:46:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/client/m-p/2963999#M699346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T08:46:24Z</dc:date>
    </item>
  </channel>
</rss>

